Uses of Class
com.google.cloud.compute.v1.AutoscalerStatusDetails
-
Packages that use AutoscalerStatusDetails Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of AutoscalerStatusDetails in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AutoscalerStatusDetails Modifier and Type Method Description AutoscalerStatusDetailsAutoscalerStatusDetails.Builder. build()AutoscalerStatusDetailsAutoscalerStatusDetails.Builder. buildPartial()static AutoscalerStatusDetailsAutoscalerStatusDetails. getDefaultInstance()AutoscalerStatusDetailsAutoscalerStatusDetails.Builder. getDefaultInstanceForType()AutoscalerStatusDetailsAutoscalerStatusDetails. getDefaultInstanceForType()AutoscalerStatusDetailsAutoscaler.Builder. getStatusDetails(int index)[Output Only] Human-readable details about the current state of the autoscaler.AutoscalerStatusDetailsAutoscaler. getStatusDetails(int index)[Output Only] Human-readable details about the current state of the autoscaler.AutoscalerStatusDetailsAutoscalerOrBuilder. getStatusDetails(int index)[Output Only] Human-readable details about the current state of the autoscaler.static AutoscalerStatusDetailsAutoscalerStatusDetails. parseDelimitedFrom(InputStream input)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(byte[] data)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(com.google.protobuf.ByteString data)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(com.google.protobuf.CodedInputStream input)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(InputStream input)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(ByteBuffer data)static AutoscalerStatusDetailsAutoscalerStatusDetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type AutoscalerStatusDetails Modifier and Type Method Description com.google.protobuf.Parser<AutoscalerStatusDetails>AutoscalerStatusDetails. getParserForType()List<AutoscalerStatusDetails>Autoscaler.Builder. getStatusDetailsList()[Output Only] Human-readable details about the current state of the autoscaler.List<AutoscalerStatusDetails>Autoscaler. getStatusDetailsList()[Output Only] Human-readable details about the current state of the autoscaler.List<AutoscalerStatusDetails>AutoscalerOrBuilder. getStatusDetailsList()[Output Only] Human-readable details about the current state of the autoscaler.static com.google.protobuf.Parser<AutoscalerStatusDetails>AutoscalerStatusDetails. parser()Methods in com.google.cloud.compute.v1 with parameters of type AutoscalerStatusDetails Modifier and Type Method Description Autoscaler.BuilderAutoscaler.Builder. addStatusDetails(int index, AutoscalerStatusDetails value)[Output Only] Human-readable details about the current state of the autoscaler.Autoscaler.BuilderAutoscaler.Builder. addStatusDetails(AutoscalerStatusDetails value)[Output Only] Human-readable details about the current state of the autoscaler.AutoscalerStatusDetails.BuilderAutoscalerStatusDetails.Builder. mergeFrom(AutoscalerStatusDetails other)static AutoscalerStatusDetails.BuilderAutoscalerStatusDetails. newBuilder(AutoscalerStatusDetails prototype)Autoscaler.BuilderAutoscaler.Builder. setStatusDetails(int index, AutoscalerStatusDetails value)[Output Only] Human-readable details about the current state of the autoscaler.Method parameters in com.google.cloud.compute.v1 with type arguments of type AutoscalerStatusDetails Modifier and Type Method Description Autoscaler.BuilderAutoscaler.Builder. addAllStatusDetails(Iterable<? extends AutoscalerStatusDetails> values)[Output Only] Human-readable details about the current state of the autoscaler.
-