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