public final class

ViewMatchers.WithContentDescriptionMatcherProto.Builder

extends <any>

implements ViewMatchers.WithContentDescriptionMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ViewMatchers.WithContentDescriptionMatcherProto.BuilderclearCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

public ViewMatchers.WithContentDescriptionMatcherProto.BuilderclearId()

string id = 1;

public com.google.protobuf.AnygetCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

public ViewMatchers.WithContentDescriptionMatcherProto.BuildermergeCharSequenceMatcher(com.google.protobuf.Any value)

.google.protobuf.Any charSequenceMatcher = 2;

public ViewMatchers.WithContentDescriptionMatcherProto.BuildersetCharSequenceMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any charSequenceMatcher = 2;

public ViewMatchers.WithContentDescriptionMatcherProto.BuildersetCharSequenceMatcher(com.google.protobuf.Any value)

.google.protobuf.Any charSequenceMatcher = 2;

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

string id = 1;

public ViewMatchers.WithContentDescriptionMatcherProto.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.WithContentDescriptionMatcherProto.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.WithContentDescriptionMatcherProto.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 hasCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

public com.google.protobuf.Any getCharSequenceMatcher()

.google.protobuf.Any charSequenceMatcher = 2;

public ViewMatchers.WithContentDescriptionMatcherProto.Builder setCharSequenceMatcher(com.google.protobuf.Any value)

.google.protobuf.Any charSequenceMatcher = 2;

public ViewMatchers.WithContentDescriptionMatcherProto.Builder setCharSequenceMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any charSequenceMatcher = 2;

public ViewMatchers.WithContentDescriptionMatcherProto.Builder mergeCharSequenceMatcher(com.google.protobuf.Any value)

.google.protobuf.Any charSequenceMatcher = 2;

.google.protobuf.Any charSequenceMatcher = 2;