public final class

ViewMatchers.WithTagKeyMatcherProto.Builder

extends <any>

implements ViewMatchers.WithTagKeyMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ViewMatchers.WithTagKeyMatcherProto.BuilderclearId()

string id = 1;

public ViewMatchers.WithTagKeyMatcherProto.BuilderclearKey()

bytes key = 2;

public ViewMatchers.WithTagKeyMatcherProto.BuilderclearObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetKey()

bytes key = 2;

public com.google.protobuf.AnygetObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public booleanhasObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public ViewMatchers.WithTagKeyMatcherProto.BuildermergeObjectMatcher(com.google.protobuf.Any value)

.google.protobuf.Any objectMatcher = 3;

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

string id = 1;

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

string id = 1;

public ViewMatchers.WithTagKeyMatcherProto.BuildersetKey(com.google.protobuf.ByteString value)

bytes key = 2;

public ViewMatchers.WithTagKeyMatcherProto.BuildersetObjectMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any objectMatcher = 3;

public ViewMatchers.WithTagKeyMatcherProto.BuildersetObjectMatcher(com.google.protobuf.Any value)

.google.protobuf.Any objectMatcher = 3;

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.WithTagKeyMatcherProto.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.WithTagKeyMatcherProto.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 getKey()

bytes key = 2;

Returns:

The key.

public ViewMatchers.WithTagKeyMatcherProto.Builder setKey(com.google.protobuf.ByteString value)

bytes key = 2;

Parameters:

value: The key to set.

Returns:

This builder for chaining.

bytes key = 2;

Returns:

This builder for chaining.

public boolean hasObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public com.google.protobuf.Any getObjectMatcher()

.google.protobuf.Any objectMatcher = 3;

public ViewMatchers.WithTagKeyMatcherProto.Builder setObjectMatcher(com.google.protobuf.Any value)

.google.protobuf.Any objectMatcher = 3;

public ViewMatchers.WithTagKeyMatcherProto.Builder setObjectMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any objectMatcher = 3;

public ViewMatchers.WithTagKeyMatcherProto.Builder mergeObjectMatcher(com.google.protobuf.Any value)

.google.protobuf.Any objectMatcher = 3;

.google.protobuf.Any objectMatcher = 3;