public final class

RemoteWebMatchers.ElementByIdMatcherProto.Builder

extends <any>

implements RemoteWebMatchers.ElementByIdMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public RemoteWebMatchers.ElementByIdMatcherProto.BuilderclearElementId()

bytes elementId = 2;

public RemoteWebMatchers.ElementByIdMatcherProto.BuilderclearElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByIdMatcherProto.BuilderclearId()

string id = 1;

public com.google.protobuf.ByteStringgetElementId()

bytes elementId = 2;

public com.google.protobuf.AnygetElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByIdMatcherProto.BuildermergeElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByIdMatcherProto.BuildersetElementId(com.google.protobuf.ByteString value)

bytes elementId = 2;

public RemoteWebMatchers.ElementByIdMatcherProto.BuildersetElementMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByIdMatcherProto.BuildersetElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

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

string id = 1;

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

string id = 1;

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.ElementByIdMatcherProto.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.ElementByIdMatcherProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

public com.google.protobuf.ByteString getElementId()

bytes elementId = 2;

Returns:

The elementId.

public RemoteWebMatchers.ElementByIdMatcherProto.Builder setElementId(com.google.protobuf.ByteString value)

bytes elementId = 2;

Parameters:

value: The elementId to set.

Returns:

This builder for chaining.

bytes elementId = 2;

Returns:

This builder for chaining.

public boolean hasElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public com.google.protobuf.Any getElementMatcher()

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByIdMatcherProto.Builder setElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByIdMatcherProto.Builder setElementMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any elementMatcher = 3;

public RemoteWebMatchers.ElementByIdMatcherProto.Builder mergeElementMatcher(com.google.protobuf.Any value)

.google.protobuf.Any elementMatcher = 3;

.google.protobuf.Any elementMatcher = 3;