Class DbSystem.Builder (0.29.0)

public static final class DbSystem.Builder extends GeneratedMessageV3.Builder<DbSystem.Builder> implements DbSystemOrBuilder

Details of the DbSystem (BaseDB) resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystem/

Protobuf type google.cloud.oracledatabase.v1.DbSystem

Implements

DbSystemOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DbSystem.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DbSystem.Builder
Overrides

build()

public DbSystem build()
Returns
Type Description
DbSystem

buildPartial()

public DbSystem buildPartial()
Returns
Type Description
DbSystem

clear()

public DbSystem.Builder clear()
Returns
Type Description
DbSystem.Builder
Overrides

clearCreateTime()

public DbSystem.Builder clearCreateTime()

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DbSystem.Builder

clearDisplayName()

public DbSystem.Builder clearDisplayName()

Required. The display name for the System db. The name does not have to be unique within your project.

string display_name = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DbSystem.Builder

This builder for chaining.

clearEntitlementId()

public DbSystem.Builder clearEntitlementId()

Output only. The ID of the subscription entitlement associated with the DbSystem

string entitlement_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DbSystem.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DbSystem.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
DbSystem.Builder
Overrides

clearGcpOracleZone()

public DbSystem.Builder clearGcpOracleZone()

Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbSystem.Builder

This builder for chaining.

clearLabels()

public DbSystem.Builder clearLabels()
Returns
Type Description
DbSystem.Builder

clearName()

public DbSystem.Builder clearName()

Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
DbSystem.Builder

This builder for chaining.

clearOciUrl()

public DbSystem.Builder clearOciUrl()

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

string oci_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
DbSystem.Builder

This builder for chaining.

clearOdbNetwork()

public DbSystem.Builder clearOdbNetwork()

Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

string odb_network = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
DbSystem.Builder

This builder for chaining.

clearOdbSubnet()

public DbSystem.Builder clearOdbSubnet()

Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

string odb_subnet = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
DbSystem.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DbSystem.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
DbSystem.Builder
Overrides

clearProperties()

public DbSystem.Builder clearProperties()

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbSystem.Builder

clone()

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

containsLabels(String key)

public boolean containsLabels(String key)

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

getCreateTime()

public Timestamp getCreateTime()

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public DbSystem getDefaultInstanceForType()
Returns
Type Description
DbSystem

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

Required. The display name for the System db. The name does not have to be unique within your project.

string display_name = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Required. The display name for the System db. The name does not have to be unique within your project.

string display_name = 8 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getEntitlementId()

public String getEntitlementId()

Output only. The ID of the subscription entitlement associated with the DbSystem

string entitlement_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The entitlementId.

getEntitlementIdBytes()

public ByteString getEntitlementIdBytes()

Output only. The ID of the subscription entitlement associated with the DbSystem

string entitlement_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for entitlementId.

getGcpOracleZone()

public String getGcpOracleZone()

Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The gcpOracleZone.

getGcpOracleZoneBytes()

public ByteString getGcpOracleZoneBytes()

Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for gcpOracleZone.

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getName()

public String getName()

Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getOciUrl()

public String getOciUrl()

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

string oci_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The ociUrl.

getOciUrlBytes()

public ByteString getOciUrlBytes()

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

string oci_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for ociUrl.

getOdbNetwork()

public String getOdbNetwork()

Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

string odb_network = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The odbNetwork.

getOdbNetworkBytes()

public ByteString getOdbNetworkBytes()

Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

string odb_network = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for odbNetwork.

getOdbSubnet()

public String getOdbSubnet()

Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

string odb_subnet = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The odbSubnet.

getOdbSubnetBytes()

public ByteString getOdbSubnetBytes()

Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

string odb_subnet = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for odbSubnet.

getProperties()

public DbSystemProperties getProperties()

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbSystemProperties

The properties.

getPropertiesBuilder()

public DbSystemProperties.Builder getPropertiesBuilder()

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbSystemProperties.Builder

getPropertiesOrBuilder()

public DbSystemPropertiesOrBuilder getPropertiesOrBuilder()

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbSystemPropertiesOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasProperties()

public boolean hasProperties()

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the properties field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCreateTime(Timestamp value)

public DbSystem.Builder mergeCreateTime(Timestamp value)

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DbSystem.Builder

mergeFrom(DbSystem other)

public DbSystem.Builder mergeFrom(DbSystem other)
Parameter
Name Description
other DbSystem
Returns
Type Description
DbSystem.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DbSystem.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DbSystem.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeProperties(DbSystemProperties value)

public DbSystem.Builder mergeProperties(DbSystemProperties value)

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value DbSystemProperties
Returns
Type Description
DbSystem.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

putAllLabels(Map<String,String> values)

public DbSystem.Builder putAllLabels(Map<String,String> values)

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Map<String,String>
Returns
Type Description
DbSystem.Builder

putLabels(String key, String value)

public DbSystem.Builder putLabels(String key, String value)

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
value String
Returns
Type Description
DbSystem.Builder

removeLabels(String key)

public DbSystem.Builder removeLabels(String key)

Optional. The labels or tags associated with the DbSystem.

map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
DbSystem.Builder

setCreateTime(Timestamp value)

public DbSystem.Builder setCreateTime(Timestamp value)

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
DbSystem.Builder

setCreateTime(Timestamp.Builder builderForValue)

public DbSystem.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The date and time that the DbSystem was created.

.google.protobuf.Timestamp create_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
DbSystem.Builder

setDisplayName(String value)

public DbSystem.Builder setDisplayName(String value)

Required. The display name for the System db. The name does not have to be unique within your project.

string display_name = 8 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public DbSystem.Builder setDisplayNameBytes(ByteString value)

Required. The display name for the System db. The name does not have to be unique within your project.

string display_name = 8 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setEntitlementId(String value)

public DbSystem.Builder setEntitlementId(String value)

Output only. The ID of the subscription entitlement associated with the DbSystem

string entitlement_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The entitlementId to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setEntitlementIdBytes(ByteString value)

public DbSystem.Builder setEntitlementIdBytes(ByteString value)

Output only. The ID of the subscription entitlement associated with the DbSystem

string entitlement_id = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for entitlementId to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DbSystem.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
DbSystem.Builder
Overrides

setGcpOracleZone(String value)

public DbSystem.Builder setGcpOracleZone(String value)

Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The gcpOracleZone to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setGcpOracleZoneBytes(ByteString value)

public DbSystem.Builder setGcpOracleZoneBytes(ByteString value)

Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.

string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for gcpOracleZone to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setName(String value)

public DbSystem.Builder setName(String value)

Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DbSystem.Builder setNameBytes(ByteString value)

Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setOciUrl(String value)

public DbSystem.Builder setOciUrl(String value)

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

string oci_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The ociUrl to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setOciUrlBytes(ByteString value)

public DbSystem.Builder setOciUrlBytes(ByteString value)

Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.

string oci_url = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for ociUrl to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setOdbNetwork(String value)

public DbSystem.Builder setOdbNetwork(String value)

Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

string odb_network = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The odbNetwork to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setOdbNetworkBytes(ByteString value)

public DbSystem.Builder setOdbNetworkBytes(ByteString value)

Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.

string odb_network = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for odbNetwork to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setOdbSubnet(String value)

public DbSystem.Builder setOdbSubnet(String value)

Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

string odb_subnet = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The odbSubnet to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setOdbSubnetBytes(ByteString value)

public DbSystem.Builder setOdbSubnetBytes(ByteString value)

Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}

string odb_subnet = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for odbSubnet to set.

Returns
Type Description
DbSystem.Builder

This builder for chaining.

setProperties(DbSystemProperties value)

public DbSystem.Builder setProperties(DbSystemProperties value)

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value DbSystemProperties
Returns
Type Description
DbSystem.Builder

setProperties(DbSystemProperties.Builder builderForValue)

public DbSystem.Builder setProperties(DbSystemProperties.Builder builderForValue)

Optional. The properties of the DbSystem.

.google.cloud.oracledatabase.v1.DbSystemProperties properties = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue DbSystemProperties.Builder
Returns
Type Description
DbSystem.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DbSystem.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
DbSystem.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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