public static final class ListTagBindingsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder> implements ListTagBindingsResponseOrBuilder
The ListTagBindings response.Protobuf type
google.cloud.resourcemanager.v3.ListTagBindingsResponse| Modifier and Type | Method and Description |
|---|---|
ListTagBindingsResponse.Builder |
addAllTagBindings(Iterable<? extends TagBinding> values)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTagBindingsResponse.Builder |
addTagBindings(int index,
TagBinding.Builder builderForValue)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
addTagBindings(int index,
TagBinding value)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
addTagBindings(TagBinding.Builder builderForValue)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
addTagBindings(TagBinding value)
A possibly paginated list of TagBindings for the specified resource.
|
TagBinding.Builder |
addTagBindingsBuilder()
A possibly paginated list of TagBindings for the specified resource.
|
TagBinding.Builder |
addTagBindingsBuilder(int index)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse |
build() |
ListTagBindingsResponse |
buildPartial() |
ListTagBindingsResponse.Builder |
clear() |
ListTagBindingsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListTagBindingsResponse.Builder |
clearNextPageToken()
Pagination token.
|
ListTagBindingsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListTagBindingsResponse.Builder |
clearTagBindings()
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
clone() |
ListTagBindingsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
Pagination token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token.
|
TagBinding |
getTagBindings(int index)
A possibly paginated list of TagBindings for the specified resource.
|
TagBinding.Builder |
getTagBindingsBuilder(int index)
A possibly paginated list of TagBindings for the specified resource.
|
List<TagBinding.Builder> |
getTagBindingsBuilderList()
A possibly paginated list of TagBindings for the specified resource.
|
int |
getTagBindingsCount()
A possibly paginated list of TagBindings for the specified resource.
|
List<TagBinding> |
getTagBindingsList()
A possibly paginated list of TagBindings for the specified resource.
|
TagBindingOrBuilder |
getTagBindingsOrBuilder(int index)
A possibly paginated list of TagBindings for the specified resource.
|
List<? extends TagBindingOrBuilder> |
getTagBindingsOrBuilderList()
A possibly paginated list of TagBindings for the specified resource.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListTagBindingsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListTagBindingsResponse.Builder |
mergeFrom(ListTagBindingsResponse other) |
ListTagBindingsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListTagBindingsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListTagBindingsResponse.Builder |
removeTagBindings(int index)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTagBindingsResponse.Builder |
setNextPageToken(String value)
Pagination token.
|
ListTagBindingsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Pagination token.
|
ListTagBindingsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListTagBindingsResponse.Builder |
setTagBindings(int index,
TagBinding.Builder builderForValue)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
setTagBindings(int index,
TagBinding value)
A possibly paginated list of TagBindings for the specified resource.
|
ListTagBindingsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, 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, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.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<ListTagBindingsResponse.Builder>public ListTagBindingsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListTagBindingsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListTagBindingsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListTagBindingsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.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<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.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<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.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<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.Builder mergeFrom(ListTagBindingsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder>public ListTagBindingsResponse.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<ListTagBindingsResponse.Builder>IOExceptionpublic List<TagBinding> getTagBindingsList()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;getTagBindingsList in interface ListTagBindingsResponseOrBuilderpublic int getTagBindingsCount()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;getTagBindingsCount in interface ListTagBindingsResponseOrBuilderpublic TagBinding getTagBindings(int index)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;getTagBindings in interface ListTagBindingsResponseOrBuilderpublic ListTagBindingsResponse.Builder setTagBindings(int index, TagBinding value)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder setTagBindings(int index, TagBinding.Builder builderForValue)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder addTagBindings(TagBinding value)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder addTagBindings(int index, TagBinding value)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder addTagBindings(TagBinding.Builder builderForValue)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder addTagBindings(int index, TagBinding.Builder builderForValue)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder addAllTagBindings(Iterable<? extends TagBinding> values)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder clearTagBindings()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public ListTagBindingsResponse.Builder removeTagBindings(int index)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public TagBinding.Builder getTagBindingsBuilder(int index)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public TagBindingOrBuilder getTagBindingsOrBuilder(int index)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;getTagBindingsOrBuilder in interface ListTagBindingsResponseOrBuilderpublic List<? extends TagBindingOrBuilder> getTagBindingsOrBuilderList()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;getTagBindingsOrBuilderList in interface ListTagBindingsResponseOrBuilderpublic TagBinding.Builder addTagBindingsBuilder()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public TagBinding.Builder addTagBindingsBuilder(int index)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public List<TagBinding.Builder> getTagBindingsBuilderList()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;public String getNextPageToken()
Pagination token. If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the `page_token` parameter gives the next page of the results. When `next_page_token` is not filled in, there is no next page and the list returned is the last page in the result set. Pagination tokens have a limited lifetime.
string next_page_token = 2;getNextPageToken in interface ListTagBindingsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token. If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the `page_token` parameter gives the next page of the results. When `next_page_token` is not filled in, there is no next page and the list returned is the last page in the result set. Pagination tokens have a limited lifetime.
string next_page_token = 2;getNextPageTokenBytes in interface ListTagBindingsResponseOrBuilderpublic ListTagBindingsResponse.Builder setNextPageToken(String value)
Pagination token. If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the `page_token` parameter gives the next page of the results. When `next_page_token` is not filled in, there is no next page and the list returned is the last page in the result set. Pagination tokens have a limited lifetime.
string next_page_token = 2;value - The nextPageToken to set.public ListTagBindingsResponse.Builder clearNextPageToken()
Pagination token. If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the `page_token` parameter gives the next page of the results. When `next_page_token` is not filled in, there is no next page and the list returned is the last page in the result set. Pagination tokens have a limited lifetime.
string next_page_token = 2;public ListTagBindingsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Pagination token. If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the `page_token` parameter gives the next page of the results. When `next_page_token` is not filled in, there is no next page and the list returned is the last page in the result set. Pagination tokens have a limited lifetime.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListTagBindingsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder>public final ListTagBindingsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.