public static final class TargetInstanceList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder> implements TargetInstanceListOrBuilder
Contains a list of TargetInstance resources.Protobuf type
google.cloud.compute.v1.TargetInstanceList| Modifier and Type | Method and Description |
|---|---|
TargetInstanceList.Builder |
addAllItems(Iterable<? extends TargetInstance> values)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
addItems(int index,
TargetInstance.Builder builderForValue)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
addItems(int index,
TargetInstance value)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
addItems(TargetInstance.Builder builderForValue)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
addItems(TargetInstance value)
A list of TargetInstance resources.
|
TargetInstance.Builder |
addItemsBuilder()
A list of TargetInstance resources.
|
TargetInstance.Builder |
addItemsBuilder(int index)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TargetInstanceList |
build() |
TargetInstanceList |
buildPartial() |
TargetInstanceList.Builder |
clear() |
TargetInstanceList.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TargetInstanceList.Builder |
clearId()
[Output Only] Unique identifier for the resource; defined by the server.
|
TargetInstanceList.Builder |
clearItems()
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
clearKind()
Type of resource.
|
TargetInstanceList.Builder |
clearNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
TargetInstanceList.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TargetInstanceList.Builder |
clearSelfLink()
[Output Only] Server-defined URL for this resource.
|
TargetInstanceList.Builder |
clearWarning()
[Output Only] Informational warning message.
|
TargetInstanceList.Builder |
clone() |
TargetInstanceList |
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.
|
TargetInstance |
getItems(int index)
A list of TargetInstance resources.
|
TargetInstance.Builder |
getItemsBuilder(int index)
A list of TargetInstance resources.
|
List<TargetInstance.Builder> |
getItemsBuilderList()
A list of TargetInstance resources.
|
int |
getItemsCount()
A list of TargetInstance resources.
|
List<TargetInstance> |
getItemsList()
A list of TargetInstance resources.
|
TargetInstanceOrBuilder |
getItemsOrBuilder(int index)
A list of TargetInstance resources.
|
List<? extends TargetInstanceOrBuilder> |
getItemsOrBuilderList()
A list of TargetInstance 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() |
TargetInstanceList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TargetInstanceList.Builder |
mergeFrom(com.google.protobuf.Message other) |
TargetInstanceList.Builder |
mergeFrom(TargetInstanceList other) |
TargetInstanceList.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TargetInstanceList.Builder |
mergeWarning(Warning value)
[Output Only] Informational warning message.
|
TargetInstanceList.Builder |
removeItems(int index)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TargetInstanceList.Builder |
setId(String value)
[Output Only] Unique identifier for the resource; defined by the server.
|
TargetInstanceList.Builder |
setIdBytes(com.google.protobuf.ByteString value)
[Output Only] Unique identifier for the resource; defined by the server.
|
TargetInstanceList.Builder |
setItems(int index,
TargetInstance.Builder builderForValue)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
setItems(int index,
TargetInstance value)
A list of TargetInstance resources.
|
TargetInstanceList.Builder |
setKind(String value)
Type of resource.
|
TargetInstanceList.Builder |
setKindBytes(com.google.protobuf.ByteString value)
Type of resource.
|
TargetInstanceList.Builder |
setNextPageToken(String value)
[Output Only] This token allows you to get the next page of results for list requests.
|
TargetInstanceList.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
[Output Only] This token allows you to get the next page of results for list requests.
|
TargetInstanceList.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TargetInstanceList.Builder |
setSelfLink(String value)
[Output Only] Server-defined URL for this resource.
|
TargetInstanceList.Builder |
setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for this resource.
|
TargetInstanceList.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TargetInstanceList.Builder |
setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning message.
|
TargetInstanceList.Builder |
setWarning(Warning value)
[Output Only] Informational warning message.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TargetInstanceList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TargetInstanceList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TargetInstanceList.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder mergeFrom(TargetInstanceList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public TargetInstanceList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TargetInstanceList.Builder>IOExceptionpublic boolean hasId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;hasId in interface TargetInstanceListOrBuilderpublic String getId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;getId in interface TargetInstanceListOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;getIdBytes in interface TargetInstanceListOrBuilderpublic TargetInstanceList.Builder setId(String value)
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;value - The id to set.public TargetInstanceList.Builder clearId()
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;public TargetInstanceList.Builder setIdBytes(com.google.protobuf.ByteString value)
[Output Only] Unique identifier for the resource; defined by the server.
optional string id = 3355;value - The bytes for id to set.public List<TargetInstance> getItemsList()
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;getItemsList in interface TargetInstanceListOrBuilderpublic int getItemsCount()
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;getItemsCount in interface TargetInstanceListOrBuilderpublic TargetInstance getItems(int index)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;getItems in interface TargetInstanceListOrBuilderpublic TargetInstanceList.Builder setItems(int index, TargetInstance value)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder setItems(int index, TargetInstance.Builder builderForValue)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder addItems(TargetInstance value)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder addItems(int index, TargetInstance value)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder addItems(TargetInstance.Builder builderForValue)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder addItems(int index, TargetInstance.Builder builderForValue)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder addAllItems(Iterable<? extends TargetInstance> values)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder clearItems()
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceList.Builder removeItems(int index)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstance.Builder getItemsBuilder(int index)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstanceOrBuilder getItemsOrBuilder(int index)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;getItemsOrBuilder in interface TargetInstanceListOrBuilderpublic List<? extends TargetInstanceOrBuilder> getItemsOrBuilderList()
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;getItemsOrBuilderList in interface TargetInstanceListOrBuilderpublic TargetInstance.Builder addItemsBuilder()
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public TargetInstance.Builder addItemsBuilder(int index)
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public List<TargetInstance.Builder> getItemsBuilderList()
A list of TargetInstance resources.
repeated .google.cloud.compute.v1.TargetInstance items = 100526016;public boolean hasKind()
Type of resource.
optional string kind = 3292052;hasKind in interface TargetInstanceListOrBuilderpublic String getKind()
Type of resource.
optional string kind = 3292052;getKind in interface TargetInstanceListOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
Type of resource.
optional string kind = 3292052;getKindBytes in interface TargetInstanceListOrBuilderpublic TargetInstanceList.Builder setKind(String value)
Type of resource.
optional string kind = 3292052;value - The kind to set.public TargetInstanceList.Builder clearKind()
Type of resource.
optional string kind = 3292052;public TargetInstanceList.Builder setKindBytes(com.google.protobuf.ByteString value)
Type of resource.
optional string kind = 3292052;value - The bytes for kind to set.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;hasNextPageToken in interface TargetInstanceListOrBuilderpublic 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;getNextPageToken in interface TargetInstanceListOrBuilderpublic 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;getNextPageTokenBytes in interface TargetInstanceListOrBuilderpublic TargetInstanceList.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;value - The nextPageToken to set.public TargetInstanceList.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;public TargetInstanceList.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;value - The bytes for nextPageToken to set.public boolean hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;hasSelfLink in interface TargetInstanceListOrBuilderpublic String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;getSelfLink in interface TargetInstanceListOrBuilderpublic com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;getSelfLinkBytes in interface TargetInstanceListOrBuilderpublic TargetInstanceList.Builder setSelfLink(String value)
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;value - The selfLink to set.public TargetInstanceList.Builder clearSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;public TargetInstanceList.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;value - The bytes for selfLink to set.public boolean hasWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;hasWarning in interface TargetInstanceListOrBuilderpublic Warning getWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;getWarning in interface TargetInstanceListOrBuilderpublic TargetInstanceList.Builder setWarning(Warning value)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;public TargetInstanceList.Builder setWarning(Warning.Builder builderForValue)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;public TargetInstanceList.Builder mergeWarning(Warning value)
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;public TargetInstanceList.Builder clearWarning()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;public Warning.Builder getWarningBuilder()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;public WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning message.
optional .google.cloud.compute.v1.Warning warning = 50704284;getWarningOrBuilder in interface TargetInstanceListOrBuilderpublic final TargetInstanceList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>public final TargetInstanceList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TargetInstanceList.Builder>Copyright © 2023 Google LLC. All rights reserved.