Uses of Class
com.google.cloud.dataproc.v1.AutoscalingPolicyName
-
Packages that use AutoscalingPolicyName Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of AutoscalingPolicyName in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return AutoscalingPolicyName Modifier and Type Method Description AutoscalingPolicyNameAutoscalingPolicyName.Builder. build()AutoscalingPolicyNameAutoscalingPolicyName.ProjectRegionAutoscalingPolicyBuilder. build()static AutoscalingPolicyNameAutoscalingPolicyName. of(String project, String location, String autoscalingPolicy)static AutoscalingPolicyNameAutoscalingPolicyName. ofProjectLocationAutoscalingPolicyName(String project, String location, String autoscalingPolicy)static AutoscalingPolicyNameAutoscalingPolicyName. ofProjectRegionAutoscalingPolicyName(String project, String region, String autoscalingPolicy)static AutoscalingPolicyNameAutoscalingPolicyName. parse(String formattedString)Methods in com.google.cloud.dataproc.v1 that return types with arguments of type AutoscalingPolicyName Modifier and Type Method Description static List<AutoscalingPolicyName>AutoscalingPolicyName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dataproc.v1 with parameters of type AutoscalingPolicyName Modifier and Type Method Description voidAutoscalingPolicyServiceClient. deleteAutoscalingPolicy(AutoscalingPolicyName name)Deletes an autoscaling policy.AutoscalingPolicyAutoscalingPolicyServiceClient. getAutoscalingPolicy(AutoscalingPolicyName name)Retrieves autoscaling policy.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type AutoscalingPolicyName Modifier and Type Method Description static List<String>AutoscalingPolicyName. toStringList(List<AutoscalingPolicyName> values)
-