public interface ListSnapshotsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()
Optional. Maximum number of snapshots to return.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken()
Optional. The value returned by the last ListSnapshotsResponse
; indicates
that this is a continuation of a prior ListSnapshots
call, and that the
system should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()
Optional. The value returned by the last ListSnapshotsResponse
; indicates
that this is a continuation of a prior ListSnapshots
call, and that the
system should return the next page of data.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getProject()
public abstract String getProject()
Required. The name of the project in which to list snapshots.
Format is projects/{project-id}
.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()
Required. The name of the project in which to list snapshots.
Format is projects/{project-id}
.
string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for project. |