public final class

HamcrestMatchersv13.IsProto.Builder

extends <any>

implements HamcrestMatchersv13.IsProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.matcher13.HamcrestMatchersv13.IsProto.Builder

Overview

Protobuf type google.test.remote.hamcrest.matcher13.IsProto

Summary

Methods
public HamcrestMatchersv13.IsProto.BuilderclearId()

string id = 1;

public HamcrestMatchersv13.IsProto.BuilderclearMatcher()

.google.protobuf.Any matcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetMatcher()

.google.protobuf.Any matcher = 2;

public booleanhasMatcher()

.google.protobuf.Any matcher = 2;

public HamcrestMatchersv13.IsProto.BuildermergeMatcher(com.google.protobuf.Any value)

.google.protobuf.Any matcher = 2;

public HamcrestMatchersv13.IsProto.BuildersetId(java.lang.String value)

string id = 1;

public HamcrestMatchersv13.IsProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public HamcrestMatchersv13.IsProto.BuildersetMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any matcher = 2;

public HamcrestMatchersv13.IsProto.BuildersetMatcher(com.google.protobuf.Any value)

.google.protobuf.Any matcher = 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 HamcrestMatchersv13.IsProto.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 HamcrestMatchersv13.IsProto.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 hasMatcher()

.google.protobuf.Any matcher = 2;

public com.google.protobuf.Any getMatcher()

.google.protobuf.Any matcher = 2;

public HamcrestMatchersv13.IsProto.Builder setMatcher(com.google.protobuf.Any value)

.google.protobuf.Any matcher = 2;

public HamcrestMatchersv13.IsProto.Builder setMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any matcher = 2;

public HamcrestMatchersv13.IsProto.Builder mergeMatcher(com.google.protobuf.Any value)

.google.protobuf.Any matcher = 2;

.google.protobuf.Any matcher = 2;