public static final class ListDatabaseCharacterSetsRequest.Builder extends GeneratedMessageV3.Builder<ListDatabaseCharacterSetsRequest.Builder> implements ListDatabaseCharacterSetsRequestOrBuilder The request for DatabaseCharacterSet.List.
Protobuf type google.cloud.oracledatabase.v1.ListDatabaseCharacterSetsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListDatabaseCharacterSetsRequest.BuilderImplements
ListDatabaseCharacterSetsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDatabaseCharacterSetsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
build()
public ListDatabaseCharacterSetsRequest build()| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest |
|
buildPartial()
public ListDatabaseCharacterSetsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest |
|
clear()
public ListDatabaseCharacterSetsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public ListDatabaseCharacterSetsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
clearFilter()
public ListDatabaseCharacterSetsRequest.Builder clearFilter() Optional. An expression for filtering the results of the request. Only the
character_set_type field is supported in the following format:
character_set_type="{characterSetType}". Accepted values include
DATABASE and NATIONAL.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDatabaseCharacterSetsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
clearPageSize()
public ListDatabaseCharacterSetsRequest.Builder clearPageSize()Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListDatabaseCharacterSetsRequest.Builder clearPageToken() Optional. A page token, received from a previous
ListDatabaseCharacterSets call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to
ListDatabaseCharacterSets must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
clearParent()
public ListDatabaseCharacterSetsRequest.Builder clearParent()Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
clone()
public ListDatabaseCharacterSetsRequest.Builder clone()| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
getDefaultInstanceForType()
public ListDatabaseCharacterSetsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFilter()
public String getFilter() Optional. An expression for filtering the results of the request. Only the
character_set_type field is supported in the following format:
character_set_type="{characterSetType}". Accepted values include
DATABASE and NATIONAL.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes() Optional. An expression for filtering the results of the request. Only the
character_set_type field is supported in the following format:
character_set_type="{characterSetType}". Accepted values include
DATABASE and NATIONAL.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken() Optional. A page token, received from a previous
ListDatabaseCharacterSets call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to
ListDatabaseCharacterSets must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes() Optional. A page token, received from a previous
ListDatabaseCharacterSets call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to
ListDatabaseCharacterSets must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListDatabaseCharacterSetsRequest other)
public ListDatabaseCharacterSetsRequest.Builder mergeFrom(ListDatabaseCharacterSetsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDatabaseCharacterSetsRequest |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDatabaseCharacterSetsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListDatabaseCharacterSetsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDatabaseCharacterSetsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListDatabaseCharacterSetsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
setFilter(String value)
public ListDatabaseCharacterSetsRequest.Builder setFilter(String value) Optional. An expression for filtering the results of the request. Only the
character_set_type field is supported in the following format:
character_set_type="{characterSetType}". Accepted values include
DATABASE and NATIONAL.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListDatabaseCharacterSetsRequest.Builder setFilterBytes(ByteString value) Optional. An expression for filtering the results of the request. Only the
character_set_type field is supported in the following format:
character_set_type="{characterSetType}". Accepted values include
DATABASE and NATIONAL.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListDatabaseCharacterSetsRequest.Builder setPageSize(int value)Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListDatabaseCharacterSetsRequest.Builder setPageToken(String value) Optional. A page token, received from a previous
ListDatabaseCharacterSets call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to
ListDatabaseCharacterSets must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListDatabaseCharacterSetsRequest.Builder setPageTokenBytes(ByteString value) Optional. A page token, received from a previous
ListDatabaseCharacterSets call. Provide this to retrieve the subsequent
page.
When paginating, all other parameters provided to
ListDatabaseCharacterSets must match the call that provided the page
token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListDatabaseCharacterSetsRequest.Builder setParent(String value)Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListDatabaseCharacterSetsRequest.Builder setParentBytes(ByteString value)Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDatabaseCharacterSetsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDatabaseCharacterSetsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListDatabaseCharacterSetsRequest.Builder |
|