public final class

RootMatchers.WithDecorViewProto.Builder

extends <any>

implements RootMatchers.WithDecorViewProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher.RootMatchers.WithDecorViewProto.Builder

Overview

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

Summary

Methods
public RootMatchers.WithDecorViewProto.BuilderclearDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.BuilderclearId()

string id = 1;

public com.google.protobuf.AnygetDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.BuildermergeDecorViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.BuildersetDecorViewMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.BuildersetDecorViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.BuildersetId(java.lang.String value)

string id = 1;

public RootMatchers.WithDecorViewProto.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 RootMatchers.WithDecorViewProto.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 RootMatchers.WithDecorViewProto.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 hasDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public com.google.protobuf.Any getDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.Builder setDecorViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.Builder setDecorViewMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.Builder mergeDecorViewMatcher(com.google.protobuf.Any value)

.google.protobuf.Any decorViewMatcher = 2;

public RootMatchers.WithDecorViewProto.Builder clearDecorViewMatcher()

.google.protobuf.Any decorViewMatcher = 2;