Uses of Class
com.google.cloud.workflows.executions.v1.Execution.Error
-
Packages that use Execution.Error Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of Execution.Error in com.google.cloud.workflows.executions.v1
Methods in com.google.cloud.workflows.executions.v1 that return Execution.Error Modifier and Type Method Description Execution.Error
Execution.Error.Builder. build()
Execution.Error
Execution.Error.Builder. buildPartial()
static Execution.Error
Execution.Error. getDefaultInstance()
Execution.Error
Execution.Error.Builder. getDefaultInstanceForType()
Execution.Error
Execution.Error. getDefaultInstanceForType()
Execution.Error
Execution.Builder. getError()
Output only.Execution.Error
Execution. getError()
Output only.Execution.Error
ExecutionOrBuilder. getError()
Output only.static Execution.Error
Execution.Error. parseDelimitedFrom(InputStream input)
static Execution.Error
Execution.Error. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution.Error
Execution.Error. parseFrom(byte[] data)
static Execution.Error
Execution.Error. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution.Error
Execution.Error. parseFrom(com.google.protobuf.ByteString data)
static Execution.Error
Execution.Error. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution.Error
Execution.Error. parseFrom(com.google.protobuf.CodedInputStream input)
static Execution.Error
Execution.Error. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution.Error
Execution.Error. parseFrom(InputStream input)
static Execution.Error
Execution.Error. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution.Error
Execution.Error. parseFrom(ByteBuffer data)
static Execution.Error
Execution.Error. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type Execution.Error Modifier and Type Method Description com.google.protobuf.Parser<Execution.Error>
Execution.Error. getParserForType()
static com.google.protobuf.Parser<Execution.Error>
Execution.Error. parser()
Methods in com.google.cloud.workflows.executions.v1 with parameters of type Execution.Error Modifier and Type Method Description Execution.Builder
Execution.Builder. mergeError(Execution.Error value)
Output only.Execution.Error.Builder
Execution.Error.Builder. mergeFrom(Execution.Error other)
static Execution.Error.Builder
Execution.Error. newBuilder(Execution.Error prototype)
Execution.Builder
Execution.Builder. setError(Execution.Error value)
Output only.
-