public final class AutoscalersScopedList extends GeneratedMessageV3 implements AutoscalersScopedListOrBuilder
Protobuf type google.cloud.compute.v1.AutoscalersScopedList
Static Fields
public static final int AUTOSCALERS_FIELD_NUMBER
Field Value
public static final int WARNING_FIELD_NUMBER
Field Value
Static Methods
public static AutoscalersScopedList getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static AutoscalersScopedList.Builder newBuilder()
Returns
public static AutoscalersScopedList.Builder newBuilder(AutoscalersScopedList prototype)
Parameter
Returns
public static AutoscalersScopedList parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AutoscalersScopedList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalersScopedList parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static AutoscalersScopedList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalersScopedList parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static AutoscalersScopedList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalersScopedList parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AutoscalersScopedList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalersScopedList parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AutoscalersScopedList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AutoscalersScopedList parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static AutoscalersScopedList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<AutoscalersScopedList> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public Autoscaler getAutoscalers(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Parameter
Returns
public int getAutoscalersCount()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Returns
public List<Autoscaler> getAutoscalersList()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Returns
public AutoscalerOrBuilder getAutoscalersOrBuilder(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Parameter
Returns
public List<? extends AutoscalerOrBuilder> getAutoscalersOrBuilderList()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Returns
Type | Description |
List<? extends com.google.cloud.compute.v1.AutoscalerOrBuilder> | |
public AutoscalersScopedList getDefaultInstanceForType()
Returns
public Parser<AutoscalersScopedList> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public Warning getWarning()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
public WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
public boolean hasWarning()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns
Type | Description |
boolean | Whether the warning field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public AutoscalersScopedList.Builder newBuilderForType()
Returns
protected AutoscalersScopedList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public AutoscalersScopedList.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions