public final class

UiInteraction.InteractionResultProto

extends <any>

implements UiInteraction.InteractionResultProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.UiInteraction.InteractionResultProto

Overview

Protobuf type google.test.remote.ui.InteractionResultProto

Summary

Fields
public static final intERROR_MSG_FIELD_NUMBER

public static final intOK_FIELD_NUMBER

public static final intPAYLOAD_FIELD_NUMBER

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

public static UiInteraction.InteractionResultProtogetDefaultInstance()

public UiInteraction.ErrorgetErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

public booleangetOk()

bool ok = 1;

public com.google.protobuf.AnygetPayload()

.google.protobuf.Any payload = 2;

public booleanhasErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

public booleanhasPayload()

.google.protobuf.Any payload = 2;

public static UiInteraction.InteractionResultProto.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static UiInteraction.InteractionResultProtoparseFrom(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 OK_FIELD_NUMBER

public static final int PAYLOAD_FIELD_NUMBER

public static final int ERROR_MSG_FIELD_NUMBER

Methods

public boolean getOk()

bool ok = 1;

Returns:

The ok.

public boolean hasPayload()

.google.protobuf.Any payload = 2;

public com.google.protobuf.Any getPayload()

.google.protobuf.Any payload = 2;

public boolean hasErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

public UiInteraction.Error getErrorMsg()

.google.test.remote.ui.Error error_msg = 3;

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

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

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

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

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

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

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

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

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

public static UiInteraction.InteractionResultProto 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.InteractionResultProto getDefaultInstance()

public static <any> parser()