Uses of Class
com.google.cloud.dataproc.v1.WorkflowMetadata
-
Packages that use WorkflowMetadata Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of WorkflowMetadata in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return WorkflowMetadata Modifier and Type Method Description WorkflowMetadata
WorkflowMetadata.Builder. build()
WorkflowMetadata
WorkflowMetadata.Builder. buildPartial()
static WorkflowMetadata
WorkflowMetadata. getDefaultInstance()
WorkflowMetadata
WorkflowMetadata.Builder. getDefaultInstanceForType()
WorkflowMetadata
WorkflowMetadata. getDefaultInstanceForType()
static WorkflowMetadata
WorkflowMetadata. parseDelimitedFrom(InputStream input)
static WorkflowMetadata
WorkflowMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowMetadata
WorkflowMetadata. parseFrom(byte[] data)
static WorkflowMetadata
WorkflowMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowMetadata
WorkflowMetadata. parseFrom(com.google.protobuf.ByteString data)
static WorkflowMetadata
WorkflowMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowMetadata
WorkflowMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static WorkflowMetadata
WorkflowMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowMetadata
WorkflowMetadata. parseFrom(InputStream input)
static WorkflowMetadata
WorkflowMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WorkflowMetadata
WorkflowMetadata. parseFrom(ByteBuffer data)
static WorkflowMetadata
WorkflowMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type WorkflowMetadata Modifier and Type Method Description com.google.protobuf.Parser<WorkflowMetadata>
WorkflowMetadata. getParserForType()
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateInlineWorkflowTemplateAsync(InstantiateInlineWorkflowTemplateRequest request)
Instantiates a template and begins execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateInlineWorkflowTemplateAsync(LocationName parent, WorkflowTemplate template)
Instantiates a template and begins execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateInlineWorkflowTemplateAsync(RegionName parent, WorkflowTemplate template)
Instantiates a template and begins execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateInlineWorkflowTemplateAsync(String parent, WorkflowTemplate template)
Instantiates a template and begins execution.com.google.api.gax.rpc.OperationCallable<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateInlineWorkflowTemplateOperationCallable()
Instantiates a template and begins execution.com.google.api.gax.rpc.OperationCallSettings.Builder<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceSettings.Builder. instantiateInlineWorkflowTemplateOperationSettings()
Returns the builder for the settings used for calls to instantiateInlineWorkflowTemplate.com.google.api.gax.rpc.OperationCallSettings<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceSettings. instantiateInlineWorkflowTemplateOperationSettings()
Returns the object with the settings used for calls to instantiateInlineWorkflowTemplate.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateWorkflowTemplateAsync(InstantiateWorkflowTemplateRequest request)
Instantiates a template and begins execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateWorkflowTemplateAsync(WorkflowTemplateName name)
Instantiates a template and begins execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateWorkflowTemplateAsync(WorkflowTemplateName name, Map<String,String> parameters)
Instantiates a template and begins execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateWorkflowTemplateAsync(String name)
Instantiates a template and begins execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateWorkflowTemplateAsync(String name, Map<String,String> parameters)
Instantiates a template and begins execution.com.google.api.gax.rpc.OperationCallable<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateWorkflowTemplateOperationCallable()
Instantiates a template and begins execution.com.google.api.gax.rpc.OperationCallSettings.Builder<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceSettings.Builder. instantiateWorkflowTemplateOperationSettings()
Returns the builder for the settings used for calls to instantiateWorkflowTemplate.com.google.api.gax.rpc.OperationCallSettings<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceSettings. instantiateWorkflowTemplateOperationSettings()
Returns the object with the settings used for calls to instantiateWorkflowTemplate.static com.google.protobuf.Parser<WorkflowMetadata>
WorkflowMetadata. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type WorkflowMetadata Modifier and Type Method Description WorkflowMetadata.Builder
WorkflowMetadata.Builder. mergeFrom(WorkflowMetadata other)
static WorkflowMetadata.Builder
WorkflowMetadata. newBuilder(WorkflowMetadata prototype)
-
Uses of WorkflowMetadata in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type WorkflowMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
GrpcWorkflowTemplateServiceStub. instantiateInlineWorkflowTemplateOperationCallable()
com.google.api.gax.rpc.OperationCallable<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
HttpJsonWorkflowTemplateServiceStub. instantiateInlineWorkflowTemplateOperationCallable()
com.google.api.gax.rpc.OperationCallable<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceStub. instantiateInlineWorkflowTemplateOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceStubSettings.Builder. instantiateInlineWorkflowTemplateOperationSettings()
Returns the builder for the settings used for calls to instantiateInlineWorkflowTemplate.com.google.api.gax.rpc.OperationCallSettings<InstantiateInlineWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceStubSettings. instantiateInlineWorkflowTemplateOperationSettings()
Returns the object with the settings used for calls to instantiateInlineWorkflowTemplate.com.google.api.gax.rpc.OperationCallable<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
GrpcWorkflowTemplateServiceStub. instantiateWorkflowTemplateOperationCallable()
com.google.api.gax.rpc.OperationCallable<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
HttpJsonWorkflowTemplateServiceStub. instantiateWorkflowTemplateOperationCallable()
com.google.api.gax.rpc.OperationCallable<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceStub. instantiateWorkflowTemplateOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceStubSettings.Builder. instantiateWorkflowTemplateOperationSettings()
Returns the builder for the settings used for calls to instantiateWorkflowTemplate.com.google.api.gax.rpc.OperationCallSettings<InstantiateWorkflowTemplateRequest,com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceStubSettings. instantiateWorkflowTemplateOperationSettings()
Returns the object with the settings used for calls to instantiateWorkflowTemplate.
-