Class AutonomousDatabaseCharacterSet.Builder (0.2.0)

public static final class AutonomousDatabaseCharacterSet.Builder extends GeneratedMessageV3.Builder<AutonomousDatabaseCharacterSet.Builder> implements AutonomousDatabaseCharacterSetOrBuilder

Details 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

Static 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
Overrides

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
Overrides

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
Overrides

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
Overrides

clone()

public AutonomousDatabaseCharacterSet.Builder clone()
Returns
Type Description
AutonomousDatabaseCharacterSet.Builder
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutonomousDatabaseCharacterSet.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutonomousDatabaseCharacterSet.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AutonomousDatabaseCharacterSet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AutonomousDatabaseCharacterSet.Builder
Overrides

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 String

The 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 ByteString

The 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.CharacterSetType

The 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 int

The 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
Overrides

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 String

The 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 ByteString

The 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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AutonomousDatabaseCharacterSet.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AutonomousDatabaseCharacterSet.Builder
Overrides