publicstaticfinalclass GetExecutionRequest.BuilderextendsGeneratedMessageV3.Builder<GetExecutionRequest.Builder>implementsGetExecutionRequestOrBuilder
Request for the
GetExecution
method.
Protobuf type google.cloud.workflows.executions.v1.GetExecutionRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicGetExecutionRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicGetExecutionRequestbuild()
buildPartial()
publicGetExecutionRequestbuildPartial()
clear()
publicGetExecutionRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicGetExecutionRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearName()
publicGetExecutionRequest.BuilderclearName()
Required. Name of the execution to be retrieved.
Format:
projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
publicGetExecutionRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearView()
publicGetExecutionRequest.BuilderclearView()
Optional. A view defining which fields should be filled in the returned
execution. The API will default to the FULL view.
.google.cloud.workflows.executions.v1.ExecutionView view = 2 [(.google.api.field_behavior) = OPTIONAL];
clone()
publicGetExecutionRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicGetExecutionRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getName()
Required. Name of the execution to be retrieved.
Format:
projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
Required. Name of the execution to be retrieved.
Format:
projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getView()
publicExecutionViewgetView()
Optional. A view defining which fields should be filled in the returned
execution. The API will default to the FULL view.
.google.cloud.workflows.executions.v1.ExecutionView view = 2 [(.google.api.field_behavior) = OPTIONAL];
getViewValue()
Optional. A view defining which fields should be filled in the returned
execution. The API will default to the FULL view.
.google.cloud.workflows.executions.v1.ExecutionView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for view.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(GetExecutionRequest other)
publicGetExecutionRequest.BuildermergeFrom(GetExecutionRequestother)
publicGetExecutionRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicGetExecutionRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalGetExecutionRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicGetExecutionRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setName(String value)
publicGetExecutionRequest.BuildersetName(Stringvalue)
Required. Name of the execution to be retrieved.
Format:
projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
publicGetExecutionRequest.BuildersetNameBytes(ByteStringvalue)
Required. Name of the execution to be retrieved.
Format:
projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicGetExecutionRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalGetExecutionRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setView(ExecutionView value)
publicGetExecutionRequest.BuildersetView(ExecutionViewvalue)
Optional. A view defining which fields should be filled in the returned
execution. The API will default to the FULL view.
.google.cloud.workflows.executions.v1.ExecutionView view = 2 [(.google.api.field_behavior) = OPTIONAL];
setViewValue(int value)
publicGetExecutionRequest.BuildersetViewValue(intvalue)
Optional. A view defining which fields should be filled in the returned
execution. The API will default to the FULL view.
.google.cloud.workflows.executions.v1.ExecutionView view = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for view to set.
|