public static final class AutoscalersScopedList.Builder extends GeneratedMessageV3.Builder<AutoscalersScopedList.Builder> implements AutoscalersScopedListOrBuilder
Protobuf type google.cloud.compute.v1.AutoscalersScopedList
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public AutoscalersScopedList.Builder addAllAutoscalers(Iterable<? extends Autoscaler> values)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.Autoscaler>
|
public AutoscalersScopedList.Builder addAutoscalers(Autoscaler value)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public AutoscalersScopedList.Builder addAutoscalers(Autoscaler.Builder builderForValue)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public AutoscalersScopedList.Builder addAutoscalers(int index, Autoscaler value)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public AutoscalersScopedList.Builder addAutoscalers(int index, Autoscaler.Builder builderForValue)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public Autoscaler.Builder addAutoscalersBuilder()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public Autoscaler.Builder addAutoscalersBuilder(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Parameter |
---|
Name | Description |
index | int
|
public AutoscalersScopedList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AutoscalersScopedList build()
public AutoscalersScopedList buildPartial()
public AutoscalersScopedList.Builder clear()
Overrides
public AutoscalersScopedList.Builder clearAutoscalers()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public AutoscalersScopedList.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public AutoscalersScopedList.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public AutoscalersScopedList.Builder clearWarning()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
public AutoscalersScopedList.Builder clone()
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 |
---|
Name | Description |
index | int
|
public Autoscaler.Builder getAutoscalersBuilder(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Parameter |
---|
Name | Description |
index | int
|
public List<Autoscaler.Builder> getAutoscalersBuilderList()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public int getAutoscalersCount()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Returns |
---|
Type | Description |
int | |
public List<Autoscaler> getAutoscalersList()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public AutoscalerOrBuilder getAutoscalersOrBuilder(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Parameter |
---|
Name | Description |
index | int
|
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()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
Warning | The warning.
|
public Warning.Builder getWarningBuilder()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
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;
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public AutoscalersScopedList.Builder mergeFrom(AutoscalersScopedList other)
public AutoscalersScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public AutoscalersScopedList.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final AutoscalersScopedList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public AutoscalersScopedList.Builder mergeWarning(Warning value)
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter |
---|
Name | Description |
value | Warning
|
public AutoscalersScopedList.Builder removeAutoscalers(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
Parameter |
---|
Name | Description |
index | int
|
public AutoscalersScopedList.Builder setAutoscalers(int index, Autoscaler value)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public AutoscalersScopedList.Builder setAutoscalers(int index, Autoscaler.Builder builderForValue)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
public AutoscalersScopedList.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public AutoscalersScopedList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final AutoscalersScopedList.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public AutoscalersScopedList.Builder setWarning(Warning value)
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter |
---|
Name | Description |
value | Warning
|
public AutoscalersScopedList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;