public final class

ViewMatchers.HasImeActionMatcherProto.Builder

extends <any>

implements ViewMatchers.HasImeActionMatcherProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public ViewMatchers.HasImeActionMatcherProto.BuilderclearId()

string id = 1;

public ViewMatchers.HasImeActionMatcherProto.BuilderclearImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public booleanhasImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public ViewMatchers.HasImeActionMatcherProto.BuildermergeImeActionMatcher(com.google.protobuf.Any value)

.google.protobuf.Any imeActionMatcher = 2;

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

string id = 1;

public ViewMatchers.HasImeActionMatcherProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

public ViewMatchers.HasImeActionMatcherProto.BuildersetImeActionMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any imeActionMatcher = 2;

public ViewMatchers.HasImeActionMatcherProto.BuildersetImeActionMatcher(com.google.protobuf.Any value)

.google.protobuf.Any imeActionMatcher = 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 ViewMatchers.HasImeActionMatcherProto.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.HasImeActionMatcherProto.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 hasImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public com.google.protobuf.Any getImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;

public ViewMatchers.HasImeActionMatcherProto.Builder setImeActionMatcher(com.google.protobuf.Any value)

.google.protobuf.Any imeActionMatcher = 2;

public ViewMatchers.HasImeActionMatcherProto.Builder setImeActionMatcher(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any imeActionMatcher = 2;

public ViewMatchers.HasImeActionMatcherProto.Builder mergeImeActionMatcher(com.google.protobuf.Any value)

.google.protobuf.Any imeActionMatcher = 2;

public ViewMatchers.HasImeActionMatcherProto.Builder clearImeActionMatcher()

.google.protobuf.Any imeActionMatcher = 2;