public static final class ListAppProfilesRequest.Builder extends GeneratedMessageV3.Builder<ListAppProfilesRequest.Builder> implements ListAppProfilesRequestOrBuilder
Request message for BigtableInstanceAdmin.ListAppProfiles.
Protobuf type google.bigtable.admin.v2.ListAppProfilesRequest
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListAppProfilesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListAppProfilesRequest build()
Returns
buildPartial()
public ListAppProfilesRequest buildPartial()
Returns
clear()
public ListAppProfilesRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListAppProfilesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListAppProfilesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPageSize()
public ListAppProfilesRequest.Builder clearPageSize()
Maximum number of results per page.
A page_size of zero lets the server choose the number of items to return.
A page_size which is strictly positive will return at most that many items.
A negative page_size will cause an error.
Following the first request, subsequent paginated calls are not required
to pass a page_size. If a page_size is set in subsequent calls, it must
match the page_size given in the first request.
int32 page_size = 3;
Returns
clearPageToken()
public ListAppProfilesRequest.Builder clearPageToken()
The value of next_page_token
returned by a previous call.
string page_token = 2;
Returns
clearParent()
public ListAppProfilesRequest.Builder clearParent()
Required. The unique name of the instance for which a list of app profiles is
requested. Values are of the form
projects/{project}/instances/{instance}
.
Use {instance} = '-'
to list AppProfiles for all Instances in a project,
e.g., projects/myproject/instances/-
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clone()
public ListAppProfilesRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListAppProfilesRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getPageSize()
Maximum number of results per page.
A page_size of zero lets the server choose the number of items to return.
A page_size which is strictly positive will return at most that many items.
A negative page_size will cause an error.
Following the first request, subsequent paginated calls are not required
to pass a page_size. If a page_size is set in subsequent calls, it must
match the page_size given in the first request.
int32 page_size = 3;
Returns
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
The value of next_page_token
returned by a previous call.
string page_token = 2;
Returns
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
The value of next_page_token
returned by a previous call.
string page_token = 2;
Returns
getParent()
public String getParent()
Required. The unique name of the instance for which a list of app profiles is
requested. Values are of the form
projects/{project}/instances/{instance}
.
Use {instance} = '-'
to list AppProfiles for all Instances in a project,
e.g., projects/myproject/instances/-
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The unique name of the instance for which a list of app profiles is
requested. Values are of the form
projects/{project}/instances/{instance}
.
Use {instance} = '-'
to list AppProfiles for all Instances in a project,
e.g., projects/myproject/instances/-
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListAppProfilesRequest other)
public ListAppProfilesRequest.Builder mergeFrom(ListAppProfilesRequest other)
Parameter
Returns
public ListAppProfilesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListAppProfilesRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListAppProfilesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListAppProfilesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPageSize(int value)
public ListAppProfilesRequest.Builder setPageSize(int value)
Maximum number of results per page.
A page_size of zero lets the server choose the number of items to return.
A page_size which is strictly positive will return at most that many items.
A negative page_size will cause an error.
Following the first request, subsequent paginated calls are not required
to pass a page_size. If a page_size is set in subsequent calls, it must
match the page_size given in the first request.
int32 page_size = 3;
Parameter
Name | Description |
value | int
The pageSize to set.
|
Returns
setPageToken(String value)
public ListAppProfilesRequest.Builder setPageToken(String value)
The value of next_page_token
returned by a previous call.
string page_token = 2;
Parameter
Name | Description |
value | String
The pageToken to set.
|
Returns
setPageTokenBytes(ByteString value)
public ListAppProfilesRequest.Builder setPageTokenBytes(ByteString value)
The value of next_page_token
returned by a previous call.
string page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for pageToken to set.
|
Returns
setParent(String value)
public ListAppProfilesRequest.Builder setParent(String value)
Required. The unique name of the instance for which a list of app profiles is
requested. Values are of the form
projects/{project}/instances/{instance}
.
Use {instance} = '-'
to list AppProfiles for all Instances in a project,
e.g., projects/myproject/instances/-
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The parent to set.
|
Returns
setParentBytes(ByteString value)
public ListAppProfilesRequest.Builder setParentBytes(ByteString value)
Required. The unique name of the instance for which a list of app profiles is
requested. Values are of the form
projects/{project}/instances/{instance}
.
Use {instance} = '-'
to list AppProfiles for all Instances in a project,
e.g., projects/myproject/instances/-
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for parent to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListAppProfilesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListAppProfilesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides