public static final class ListInstanceConfigsRequest.Builder extends GeneratedMessageV3.Builder<ListInstanceConfigsRequest.Builder> implements ListInstanceConfigsRequestOrBuilder
The request for ListInstanceConfigs.
Protobuf type google.spanner.admin.instance.v1.ListInstanceConfigsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListInstanceConfigsRequest.BuilderImplements
ListInstanceConfigsRequestOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListInstanceConfigsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListInstanceConfigsRequest.Builder |
build()
public ListInstanceConfigsRequest build()
Type | Description |
ListInstanceConfigsRequest |
buildPartial()
public ListInstanceConfigsRequest buildPartial()
Type | Description |
ListInstanceConfigsRequest |
clear()
public ListInstanceConfigsRequest.Builder clear()
Type | Description |
ListInstanceConfigsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListInstanceConfigsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListInstanceConfigsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListInstanceConfigsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListInstanceConfigsRequest.Builder |
clearPageSize()
public ListInstanceConfigsRequest.Builder clearPageSize()
Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 2;
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListInstanceConfigsRequest.Builder clearPageToken()
If non-empty, page_token
should contain a
next_page_token
from a previous ListInstanceConfigsResponse.
string page_token = 3;
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
clearParent()
public ListInstanceConfigsRequest.Builder clearParent()
Required. The name of the project for which a list of supported instance
configurations is requested. Values are of the form
projects/<project>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
clone()
public ListInstanceConfigsRequest.Builder clone()
Type | Description |
ListInstanceConfigsRequest.Builder |
getDefaultInstanceForType()
public ListInstanceConfigsRequest getDefaultInstanceForType()
Type | Description |
ListInstanceConfigsRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getPageSize()
public int getPageSize()
Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 2;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
If non-empty, page_token
should contain a
next_page_token
from a previous ListInstanceConfigsResponse.
string page_token = 3;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
If non-empty, page_token
should contain a
next_page_token
from a previous ListInstanceConfigsResponse.
string page_token = 3;
Type | Description |
ByteString | The bytes for pageToken. |
getParent()
public String getParent()
Required. The name of the project for which a list of supported instance
configurations is requested. Values are of the form
projects/<project>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The name of the project for which a list of supported instance
configurations is requested. Values are of the form
projects/<project>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListInstanceConfigsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListInstanceConfigsRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListInstanceConfigsRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListInstanceConfigsRequest.Builder |
mergeFrom(ListInstanceConfigsRequest other)
public ListInstanceConfigsRequest.Builder mergeFrom(ListInstanceConfigsRequest other)
Name | Description |
other | ListInstanceConfigsRequest |
Type | Description |
ListInstanceConfigsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListInstanceConfigsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListInstanceConfigsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListInstanceConfigsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListInstanceConfigsRequest.Builder |
setPageSize(int value)
public ListInstanceConfigsRequest.Builder setPageSize(int value)
Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
int32 page_size = 2;
Name | Description |
value | int The pageSize to set. |
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListInstanceConfigsRequest.Builder setPageToken(String value)
If non-empty, page_token
should contain a
next_page_token
from a previous ListInstanceConfigsResponse.
string page_token = 3;
Name | Description |
value | String The pageToken to set. |
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListInstanceConfigsRequest.Builder setPageTokenBytes(ByteString value)
If non-empty, page_token
should contain a
next_page_token
from a previous ListInstanceConfigsResponse.
string page_token = 3;
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
setParent(String value)
public ListInstanceConfigsRequest.Builder setParent(String value)
Required. The name of the project for which a list of supported instance
configurations is requested. Values are of the form
projects/<project>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The parent to set. |
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListInstanceConfigsRequest.Builder setParentBytes(ByteString value)
Required. The name of the project for which a list of supported instance
configurations is requested. Values are of the form
projects/<project>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for parent to set. |
Type | Description |
ListInstanceConfigsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListInstanceConfigsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListInstanceConfigsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListInstanceConfigsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListInstanceConfigsRequest.Builder |