public final class

UiInteraction.InteractionRequestProto

extends <any>

implements UiInteraction.InteractionRequestProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.UiInteraction.InteractionRequestProto

Overview

Protobuf type google.test.remote.ui.InteractionRequestProto

Summary

Fields
public static final intROOT_MATCHER_FIELD_NUMBER

public static final intVIEW_ACTION_FIELD_NUMBER

public static final intVIEW_ASSERTION_FIELD_NUMBER

public static final intVIEW_MATCHER_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public UiInteraction.InteractionRequestProto.ActionOrAssertionCasegetActionOrAssertionCase()

public static UiInteraction.InteractionRequestProtogetDefaultInstance()

public com.google.protobuf.AnygetRootMatcher()

.google.protobuf.Any root_matcher = 4;

public com.google.protobuf.AnygetViewAction()

.google.protobuf.Any view_action = 2;

public com.google.protobuf.AnygetViewAssertion()

.google.protobuf.Any view_assertion = 3;

public com.google.protobuf.AnygetViewMatcher()

.google.protobuf.Any view_matcher = 1;

public booleanhasRootMatcher()

.google.protobuf.Any root_matcher = 4;

public booleanhasViewAction()

.google.protobuf.Any view_action = 2;

public booleanhasViewAssertion()

.google.protobuf.Any view_assertion = 3;

public booleanhasViewMatcher()

.google.protobuf.Any view_matcher = 1;

public static UiInteraction.InteractionRequestProto.BuildernewBuilder()

public static UiInteraction.InteractionRequestProto.BuildernewBuilder(UiInteraction.InteractionRequestProto prototype)

public static UiInteraction.InteractionRequestProtoparseDelimitedFrom(java.io.InputStream input)

public static UiInteraction.InteractionRequestProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProtoparseFrom(java.nio.ByteBuffer data)

public static UiInteraction.InteractionRequestProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProtoparseFrom(com.google.protobuf.ByteString data)

public static UiInteraction.InteractionRequestProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static UiInteraction.InteractionRequestProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProtoparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int VIEW_MATCHER_FIELD_NUMBER

public static final int VIEW_ACTION_FIELD_NUMBER

public static final int VIEW_ASSERTION_FIELD_NUMBER

public static final int ROOT_MATCHER_FIELD_NUMBER

Methods

public boolean hasViewMatcher()

.google.protobuf.Any view_matcher = 1;

public com.google.protobuf.Any getViewMatcher()

.google.protobuf.Any view_matcher = 1;

public boolean hasViewAction()

.google.protobuf.Any view_action = 2;

public com.google.protobuf.Any getViewAction()

.google.protobuf.Any view_action = 2;

public boolean hasViewAssertion()

.google.protobuf.Any view_assertion = 3;

public com.google.protobuf.Any getViewAssertion()

.google.protobuf.Any view_assertion = 3;

public boolean hasRootMatcher()

.google.protobuf.Any root_matcher = 4;

public com.google.protobuf.Any getRootMatcher()

.google.protobuf.Any root_matcher = 4;

public static UiInteraction.InteractionRequestProto parseFrom(java.nio.ByteBuffer data)

public static UiInteraction.InteractionRequestProto parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProto parseFrom(com.google.protobuf.ByteString data)

public static UiInteraction.InteractionRequestProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProto parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProto parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProto parseDelimitedFrom(java.io.InputStream input)

public static UiInteraction.InteractionRequestProto parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static UiInteraction.InteractionRequestProto parseFrom(com.google.protobuf.CodedInputStream input)

public static UiInteraction.InteractionRequestProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static UiInteraction.InteractionRequestProto getDefaultInstance()

public static <any> parser()