public final class

ViewMatchers.WithTagValueMatcherProto.Builder

extends <any>

implements ViewMatchers.WithTagValueMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ViewMatchers.WithTagValueMatcherProto.BuilderclearId()

string id = 1;

public ViewMatchers.WithTagValueMatcherProto.BuilderclearTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public booleanhasTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public ViewMatchers.WithTagValueMatcherProto.BuildermergeTagValueMatcher(com.google.protobuf.Any value)

.google.protobuf.Any tagValueMatcher = 2;

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

string id = 1;

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

string id = 1;

public ViewMatchers.WithTagValueMatcherProto.BuildersetTagValueMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any tagValueMatcher = 2;

public ViewMatchers.WithTagValueMatcherProto.BuildersetTagValueMatcher(com.google.protobuf.Any value)

.google.protobuf.Any tagValueMatcher = 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.WithTagValueMatcherProto.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.WithTagValueMatcherProto.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 hasTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public com.google.protobuf.Any getTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;

public ViewMatchers.WithTagValueMatcherProto.Builder setTagValueMatcher(com.google.protobuf.Any value)

.google.protobuf.Any tagValueMatcher = 2;

public ViewMatchers.WithTagValueMatcherProto.Builder setTagValueMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any tagValueMatcher = 2;

public ViewMatchers.WithTagValueMatcherProto.Builder mergeTagValueMatcher(com.google.protobuf.Any value)

.google.protobuf.Any tagValueMatcher = 2;

public ViewMatchers.WithTagValueMatcherProto.Builder clearTagValueMatcher()

.google.protobuf.Any tagValueMatcher = 2;