public final class

ViewAssertions.MatchesViewAssertionProto.Builder

extends <any>

implements ViewAssertions.MatchesViewAssertionProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.assertion.ViewAssertions.MatchesViewAssertionProto.Builder

Overview

Protobuf type google.test.remote.ui.action.MatchesViewAssertionProto

Summary

Methods
public ViewAssertions.MatchesViewAssertionProto.BuilderclearId()

string id = 1;

public ViewAssertions.MatchesViewAssertionProto.BuilderclearViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public booleanhasViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public ViewAssertions.MatchesViewAssertionProto.BuildermergeViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any viewMatcher = 2;

public ViewAssertions.MatchesViewAssertionProto.BuildersetId(java.lang.String value)

string id = 1;

public ViewAssertions.MatchesViewAssertionProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public ViewAssertions.MatchesViewAssertionProto.BuildersetViewMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any viewMatcher = 2;

public ViewAssertions.MatchesViewAssertionProto.BuildersetViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any viewMatcher = 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 ViewAssertions.MatchesViewAssertionProto.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 ViewAssertions.MatchesViewAssertionProto.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 hasViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public com.google.protobuf.Any getViewMatcher()

.google.protobuf.Any viewMatcher = 2;

public ViewAssertions.MatchesViewAssertionProto.Builder setViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any viewMatcher = 2;

public ViewAssertions.MatchesViewAssertionProto.Builder setViewMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any viewMatcher = 2;

public ViewAssertions.MatchesViewAssertionProto.Builder mergeViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any viewMatcher = 2;

.google.protobuf.Any viewMatcher = 2;