Uses of Class
com.google.cloud.workflows.v1.OperationMetadata
-
Packages that use OperationMetadata Package Description com.google.cloud.workflows.v1 A client to Workflows APIcom.google.cloud.workflows.v1.stub -
-
Uses of OperationMetadata in com.google.cloud.workflows.v1
Methods in com.google.cloud.workflows.v1 that return OperationMetadata Modifier and Type Method Description OperationMetadata
OperationMetadata.Builder. build()
OperationMetadata
OperationMetadata.Builder. buildPartial()
static OperationMetadata
OperationMetadata. getDefaultInstance()
OperationMetadata
OperationMetadata.Builder. getDefaultInstanceForType()
OperationMetadata
OperationMetadata. getDefaultInstanceForType()
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workflows.v1 that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Workflow,OperationMetadata>
WorkflowsClient. createWorkflowAsync(CreateWorkflowRequest request)
Creates a new workflow.com.google.api.gax.longrunning.OperationFuture<Workflow,OperationMetadata>
WorkflowsClient. createWorkflowAsync(LocationName parent, Workflow workflow, String workflowId)
Creates a new workflow.com.google.api.gax.longrunning.OperationFuture<Workflow,OperationMetadata>
WorkflowsClient. createWorkflowAsync(String parent, Workflow workflow, String workflowId)
Creates a new workflow.com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsClient. createWorkflowOperationCallable()
Creates a new workflow.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsSettings.Builder. createWorkflowOperationSettings()
Returns the builder for the settings used for calls to createWorkflow.com.google.api.gax.rpc.OperationCallSettings<CreateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsSettings. createWorkflowOperationSettings()
Returns the object with the settings used for calls to createWorkflow.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
WorkflowsClient. deleteWorkflowAsync(DeleteWorkflowRequest request)
Deletes a workflow with the specified name.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
WorkflowsClient. deleteWorkflowAsync(WorkflowName name)
Deletes a workflow with the specified name.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
WorkflowsClient. deleteWorkflowAsync(String name)
Deletes a workflow with the specified name.com.google.api.gax.rpc.OperationCallable<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
WorkflowsClient. deleteWorkflowOperationCallable()
Deletes a workflow with the specified name.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
WorkflowsSettings.Builder. deleteWorkflowOperationSettings()
Returns the builder for the settings used for calls to deleteWorkflow.com.google.api.gax.rpc.OperationCallSettings<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
WorkflowsSettings. deleteWorkflowOperationSettings()
Returns the object with the settings used for calls to deleteWorkflow.com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. getParserForType()
static com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. parser()
com.google.api.gax.longrunning.OperationFuture<Workflow,OperationMetadata>
WorkflowsClient. updateWorkflowAsync(UpdateWorkflowRequest request)
Updates an existing workflow.com.google.api.gax.longrunning.OperationFuture<Workflow,OperationMetadata>
WorkflowsClient. updateWorkflowAsync(Workflow workflow, com.google.protobuf.FieldMask updateMask)
Updates an existing workflow.com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsClient. updateWorkflowOperationCallable()
Updates an existing workflow.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsSettings.Builder. updateWorkflowOperationSettings()
Returns the builder for the settings used for calls to updateWorkflow.com.google.api.gax.rpc.OperationCallSettings<UpdateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsSettings. updateWorkflowOperationSettings()
Returns the object with the settings used for calls to updateWorkflow.Methods in com.google.cloud.workflows.v1 with parameters of type OperationMetadata Modifier and Type Method Description OperationMetadata.Builder
OperationMetadata.Builder. mergeFrom(OperationMetadata other)
static OperationMetadata.Builder
OperationMetadata. newBuilder(OperationMetadata prototype)
-
Uses of OperationMetadata in com.google.cloud.workflows.v1.stub
Methods in com.google.cloud.workflows.v1.stub that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>
GrpcWorkflowsStub. createWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>
HttpJsonWorkflowsStub. createWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsStub. createWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsStubSettings.Builder. createWorkflowOperationSettings()
Returns the builder for the settings used for calls to createWorkflow.com.google.api.gax.rpc.OperationCallSettings<CreateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsStubSettings. createWorkflowOperationSettings()
Returns the object with the settings used for calls to createWorkflow.com.google.api.gax.rpc.OperationCallable<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcWorkflowsStub. deleteWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonWorkflowsStub. deleteWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
WorkflowsStub. deleteWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
WorkflowsStubSettings.Builder. deleteWorkflowOperationSettings()
Returns the builder for the settings used for calls to deleteWorkflow.com.google.api.gax.rpc.OperationCallSettings<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>
WorkflowsStubSettings. deleteWorkflowOperationSettings()
Returns the object with the settings used for calls to deleteWorkflow.com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>
GrpcWorkflowsStub. updateWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>
HttpJsonWorkflowsStub. updateWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsStub. updateWorkflowOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsStubSettings.Builder. updateWorkflowOperationSettings()
Returns the builder for the settings used for calls to updateWorkflow.com.google.api.gax.rpc.OperationCallSettings<UpdateWorkflowRequest,Workflow,OperationMetadata>
WorkflowsStubSettings. updateWorkflowOperationSettings()
Returns the object with the settings used for calls to updateWorkflow.
-