public static final class Workflow.StateError extends GeneratedMessageV3 implements Workflow.StateErrorOrBuilder
Describes an error related to the current state of the workflow.
Protobuf type google.cloud.workflows.v1.Workflow.StateError
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
Static Fields
DETAILS_FIELD_NUMBER
public static final int DETAILS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Workflow.StateError getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Workflow.StateError.Builder newBuilder()
newBuilder(Workflow.StateError prototype)
public static Workflow.StateError.Builder newBuilder(Workflow.StateError prototype)
public static Workflow.StateError parseDelimitedFrom(InputStream input)
public static Workflow.StateError parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Workflow.StateError parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Workflow.StateError parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Workflow.StateError parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Workflow.StateError parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Workflow.StateError parseFrom(CodedInputStream input)
public static Workflow.StateError parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Workflow.StateError parseFrom(InputStream input)
public static Workflow.StateError parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Workflow.StateError parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Workflow.StateError parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Workflow.StateError> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Workflow.StateError getDefaultInstanceForType()
getDetails()
public String getDetails()
Provides specifics about the error.
string details = 1;
Returns |
---|
Type | Description |
String | The details.
|
getDetailsBytes()
public ByteString getDetailsBytes()
Provides specifics about the error.
string details = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for details.
|
getParserForType()
public Parser<Workflow.StateError> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getType()
public Workflow.StateError.Type getType()
The type of this state error.
.google.cloud.workflows.v1.Workflow.StateError.Type type = 2;
getTypeValue()
public int getTypeValue()
The type of this state error.
.google.cloud.workflows.v1.Workflow.StateError.Type type = 2;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for type.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Workflow.StateError.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Workflow.StateError.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Workflow.StateError.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides