public static final class ListSnapshotsRequest.Builder extends GeneratedMessage.Builder<ListSnapshotsRequest.Builder> implements ListSnapshotsRequestOrBuilder Request for the ListSnapshots method.
Protobuf type google.pubsub.v1.ListSnapshotsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListSnapshotsRequest.BuilderImplements
ListSnapshotsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListSnapshotsRequest build()| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest |
|
buildPartial()
public ListSnapshotsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest |
|
clear()
public ListSnapshotsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
|
clearPageSize()
public ListSnapshotsRequest.Builder clearPageSize()Optional. Maximum number of snapshots to return.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListSnapshotsRequest.Builder clearPageToken() 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 |
ListSnapshotsRequest.Builder |
This builder for chaining. |
clearProject()
public ListSnapshotsRequest.Builder clearProject() 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 |
ListSnapshotsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListSnapshotsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListSnapshotsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListSnapshotsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
|
mergeFrom(ListSnapshotsRequest other)
public ListSnapshotsRequest.Builder mergeFrom(ListSnapshotsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSnapshotsRequest |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
|
setPageSize(int value)
public ListSnapshotsRequest.Builder setPageSize(int value)Optional. Maximum number of snapshots to return.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListSnapshotsRequest.Builder setPageToken(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListSnapshotsRequest.Builder setPageTokenBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
This builder for chaining. |
setProject(String value)
public ListSnapshotsRequest.Builder setProject(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public ListSnapshotsRequest.Builder setProjectBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
ListSnapshotsRequest.Builder |
This builder for chaining. |