public static final class ListTagBindingsResponse.Builder extends GeneratedMessageV3.Builder<ListTagBindingsResponse.Builder> implements ListTagBindingsResponseOrBuilder
The ListTagBindings response.
Protobuf type google.cloud.resourcemanager.v3.ListTagBindingsResponse
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllTagBindings(Iterable<? extends TagBinding> values)
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;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.resourcemanager.v3.TagBinding>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListTagBindingsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addTagBindings(TagBinding value)
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;
addTagBindings(TagBinding.Builder builderForValue)
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;
addTagBindings(int index, TagBinding value)
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;
addTagBindings(int index, TagBinding.Builder builderForValue)
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;
addTagBindingsBuilder()
public TagBinding.Builder addTagBindingsBuilder()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
addTagBindingsBuilder(int index)
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;
Parameter |
---|
Name | Description |
index | int
|
build()
public ListTagBindingsResponse build()
buildPartial()
public ListTagBindingsResponse buildPartial()
clear()
public ListTagBindingsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListTagBindingsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListTagBindingsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTagBindings()
public ListTagBindingsResponse.Builder clearTagBindings()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
clone()
public ListTagBindingsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListTagBindingsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
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;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public 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;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
getTagBindings(int index)
public TagBinding getTagBindings(int index)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
Parameter |
---|
Name | Description |
index | int
|
getTagBindingsBuilder(int index)
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;
Parameter |
---|
Name | Description |
index | int
|
getTagBindingsBuilderList()
public List<TagBinding.Builder> getTagBindingsBuilderList()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
getTagBindingsCount()
public int getTagBindingsCount()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
Returns |
---|
Type | Description |
int | |
getTagBindingsList()
public List<TagBinding> getTagBindingsList()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
getTagBindingsOrBuilder(int index)
public TagBindingOrBuilder getTagBindingsOrBuilder(int index)
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
Parameter |
---|
Name | Description |
index | int
|
getTagBindingsOrBuilderList()
public List<? extends TagBindingOrBuilder> getTagBindingsOrBuilderList()
A possibly paginated list of TagBindings for the specified resource.
repeated .google.cloud.resourcemanager.v3.TagBinding tag_bindings = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.resourcemanager.v3.TagBindingOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListTagBindingsResponse other)
public ListTagBindingsResponse.Builder mergeFrom(ListTagBindingsResponse other)
public ListTagBindingsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListTagBindingsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListTagBindingsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeTagBindings(int index)
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;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListTagBindingsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public 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;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListTagBindingsResponse.Builder setNextPageTokenBytes(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;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListTagBindingsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTagBindings(int index, TagBinding value)
public 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;
setTagBindings(int index, TagBinding.Builder builderForValue)
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;
setUnknownFields(UnknownFieldSet unknownFields)
public final ListTagBindingsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides