public static final class AutonomousDatabaseCharacterSet.Builder extends GeneratedMessageV3.Builder<AutonomousDatabaseCharacterSet.Builder> implements AutonomousDatabaseCharacterSetOrBuilderDetails of the Autonomous Database character set resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/
 Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AutonomousDatabaseCharacterSet.BuilderImplements
AutonomousDatabaseCharacterSetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AutonomousDatabaseCharacterSet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
build()
public AutonomousDatabaseCharacterSet build()| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet | |
buildPartial()
public AutonomousDatabaseCharacterSet buildPartial()| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet | |
clear()
public AutonomousDatabaseCharacterSet.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
clearCharacterSet()
public AutonomousDatabaseCharacterSet.Builder clearCharacterSet()Output only. The character set name for the Autonomous Database which is the ID in the resource name.
 string character_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
clearCharacterSetType()
public AutonomousDatabaseCharacterSet.Builder clearCharacterSetType()Output only. The character set type for the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet.CharacterSetType character_set_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public AutonomousDatabaseCharacterSet.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
clearName()
public AutonomousDatabaseCharacterSet.Builder clearName()Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public AutonomousDatabaseCharacterSet.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
clone()
public AutonomousDatabaseCharacterSet.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
getCharacterSet()
public String getCharacterSet()Output only. The character set name for the Autonomous Database which is the ID in the resource name.
 string character_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The characterSet. | 
getCharacterSetBytes()
public ByteString getCharacterSetBytes()Output only. The character set name for the Autonomous Database which is the ID in the resource name.
 string character_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for characterSet. | 
getCharacterSetType()
public AutonomousDatabaseCharacterSet.CharacterSetType getCharacterSetType()Output only. The character set type for the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet.CharacterSetType character_set_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.CharacterSetType | The characterSetType. | 
getCharacterSetTypeValue()
public int getCharacterSetTypeValue()Output only. The character set type for the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet.CharacterSetType character_set_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for characterSetType. | 
getDefaultInstanceForType()
public AutonomousDatabaseCharacterSet getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getName()
public String getName()Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| String | The name. | 
getNameBytes()
public ByteString getNameBytes()Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for name. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(AutonomousDatabaseCharacterSet other)
public AutonomousDatabaseCharacterSet.Builder mergeFrom(AutonomousDatabaseCharacterSet other)| Parameter | |
|---|---|
| Name | Description | 
| other | AutonomousDatabaseCharacterSet | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AutonomousDatabaseCharacterSet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public AutonomousDatabaseCharacterSet.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AutonomousDatabaseCharacterSet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
setCharacterSet(String value)
public AutonomousDatabaseCharacterSet.Builder setCharacterSet(String value)Output only. The character set name for the Autonomous Database which is the ID in the resource name.
 string character_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe characterSet to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
setCharacterSetBytes(ByteString value)
public AutonomousDatabaseCharacterSet.Builder setCharacterSetBytes(ByteString value)Output only. The character set name for the Autonomous Database which is the ID in the resource name.
 string character_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for characterSet to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
setCharacterSetType(AutonomousDatabaseCharacterSet.CharacterSetType value)
public AutonomousDatabaseCharacterSet.Builder setCharacterSetType(AutonomousDatabaseCharacterSet.CharacterSetType value)Output only. The character set type for the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet.CharacterSetType character_set_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AutonomousDatabaseCharacterSet.CharacterSetTypeThe characterSetType to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
setCharacterSetTypeValue(int value)
public AutonomousDatabaseCharacterSet.Builder setCharacterSetTypeValue(int value)Output only. The character set type for the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AutonomousDatabaseCharacterSet.CharacterSetType character_set_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for characterSetType to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public AutonomousDatabaseCharacterSet.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
setName(String value)
public AutonomousDatabaseCharacterSet.Builder setName(String value)Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
setNameBytes(ByteString value)
public AutonomousDatabaseCharacterSet.Builder setNameBytes(ByteString value)Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for name to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AutonomousDatabaseCharacterSet.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final AutonomousDatabaseCharacterSet.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AutonomousDatabaseCharacterSet.Builder | |