Package com.google.cloud.compute.v1
Class HealthCheckList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
- com.google.cloud.compute.v1.HealthCheckList.Builder
-
- All Implemented Interfaces:
HealthCheckListOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- HealthCheckList
public static final class HealthCheckList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder> implements HealthCheckListOrBuilder
Contains a list of HealthCheck resources.
Protobuf typegoogle.cloud.compute.v1.HealthCheckList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthCheckList.Builder
addAllItems(Iterable<? extends HealthCheck> values)
A list of HealthCheck resources.HealthCheckList.Builder
addItems(int index, HealthCheck value)
A list of HealthCheck resources.HealthCheckList.Builder
addItems(int index, HealthCheck.Builder builderForValue)
A list of HealthCheck resources.HealthCheckList.Builder
addItems(HealthCheck value)
A list of HealthCheck resources.HealthCheckList.Builder
addItems(HealthCheck.Builder builderForValue)
A list of HealthCheck resources.HealthCheck.Builder
addItemsBuilder()
A list of HealthCheck resources.HealthCheck.Builder
addItemsBuilder(int index)
A list of HealthCheck resources.HealthCheckList.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
HealthCheckList
build()
HealthCheckList
buildPartial()
HealthCheckList.Builder
clear()
HealthCheckList.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
HealthCheckList.Builder
clearId()
[Output Only] Unique identifier for the resource; defined by the server.HealthCheckList.Builder
clearItems()
A list of HealthCheck resources.HealthCheckList.Builder
clearKind()
Type of resource.HealthCheckList.Builder
clearNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.HealthCheckList.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
HealthCheckList.Builder
clearSelfLink()
[Output Only] Server-defined URL for this resource.HealthCheckList.Builder
clearWarning()
[Output Only] Informational warning message.HealthCheckList.Builder
clone()
HealthCheckList
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getId()
[Output Only] Unique identifier for the resource; defined by the server.com.google.protobuf.ByteString
getIdBytes()
[Output Only] Unique identifier for the resource; defined by the server.HealthCheck
getItems(int index)
A list of HealthCheck resources.HealthCheck.Builder
getItemsBuilder(int index)
A list of HealthCheck resources.List<HealthCheck.Builder>
getItemsBuilderList()
A list of HealthCheck resources.int
getItemsCount()
A list of HealthCheck resources.List<HealthCheck>
getItemsList()
A list of HealthCheck resources.HealthCheckOrBuilder
getItemsOrBuilder(int index)
A list of HealthCheck resources.List<? extends HealthCheckOrBuilder>
getItemsOrBuilderList()
A list of HealthCheck resources.String
getKind()
Type of resource.com.google.protobuf.ByteString
getKindBytes()
Type of resource.String
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.com.google.protobuf.ByteString
getNextPageTokenBytes()
[Output Only] This token allows you to get the next page of results for list requests.String
getSelfLink()
[Output Only] Server-defined URL for this resource.com.google.protobuf.ByteString
getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.Warning
getWarning()
[Output Only] Informational warning message.Warning.Builder
getWarningBuilder()
[Output Only] Informational warning message.WarningOrBuilder
getWarningOrBuilder()
[Output Only] Informational warning message.boolean
hasId()
[Output Only] Unique identifier for the resource; defined by the server.boolean
hasKind()
Type of resource.boolean
hasNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.boolean
hasSelfLink()
[Output Only] Server-defined URL for this resource.boolean
hasWarning()
[Output Only] Informational warning message.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
HealthCheckList.Builder
mergeFrom(HealthCheckList other)
HealthCheckList.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
HealthCheckList.Builder
mergeFrom(com.google.protobuf.Message other)
HealthCheckList.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
HealthCheckList.Builder
mergeWarning(Warning value)
[Output Only] Informational warning message.HealthCheckList.Builder
removeItems(int index)
A list of HealthCheck resources.HealthCheckList.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
HealthCheckList.Builder
setId(String value)
[Output Only] Unique identifier for the resource; defined by the server.HealthCheckList.Builder
setIdBytes(com.google.protobuf.ByteString value)
[Output Only] Unique identifier for the resource; defined by the server.HealthCheckList.Builder
setItems(int index, HealthCheck value)
A list of HealthCheck resources.HealthCheckList.Builder
setItems(int index, HealthCheck.Builder builderForValue)
A list of HealthCheck resources.HealthCheckList.Builder
setKind(String value)
Type of resource.HealthCheckList.Builder
setKindBytes(com.google.protobuf.ByteString value)
Type of resource.HealthCheckList.Builder
setNextPageToken(String value)
[Output Only] This token allows you to get the next page of results for list requests.HealthCheckList.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
[Output Only] This token allows you to get the next page of results for list requests.HealthCheckList.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
HealthCheckList.Builder
setSelfLink(String value)
[Output Only] Server-defined URL for this resource.HealthCheckList.Builder
setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for this resource.HealthCheckList.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
HealthCheckList.Builder
setWarning(Warning value)
[Output Only] Informational warning message.HealthCheckList.Builder
setWarning(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
clear
public HealthCheckList.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
getDefaultInstanceForType
public HealthCheckList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public HealthCheckList build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public HealthCheckList buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public HealthCheckList.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
setField
public HealthCheckList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
clearField
public HealthCheckList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
clearOneof
public HealthCheckList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
setRepeatedField
public HealthCheckList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
addRepeatedField
public HealthCheckList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
mergeFrom
public HealthCheckList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<HealthCheckList.Builder>
-
mergeFrom
public HealthCheckList.Builder mergeFrom(HealthCheckList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
mergeFrom
public HealthCheckList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<HealthCheckList.Builder>
- Throws:
IOException
-
hasId
public boolean hasId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
- Specified by:
hasId
in interfaceHealthCheckListOrBuilder
- 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:
getId
in interfaceHealthCheckListOrBuilder
- 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:
getIdBytes
in interfaceHealthCheckListOrBuilder
- Returns:
- The bytes for id.
-
setId
public HealthCheckList.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 HealthCheckList.Builder clearId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;
- Returns:
- This builder for chaining.
-
setIdBytes
public HealthCheckList.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<HealthCheck> getItemsList()
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
- Specified by:
getItemsList
in interfaceHealthCheckListOrBuilder
-
getItemsCount
public int getItemsCount()
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
- Specified by:
getItemsCount
in interfaceHealthCheckListOrBuilder
-
getItems
public HealthCheck getItems(int index)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
- Specified by:
getItems
in interfaceHealthCheckListOrBuilder
-
setItems
public HealthCheckList.Builder setItems(int index, HealthCheck value)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
setItems
public HealthCheckList.Builder setItems(int index, HealthCheck.Builder builderForValue)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
addItems
public HealthCheckList.Builder addItems(HealthCheck value)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
addItems
public HealthCheckList.Builder addItems(int index, HealthCheck value)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
addItems
public HealthCheckList.Builder addItems(HealthCheck.Builder builderForValue)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
addItems
public HealthCheckList.Builder addItems(int index, HealthCheck.Builder builderForValue)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
addAllItems
public HealthCheckList.Builder addAllItems(Iterable<? extends HealthCheck> values)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
clearItems
public HealthCheckList.Builder clearItems()
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
removeItems
public HealthCheckList.Builder removeItems(int index)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
getItemsBuilder
public HealthCheck.Builder getItemsBuilder(int index)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
getItemsOrBuilder
public HealthCheckOrBuilder getItemsOrBuilder(int index)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
- Specified by:
getItemsOrBuilder
in interfaceHealthCheckListOrBuilder
-
getItemsOrBuilderList
public List<? extends HealthCheckOrBuilder> getItemsOrBuilderList()
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
- Specified by:
getItemsOrBuilderList
in interfaceHealthCheckListOrBuilder
-
addItemsBuilder
public HealthCheck.Builder addItemsBuilder()
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
addItemsBuilder
public HealthCheck.Builder addItemsBuilder(int index)
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
getItemsBuilderList
public List<HealthCheck.Builder> getItemsBuilderList()
A list of HealthCheck resources.
repeated .google.cloud.compute.v1.HealthCheck items = 100526016;
-
hasKind
public boolean hasKind()
Type of resource.
optional string kind = 3292052;
- Specified by:
hasKind
in interfaceHealthCheckListOrBuilder
- Returns:
- Whether the kind field is set.
-
getKind
public String getKind()
Type of resource.
optional string kind = 3292052;
- Specified by:
getKind
in interfaceHealthCheckListOrBuilder
- Returns:
- The kind.
-
getKindBytes
public com.google.protobuf.ByteString getKindBytes()
Type of resource.
optional string kind = 3292052;
- Specified by:
getKindBytes
in interfaceHealthCheckListOrBuilder
- Returns:
- The bytes for kind.
-
setKind
public HealthCheckList.Builder setKind(String value)
Type of resource.
optional string kind = 3292052;
- Parameters:
value
- The kind to set.- Returns:
- This builder for chaining.
-
clearKind
public HealthCheckList.Builder clearKind()
Type of resource.
optional string kind = 3292052;
- Returns:
- This builder for chaining.
-
setKindBytes
public HealthCheckList.Builder setKindBytes(com.google.protobuf.ByteString value)
Type of resource.
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:
hasNextPageToken
in interfaceHealthCheckListOrBuilder
- 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:
getNextPageToken
in interfaceHealthCheckListOrBuilder
- 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:
getNextPageTokenBytes
in interfaceHealthCheckListOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public HealthCheckList.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 HealthCheckList.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 HealthCheckList.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:
hasSelfLink
in interfaceHealthCheckListOrBuilder
- 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:
getSelfLink
in interfaceHealthCheckListOrBuilder
- 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:
getSelfLinkBytes
in interfaceHealthCheckListOrBuilder
- Returns:
- The bytes for selfLink.
-
setSelfLink
public HealthCheckList.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 HealthCheckList.Builder clearSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
- Returns:
- This builder for chaining.
-
setSelfLinkBytes
public HealthCheckList.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:
hasWarning
in interfaceHealthCheckListOrBuilder
- 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:
getWarning
in interfaceHealthCheckListOrBuilder
- Returns:
- The warning.
-
setWarning
public HealthCheckList.Builder setWarning(Warning value)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
setWarning
public HealthCheckList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
mergeWarning
public HealthCheckList.Builder mergeWarning(Warning value)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
clearWarning
public HealthCheckList.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:
getWarningOrBuilder
in interfaceHealthCheckListOrBuilder
-
setUnknownFields
public final HealthCheckList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
mergeUnknownFields
public final HealthCheckList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<HealthCheckList.Builder>
-
-