Send feedback
Class ListSecretVersionsResponse (2.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.29.0 keyboard_arrow_down
public final class ListSecretVersionsResponse extends GeneratedMessageV3 implements ListSecretVersionsResponseOrBuilder
Response message for SecretManagerService.ListSecretVersions .
Protobuf type google.cloud.secrets.v1beta1.ListSecretVersionsResponse
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>)
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value Type Description int
TOTAL_SIZE_FIELD_NUMBER
public static final int TOTAL_SIZE_FIELD_NUMBER
Field Value Type Description int
VERSIONS_FIELD_NUMBER
public static final int VERSIONS_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ListSecretVersionsResponse getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ListSecretVersionsResponse . Builder newBuilder ()
newBuilder(ListSecretVersionsResponse prototype)
public static ListSecretVersionsResponse . Builder newBuilder ( ListSecretVersionsResponse prototype )
public static ListSecretVersionsResponse parseDelimitedFrom ( InputStream input )
public static ListSecretVersionsResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ListSecretVersionsResponse parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListSecretVersionsResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ListSecretVersionsResponse parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListSecretVersionsResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListSecretVersionsResponse parseFrom ( CodedInputStream input )
public static ListSecretVersionsResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListSecretVersionsResponse parseFrom ( InputStream input )
public static ListSecretVersionsResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ListSecretVersionsResponse parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListSecretVersionsResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ListSecretVersionsResponse> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public ListSecretVersionsResponse getDefaultInstanceForType ()
getNextPageToken()
public String getNextPageToken ()
A token to retrieve the next page of results. Pass this value in
ListSecretVersionsRequest.page_token to retrieve the next page.
string next_page_token = 2;
Returns Type Description String
The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
A token to retrieve the next page of results. Pass this value in
ListSecretVersionsRequest.page_token to retrieve the next page.
string next_page_token = 2;
Returns Type Description ByteString
The bytes for nextPageToken.
getParserForType()
public Parser<ListSecretVersionsResponse> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getTotalSize()
public int getTotalSize ()
The total number of SecretVersions .
int32 total_size = 3;
Returns Type Description int
The totalSize.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
getVersions(int index)
public SecretVersion getVersions ( int index )
The list of SecretVersions sorted in reverse by
create_time (newest first).
repeated .google.cloud.secrets.v1beta1.SecretVersion versions = 1;
Parameter Name Description index
int
getVersionsCount()
public int getVersionsCount ()
The list of SecretVersions sorted in reverse by
create_time (newest first).
repeated .google.cloud.secrets.v1beta1.SecretVersion versions = 1;
Returns Type Description int
getVersionsList()
public List<SecretVersion> getVersionsList ()
The list of SecretVersions sorted in reverse by
create_time (newest first).
repeated .google.cloud.secrets.v1beta1.SecretVersion versions = 1;
getVersionsOrBuilder(int index)
public SecretVersionOrBuilder getVersionsOrBuilder ( int index )
The list of SecretVersions sorted in reverse by
create_time (newest first).
repeated .google.cloud.secrets.v1beta1.SecretVersion versions = 1;
Parameter Name Description index
int
getVersionsOrBuilderList()
public List <? extends SecretVersionOrBuilder > getVersionsOrBuilderList ()
The list of SecretVersions sorted in reverse by
create_time (newest first).
repeated .google.cloud.secrets.v1beta1.SecretVersion versions = 1;
Returns Type Description List <? extends com.google.cloud.secretmanager.v1beta1.SecretVersionOrBuilder >
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ListSecretVersionsResponse . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListSecretVersionsResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ListSecretVersionsResponse . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]