public final class ListVolumeBackupsResponse extends GeneratedMessageV3 implements ListVolumeBackupsResponseOrBuilder
Response message for ListVolumeBackups.
Protobuf type google.cloud.gkebackup.v1.ListVolumeBackupsResponse
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 |
|
VOLUME_BACKUPS_FIELD_NUMBER
public static final int VOLUME_BACKUPS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ListVolumeBackupsResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListVolumeBackupsResponse.Builder newBuilder()
newBuilder(ListVolumeBackupsResponse prototype)
public static ListVolumeBackupsResponse.Builder newBuilder(ListVolumeBackupsResponse prototype)
public static ListVolumeBackupsResponse parseDelimitedFrom(InputStream input)
public static ListVolumeBackupsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListVolumeBackupsResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListVolumeBackupsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListVolumeBackupsResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListVolumeBackupsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListVolumeBackupsResponse parseFrom(CodedInputStream input)
public static ListVolumeBackupsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListVolumeBackupsResponse parseFrom(InputStream input)
public static ListVolumeBackupsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListVolumeBackupsResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListVolumeBackupsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListVolumeBackupsResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ListVolumeBackupsResponse getDefaultInstanceForType()
getNextPageToken()
public String getNextPageToken()
A token which may be sent as
page_token
in a subsequent ListVolumeBackups
call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token which may be sent as
page_token
in a subsequent ListVolumeBackups
call to retrieve the next page of
results. If this field is omitted or empty, then there are no more results
to return.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getParserForType()
public Parser<ListVolumeBackupsResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getVolumeBackups(int index)
public VolumeBackup getVolumeBackups(int index)
The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
Parameter |
Name |
Description |
index |
int
|
getVolumeBackupsCount()
public int getVolumeBackupsCount()
The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
Returns |
Type |
Description |
int |
|
getVolumeBackupsList()
public List<VolumeBackup> getVolumeBackupsList()
The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
getVolumeBackupsOrBuilder(int index)
public VolumeBackupOrBuilder getVolumeBackupsOrBuilder(int index)
The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
Parameter |
Name |
Description |
index |
int
|
getVolumeBackupsOrBuilderList()
public List<? extends VolumeBackupOrBuilder> getVolumeBackupsOrBuilderList()
The list of VolumeBackups matching the given criteria.
repeated .google.cloud.gkebackup.v1.VolumeBackup volume_backups = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.gkebackup.v1.VolumeBackupOrBuilder> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListVolumeBackupsResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListVolumeBackupsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ListVolumeBackupsResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides