Uses of Class
com.google.cloud.dataproc.v1.stub.WorkflowTemplateServiceStubSettings
-
Packages that use WorkflowTemplateServiceStubSettings Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of WorkflowTemplateServiceStubSettings in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 with parameters of type WorkflowTemplateServiceStubSettings Modifier and Type Method Description static WorkflowTemplateServiceSettings
WorkflowTemplateServiceSettings. create(WorkflowTemplateServiceStubSettings stub)
-
Uses of WorkflowTemplateServiceStubSettings in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return WorkflowTemplateServiceStubSettings Modifier and Type Method Description WorkflowTemplateServiceStubSettings
WorkflowTemplateServiceStubSettings.Builder. build()
Methods in com.google.cloud.dataproc.v1.stub with parameters of type WorkflowTemplateServiceStubSettings Modifier and Type Method Description static GrpcWorkflowTemplateServiceStub
GrpcWorkflowTemplateServiceStub. create(WorkflowTemplateServiceStubSettings settings)
static HttpJsonWorkflowTemplateServiceStub
HttpJsonWorkflowTemplateServiceStub. create(WorkflowTemplateServiceStubSettings settings)
Constructors in com.google.cloud.dataproc.v1.stub with parameters of type WorkflowTemplateServiceStubSettings Constructor Description Builder(WorkflowTemplateServiceStubSettings settings)
GrpcWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcWorkflowTemplateServiceStub, using the given settings.GrpcWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcWorkflowTemplateServiceStub, using the given settings.HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonWorkflowTemplateServiceStub, using the given settings.HttpJsonWorkflowTemplateServiceStub(WorkflowTemplateServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonWorkflowTemplateServiceStub, using the given settings.
-