Package com.google.cloud.compute.v1
Class AutoscalerList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
- com.google.cloud.compute.v1.AutoscalerList.Builder
-
- All Implemented Interfaces:
AutoscalerListOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- AutoscalerList
public static final class AutoscalerList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder> implements AutoscalerListOrBuilder
Contains a list of Autoscaler resources.
Protobuf typegoogle.cloud.compute.v1.AutoscalerList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoscalerList.BuilderaddAllItems(Iterable<? extends Autoscaler> values)A list of Autoscaler resources.AutoscalerList.BuilderaddItems(int index, Autoscaler value)A list of Autoscaler resources.AutoscalerList.BuilderaddItems(int index, Autoscaler.Builder builderForValue)A list of Autoscaler resources.AutoscalerList.BuilderaddItems(Autoscaler value)A list of Autoscaler resources.AutoscalerList.BuilderaddItems(Autoscaler.Builder builderForValue)A list of Autoscaler resources.Autoscaler.BuilderaddItemsBuilder()A list of Autoscaler resources.Autoscaler.BuilderaddItemsBuilder(int index)A list of Autoscaler resources.AutoscalerList.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AutoscalerListbuild()AutoscalerListbuildPartial()AutoscalerList.Builderclear()AutoscalerList.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AutoscalerList.BuilderclearId()[Output Only] Unique identifier for the resource; defined by the server.AutoscalerList.BuilderclearItems()A list of Autoscaler resources.AutoscalerList.BuilderclearKind()[Output Only] Type of resource.AutoscalerList.BuilderclearNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.AutoscalerList.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AutoscalerList.BuilderclearSelfLink()[Output Only] Server-defined URL for this resource.AutoscalerList.BuilderclearWarning()[Output Only] Informational warning message.AutoscalerList.Builderclone()AutoscalerListgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetId()[Output Only] Unique identifier for the resource; defined by the server.com.google.protobuf.ByteStringgetIdBytes()[Output Only] Unique identifier for the resource; defined by the server.AutoscalergetItems(int index)A list of Autoscaler resources.Autoscaler.BuildergetItemsBuilder(int index)A list of Autoscaler resources.List<Autoscaler.Builder>getItemsBuilderList()A list of Autoscaler resources.intgetItemsCount()A list of Autoscaler resources.List<Autoscaler>getItemsList()A list of Autoscaler resources.AutoscalerOrBuildergetItemsOrBuilder(int index)A list of Autoscaler resources.List<? extends AutoscalerOrBuilder>getItemsOrBuilderList()A list of Autoscaler resources.StringgetKind()[Output Only] Type of resource.com.google.protobuf.ByteStringgetKindBytes()[Output Only] Type of resource.StringgetNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.com.google.protobuf.ByteStringgetNextPageTokenBytes()[Output Only] This token allows you to get the next page of results for list requests.StringgetSelfLink()[Output Only] Server-defined URL for this resource.com.google.protobuf.ByteStringgetSelfLinkBytes()[Output Only] Server-defined URL for this resource.WarninggetWarning()[Output Only] Informational warning message.Warning.BuildergetWarningBuilder()[Output Only] Informational warning message.WarningOrBuildergetWarningOrBuilder()[Output Only] Informational warning message.booleanhasId()[Output Only] Unique identifier for the resource; defined by the server.booleanhasKind()[Output Only] Type of resource.booleanhasNextPageToken()[Output Only] This token allows you to get the next page of results for list requests.booleanhasSelfLink()[Output Only] Server-defined URL for this resource.booleanhasWarning()[Output Only] Informational warning message.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AutoscalerList.BuildermergeFrom(AutoscalerList other)AutoscalerList.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AutoscalerList.BuildermergeFrom(com.google.protobuf.Message other)AutoscalerList.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AutoscalerList.BuildermergeWarning(Warning value)[Output Only] Informational warning message.AutoscalerList.BuilderremoveItems(int index)A list of Autoscaler resources.AutoscalerList.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AutoscalerList.BuildersetId(String value)[Output Only] Unique identifier for the resource; defined by the server.AutoscalerList.BuildersetIdBytes(com.google.protobuf.ByteString value)[Output Only] Unique identifier for the resource; defined by the server.AutoscalerList.BuildersetItems(int index, Autoscaler value)A list of Autoscaler resources.AutoscalerList.BuildersetItems(int index, Autoscaler.Builder builderForValue)A list of Autoscaler resources.AutoscalerList.BuildersetKind(String value)[Output Only] Type of resource.AutoscalerList.BuildersetKindBytes(com.google.protobuf.ByteString value)[Output Only] Type of resource.AutoscalerList.BuildersetNextPageToken(String value)[Output Only] This token allows you to get the next page of results for list requests.AutoscalerList.BuildersetNextPageTokenBytes(com.google.protobuf.ByteString value)[Output Only] This token allows you to get the next page of results for list requests.AutoscalerList.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AutoscalerList.BuildersetSelfLink(String value)[Output Only] Server-defined URL for this resource.AutoscalerList.BuildersetSelfLinkBytes(com.google.protobuf.ByteString value)[Output Only] Server-defined URL for this resource.AutoscalerList.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AutoscalerList.BuildersetWarning(Warning value)[Output Only] Informational warning message.AutoscalerList.BuildersetWarning(Warning.Builder builderForValue)[Output Only] Informational warning message.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
clear
public AutoscalerList.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
getDefaultInstanceForType
public AutoscalerList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AutoscalerList build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AutoscalerList buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AutoscalerList.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
setField
public AutoscalerList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
clearField
public AutoscalerList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
clearOneof
public AutoscalerList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
setRepeatedField
public AutoscalerList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
addRepeatedField
public AutoscalerList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
mergeFrom
public AutoscalerList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AutoscalerList.Builder>
-
mergeFrom
public AutoscalerList.Builder mergeFrom(AutoscalerList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
mergeFrom
public AutoscalerList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AutoscalerList.Builder>- Throws:
IOException
-
hasId
public boolean hasId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Specified by:
hasIdin interfaceAutoscalerListOrBuilder- Returns:
- Whether the id field is set.
-
getId
public String getId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Specified by:
getIdin interfaceAutoscalerListOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Specified by:
getIdBytesin interfaceAutoscalerListOrBuilder- Returns:
- The bytes for id.
-
setId
public AutoscalerList.Builder setId(String value)
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public AutoscalerList.Builder clearId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Returns:
- This builder for chaining.
-
setIdBytes
public AutoscalerList.Builder setIdBytes(com.google.protobuf.ByteString value)
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getItemsList
public List<Autoscaler> getItemsList()
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;- Specified by:
getItemsListin interfaceAutoscalerListOrBuilder
-
getItemsCount
public int getItemsCount()
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;- Specified by:
getItemsCountin interfaceAutoscalerListOrBuilder
-
getItems
public Autoscaler getItems(int index)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;- Specified by:
getItemsin interfaceAutoscalerListOrBuilder
-
setItems
public AutoscalerList.Builder setItems(int index, Autoscaler value)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
setItems
public AutoscalerList.Builder setItems(int index, Autoscaler.Builder builderForValue)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
addItems
public AutoscalerList.Builder addItems(Autoscaler value)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
addItems
public AutoscalerList.Builder addItems(int index, Autoscaler value)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
addItems
public AutoscalerList.Builder addItems(Autoscaler.Builder builderForValue)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
addItems
public AutoscalerList.Builder addItems(int index, Autoscaler.Builder builderForValue)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
addAllItems
public AutoscalerList.Builder addAllItems(Iterable<? extends Autoscaler> values)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
clearItems
public AutoscalerList.Builder clearItems()
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
removeItems
public AutoscalerList.Builder removeItems(int index)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
getItemsBuilder
public Autoscaler.Builder getItemsBuilder(int index)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
getItemsOrBuilder
public AutoscalerOrBuilder getItemsOrBuilder(int index)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;- Specified by:
getItemsOrBuilderin interfaceAutoscalerListOrBuilder
-
getItemsOrBuilderList
public List<? extends AutoscalerOrBuilder> getItemsOrBuilderList()
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;- Specified by:
getItemsOrBuilderListin interfaceAutoscalerListOrBuilder
-
addItemsBuilder
public Autoscaler.Builder addItemsBuilder()
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
addItemsBuilder
public Autoscaler.Builder addItemsBuilder(int index)
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
getItemsBuilderList
public List<Autoscaler.Builder> getItemsBuilderList()
A list of Autoscaler resources.
repeated .google.cloud.compute.v1.Autoscaler items = 100526016;
-
hasKind
public boolean hasKind()
[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.
optional string kind = 3292052;- Specified by:
hasKindin interfaceAutoscalerListOrBuilder- Returns:
- Whether the kind field is set.
-
getKind
public String getKind()
[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.
optional string kind = 3292052;- Specified by:
getKindin interfaceAutoscalerListOrBuilder- Returns:
- The kind.
-
getKindBytes
public com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.
optional string kind = 3292052;- Specified by:
getKindBytesin interfaceAutoscalerListOrBuilder- Returns:
- The bytes for kind.
-
setKind
public AutoscalerList.Builder setKind(String value)
[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.
optional string kind = 3292052;- Parameters:
value- The kind to set.- Returns:
- This builder for chaining.
-
clearKind
public AutoscalerList.Builder clearKind()
[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.
optional string kind = 3292052;- Returns:
- This builder for chaining.
-
setKindBytes
public AutoscalerList.Builder setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.
optional string kind = 3292052;- Parameters:
value- The bytes for kind to set.- Returns:
- This builder for chaining.
-
hasNextPageToken
public boolean hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Specified by:
hasNextPageTokenin interfaceAutoscalerListOrBuilder- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
public String getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Specified by:
getNextPageTokenin interfaceAutoscalerListOrBuilder- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Specified by:
getNextPageTokenBytesin interfaceAutoscalerListOrBuilder- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public AutoscalerList.Builder setNextPageToken(String value)
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Parameters:
value- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public AutoscalerList.Builder clearNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public AutoscalerList.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
optional string next_page_token = 79797525;- Parameters:
value- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
hasSelfLink
public boolean hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Specified by:
hasSelfLinkin interfaceAutoscalerListOrBuilder- Returns:
- Whether the selfLink field is set.
-
getSelfLink
public String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Specified by:
getSelfLinkin interfaceAutoscalerListOrBuilder- Returns:
- The selfLink.
-
getSelfLinkBytes
public com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Specified by:
getSelfLinkBytesin interfaceAutoscalerListOrBuilder- Returns:
- The bytes for selfLink.
-
setSelfLink
public AutoscalerList.Builder setSelfLink(String value)
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Parameters:
value- The selfLink to set.- Returns:
- This builder for chaining.
-
clearSelfLink
public AutoscalerList.Builder clearSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Returns:
- This builder for chaining.
-
setSelfLinkBytes
public AutoscalerList.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;- Parameters:
value- The bytes for selfLink to set.- Returns:
- This builder for chaining.
-
hasWarning
public boolean hasWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Specified by:
hasWarningin interfaceAutoscalerListOrBuilder- Returns:
- Whether the warning field is set.
-
getWarning
public Warning getWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Specified by:
getWarningin interfaceAutoscalerListOrBuilder- Returns:
- The warning.
-
setWarning
public AutoscalerList.Builder setWarning(Warning value)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
setWarning
public AutoscalerList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
mergeWarning
public AutoscalerList.Builder mergeWarning(Warning value)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
clearWarning
public AutoscalerList.Builder clearWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
getWarningBuilder
public Warning.Builder getWarningBuilder()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
getWarningOrBuilder
public WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;- Specified by:
getWarningOrBuilderin interfaceAutoscalerListOrBuilder
-
setUnknownFields
public final AutoscalerList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
mergeUnknownFields
public final AutoscalerList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AutoscalerList.Builder>
-
-