Uses of Class
com.google.cloud.dataproc.v1.RegionName
-
Packages that use RegionName Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of RegionName in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return RegionName Modifier and Type Method Description RegionName
RegionName.Builder. build()
static RegionName
RegionName. of(String project, String region)
static RegionName
RegionName. parse(String formattedString)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type RegionName Modifier and Type Method Description static List<RegionName>
RegionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dataproc.v1 with parameters of type RegionName Modifier and Type Method Description AutoscalingPolicy
AutoscalingPolicyServiceClient. createAutoscalingPolicy(RegionName parent, AutoscalingPolicy policy)
Creates new autoscaling policy.WorkflowTemplate
WorkflowTemplateServiceClient. createWorkflowTemplate(RegionName parent, WorkflowTemplate template)
Creates new workflow template.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,WorkflowMetadata>
WorkflowTemplateServiceClient. instantiateInlineWorkflowTemplateAsync(RegionName parent, WorkflowTemplate template)
Instantiates a template and begins execution.AutoscalingPolicyServiceClient.ListAutoscalingPoliciesPagedResponse
AutoscalingPolicyServiceClient. listAutoscalingPolicies(RegionName parent)
Lists autoscaling policies in the project.WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponse
WorkflowTemplateServiceClient. listWorkflowTemplates(RegionName parent)
Lists workflows that match the specified filter in the request.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type RegionName Modifier and Type Method Description static List<String>
RegionName. toStringList(List<RegionName> values)
-