public final class ListTagHoldsResponse extends GeneratedMessageV3 implements ListTagHoldsResponseOrBuilder
The ListTagHolds response.
Protobuf type google.cloud.resourcemanager.v3.ListTagHoldsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TAG_HOLDS_FIELD_NUMBER
public static final int TAG_HOLDS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ListTagHoldsResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListTagHoldsResponse.Builder newBuilder()
newBuilder(ListTagHoldsResponse prototype)
public static ListTagHoldsResponse.Builder newBuilder(ListTagHoldsResponse prototype)
public static ListTagHoldsResponse parseDelimitedFrom(InputStream input)
public static ListTagHoldsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListTagHoldsResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTagHoldsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListTagHoldsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTagHoldsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTagHoldsResponse parseFrom(CodedInputStream input)
public static ListTagHoldsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTagHoldsResponse parseFrom(InputStream input)
public static ListTagHoldsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListTagHoldsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTagHoldsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListTagHoldsResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ListTagHoldsResponse getDefaultInstanceForType()
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.
|
getParserForType()
public Parser<ListTagHoldsResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTagHolds(int index)
public TagHold getTagHolds(int index)
A possibly paginated list of TagHolds.
repeated .google.cloud.resourcemanager.v3.TagHold tag_holds = 1;
Parameter |
---|
Name | Description |
index | int
|
getTagHoldsCount()
public int getTagHoldsCount()
A possibly paginated list of TagHolds.
repeated .google.cloud.resourcemanager.v3.TagHold tag_holds = 1;
Returns |
---|
Type | Description |
int | |
getTagHoldsList()
public List<TagHold> getTagHoldsList()
A possibly paginated list of TagHolds.
repeated .google.cloud.resourcemanager.v3.TagHold tag_holds = 1;
getTagHoldsOrBuilder(int index)
public TagHoldOrBuilder getTagHoldsOrBuilder(int index)
A possibly paginated list of TagHolds.
repeated .google.cloud.resourcemanager.v3.TagHold tag_holds = 1;
Parameter |
---|
Name | Description |
index | int
|
getTagHoldsOrBuilderList()
public List<? extends TagHoldOrBuilder> getTagHoldsOrBuilderList()
A possibly paginated list of TagHolds.
repeated .google.cloud.resourcemanager.v3.TagHold tag_holds = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.resourcemanager.v3.TagHoldOrBuilder> | |
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListTagHoldsResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTagHoldsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ListTagHoldsResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides