public final class

ViewMatchers.WithClassNameMatcherProto.Builder

extends <any>

implements ViewMatchers.WithClassNameMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ViewMatchers.WithClassNameMatcherProto.BuilderclearClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.BuilderclearId()

string id = 1;

public com.google.protobuf.AnygetClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.BuildermergeClassNameMatcher(com.google.protobuf.Any value)

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.BuildersetClassNameMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.BuildersetClassNameMatcher(com.google.protobuf.Any value)

.google.protobuf.Any classNameMatcher = 2;

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

string id = 1;

public ViewMatchers.WithClassNameMatcherProto.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 ViewMatchers.WithClassNameMatcherProto.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.WithClassNameMatcherProto.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 hasClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

public com.google.protobuf.Any getClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.Builder setClassNameMatcher(com.google.protobuf.Any value)

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.Builder setClassNameMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.Builder mergeClassNameMatcher(com.google.protobuf.Any value)

.google.protobuf.Any classNameMatcher = 2;

public ViewMatchers.WithClassNameMatcherProto.Builder clearClassNameMatcher()

.google.protobuf.Any classNameMatcher = 2;