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 RegionNameRegionName.Builder. build()static RegionNameRegionName. of(String project, String region)static RegionNameRegionName. 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 AutoscalingPolicyAutoscalingPolicyServiceClient. createAutoscalingPolicy(RegionName parent, AutoscalingPolicy policy)Creates new autoscaling policy.WorkflowTemplateWorkflowTemplateServiceClient. 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.ListAutoscalingPoliciesPagedResponseAutoscalingPolicyServiceClient. listAutoscalingPolicies(RegionName parent)Lists autoscaling policies in the project.WorkflowTemplateServiceClient.ListWorkflowTemplatesPagedResponseWorkflowTemplateServiceClient. 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)
-