public final class

UiInteraction.Error

extends <any>

implements UiInteraction.ErrorOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.proto.UiInteraction.Error

Overview

Protobuf type google.test.remote.ui.Error

Summary

Fields
public static final intCODE_FIELD_NUMBER

public static final intDESCRIPTION_FIELD_NUMBER

public static final intNESTED_ERROR_FIELD_NUMBER

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

public intgetCode()

int32 code = 1;

public static UiInteraction.ErrorgetDefaultInstance()

public java.lang.StringgetDescription()

string description = 2;

public com.google.protobuf.ByteStringgetDescriptionBytes()

string description = 2;

public UiInteraction.ErrorgetNestedError()

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

public booleanhasNestedError()

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

public static UiInteraction.Error.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static UiInteraction.ErrorparseFrom(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 CODE_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER

public static final int NESTED_ERROR_FIELD_NUMBER

Methods

public int getCode()

int32 code = 1;

Returns:

The code.

public java.lang.String getDescription()

string description = 2;

Returns:

The description.

public com.google.protobuf.ByteString getDescriptionBytes()

string description = 2;

Returns:

The bytes for description.

public boolean hasNestedError()

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

public UiInteraction.Error getNestedError()

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

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

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

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

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

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

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

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

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

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

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

public static UiInteraction.Error.Builder newBuilder()

public static UiInteraction.Error.Builder newBuilder(UiInteraction.Error prototype)

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

public static UiInteraction.Error getDefaultInstance()

public static <any> parser()