Uses of Interface
com.google.cloud.compute.v1.AutoscalerStatusDetailsOrBuilder
-
Packages that use AutoscalerStatusDetailsOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of AutoscalerStatusDetailsOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement AutoscalerStatusDetailsOrBuilder Modifier and Type Class Description class
AutoscalerStatusDetails
static class
AutoscalerStatusDetails.Builder
Methods in com.google.cloud.compute.v1 that return AutoscalerStatusDetailsOrBuilder Modifier and Type Method Description AutoscalerStatusDetailsOrBuilder
Autoscaler.Builder. getStatusDetailsOrBuilder(int index)
[Output Only] Human-readable details about the current state of the autoscaler.AutoscalerStatusDetailsOrBuilder
Autoscaler. getStatusDetailsOrBuilder(int index)
[Output Only] Human-readable details about the current state of the autoscaler.AutoscalerStatusDetailsOrBuilder
AutoscalerOrBuilder. getStatusDetailsOrBuilder(int index)
[Output Only] Human-readable details about the current state of the autoscaler.Methods in com.google.cloud.compute.v1 that return types with arguments of type AutoscalerStatusDetailsOrBuilder Modifier and Type Method Description List<? extends AutoscalerStatusDetailsOrBuilder>
Autoscaler.Builder. getStatusDetailsOrBuilderList()
[Output Only] Human-readable details about the current state of the autoscaler.List<? extends AutoscalerStatusDetailsOrBuilder>
Autoscaler. getStatusDetailsOrBuilderList()
[Output Only] Human-readable details about the current state of the autoscaler.List<? extends AutoscalerStatusDetailsOrBuilder>
AutoscalerOrBuilder. getStatusDetailsOrBuilderList()
[Output Only] Human-readable details about the current state of the autoscaler.
-