public final class

RemoteWebMatchers.WithTextContentMatcherProto.Builder

extends <any>

implements RemoteWebMatchers.WithTextContentMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.WithTextContentMatcherProto.Builder

Overview

Protobuf type google.test.remote.web.model.WithTextContentMatcherProto

Summary

Methods
public RemoteWebMatchers.WithTextContentMatcherProto.BuilderclearId()

string id = 1;

public RemoteWebMatchers.WithTextContentMatcherProto.BuilderclearTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public booleanhasTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public RemoteWebMatchers.WithTextContentMatcherProto.BuildermergeTextContentMatcher(com.google.protobuf.Any value)

.google.protobuf.Any textContentMatcher = 2;

public RemoteWebMatchers.WithTextContentMatcherProto.BuildersetId(java.lang.String value)

string id = 1;

public RemoteWebMatchers.WithTextContentMatcherProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public RemoteWebMatchers.WithTextContentMatcherProto.BuildersetTextContentMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any textContentMatcher = 2;

public RemoteWebMatchers.WithTextContentMatcherProto.BuildersetTextContentMatcher(com.google.protobuf.Any value)

.google.protobuf.Any textContentMatcher = 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 RemoteWebMatchers.WithTextContentMatcherProto.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 RemoteWebMatchers.WithTextContentMatcherProto.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 hasTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public com.google.protobuf.Any getTextContentMatcher()

.google.protobuf.Any textContentMatcher = 2;

public RemoteWebMatchers.WithTextContentMatcherProto.Builder setTextContentMatcher(com.google.protobuf.Any value)

.google.protobuf.Any textContentMatcher = 2;

public RemoteWebMatchers.WithTextContentMatcherProto.Builder setTextContentMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any textContentMatcher = 2;

public RemoteWebMatchers.WithTextContentMatcherProto.Builder mergeTextContentMatcher(com.google.protobuf.Any value)

.google.protobuf.Any textContentMatcher = 2;

.google.protobuf.Any textContentMatcher = 2;