public final class

ViewMatchers.WithHintMatcherProto.Builder

extends <any>

implements ViewMatchers.WithHintMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.ViewMatchers.WithHintMatcherProto.Builder

Overview

Protobuf type google.test.remote.ui.matcher.WithHintMatcherProto

Summary

Methods
public ViewMatchers.WithHintMatcherProto.BuilderclearId()

string id = 1;

public ViewMatchers.WithHintMatcherProto.BuilderclearStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public booleanhasStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public ViewMatchers.WithHintMatcherProto.BuildermergeStringMatcher(com.google.protobuf.Any value)

.google.protobuf.Any stringMatcher = 2;

public ViewMatchers.WithHintMatcherProto.BuildersetId(java.lang.String value)

string id = 1;

public ViewMatchers.WithHintMatcherProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public ViewMatchers.WithHintMatcherProto.BuildersetStringMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any stringMatcher = 2;

public ViewMatchers.WithHintMatcherProto.BuildersetStringMatcher(com.google.protobuf.Any value)

.google.protobuf.Any stringMatcher = 2;

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public ViewMatchers.WithHintMatcherProto.Builder setId(java.lang.String value)

string id = 1;

Parameters:

value: The id to set.

Returns:

This builder for chaining.

string id = 1;

Returns:

This builder for chaining.

public ViewMatchers.WithHintMatcherProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

public boolean hasStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public com.google.protobuf.Any getStringMatcher()

.google.protobuf.Any stringMatcher = 2;

public ViewMatchers.WithHintMatcherProto.Builder setStringMatcher(com.google.protobuf.Any value)

.google.protobuf.Any stringMatcher = 2;

public ViewMatchers.WithHintMatcherProto.Builder setStringMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any stringMatcher = 2;

public ViewMatchers.WithHintMatcherProto.Builder mergeStringMatcher(com.google.protobuf.Any value)

.google.protobuf.Any stringMatcher = 2;

public ViewMatchers.WithHintMatcherProto.Builder clearStringMatcher()

.google.protobuf.Any stringMatcher = 2;