public final class ListSnapshotsResponse extends GeneratedMessageV3 implements ListSnapshotsResponseOrBuilder
ListSnapshotsResponse is the result of ListSnapshotsRequest.
Protobuf type google.cloud.filestore.v1beta1.ListSnapshotsResponse
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
SNAPSHOTS_FIELD_NUMBER
public static final int SNAPSHOTS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListSnapshotsResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListSnapshotsResponse.Builder newBuilder()
Returns
newBuilder(ListSnapshotsResponse prototype)
public static ListSnapshotsResponse.Builder newBuilder(ListSnapshotsResponse prototype)
Parameter
Returns
public static ListSnapshotsResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListSnapshotsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListSnapshotsResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListSnapshotsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListSnapshotsResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListSnapshotsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListSnapshotsResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListSnapshotsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListSnapshotsResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListSnapshotsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListSnapshotsResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListSnapshotsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListSnapshotsResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListSnapshotsResponse getDefaultInstanceForType()
Returns
getNextPageToken()
public String getNextPageToken()
The token you can use to retrieve the next page of results. Not returned
if there are no more results in the list.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
The token you can use to retrieve the next page of results. Not returned
if there are no more results in the list.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListSnapshotsResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSnapshots(int index)
public Snapshot getSnapshots(int index)
A list of snapshots in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Snapshot snapshots = 1;
Parameter
Returns
getSnapshotsCount()
public int getSnapshotsCount()
A list of snapshots in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Snapshot snapshots = 1;
Returns
getSnapshotsList()
public List<Snapshot> getSnapshotsList()
A list of snapshots in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Snapshot snapshots = 1;
Returns
getSnapshotsOrBuilder(int index)
public SnapshotOrBuilder getSnapshotsOrBuilder(int index)
A list of snapshots in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Snapshot snapshots = 1;
Parameter
Returns
getSnapshotsOrBuilderList()
public List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
A list of snapshots in the project for the specified instance.
repeated .google.cloud.filestore.v1beta1.Snapshot snapshots = 1;
Returns
Type | Description |
List<? extends com.google.cloud.filestore.v1beta1.SnapshotOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListSnapshotsResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListSnapshotsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListSnapshotsResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions