public static final class ExadbVmCluster.Builder extends GeneratedMessageV3.Builder<ExadbVmCluster.Builder> implements ExadbVmClusterOrBuilderExadbVmCluster represents a cluster of VMs that are used to run Exadata workloads. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/
Protobuf type google.cloud.oracledatabase.v1.ExadbVmCluster
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExadbVmCluster.BuilderImplements
ExadbVmClusterOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExadbVmCluster.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
build()
public ExadbVmCluster build()| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster |
|
buildPartial()
public ExadbVmCluster buildPartial()| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster |
|
clear()
public ExadbVmCluster.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
clearBackupOdbSubnet()
public ExadbVmCluster.Builder clearBackupOdbSubnet()Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string backup_odb_subnet = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
clearCreateTime()
public ExadbVmCluster.Builder clearCreateTime()Output only. The date and time that the ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
clearDisplayName()
public ExadbVmCluster.Builder clearDisplayName()Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
string display_name = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
clearEntitlementId()
public ExadbVmCluster.Builder clearEntitlementId()Output only. The ID of the subscription entitlement associated with the ExadbVmCluster.
string entitlement_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ExadbVmCluster.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
clearGcpOracleZone()
public ExadbVmCluster.Builder clearGcpOracleZone()Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.
string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
clearLabels()
public ExadbVmCluster.Builder clearLabels()| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
clearName()
public ExadbVmCluster.Builder clearName()Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
clearOdbNetwork()
public ExadbVmCluster.Builder clearOdbNetwork()Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. 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 = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
clearOdbSubnet()
public ExadbVmCluster.Builder clearOdbSubnet()Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string odb_subnet = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExadbVmCluster.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
clearProperties()
public ExadbVmCluster.Builder clearProperties()Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
clone()
public ExadbVmCluster.Builder clone()| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
containsLabels(String key)
public boolean containsLabels(String key)Optional. The labels or tags associated with the ExadbVmCluster.
map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getBackupOdbSubnet()
public String getBackupOdbSubnet()Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string backup_odb_subnet = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The backupOdbSubnet. |
getBackupOdbSubnetBytes()
public ByteString getBackupOdbSubnetBytes()Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string backup_odb_subnet = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for backupOdbSubnet. |
getCreateTime()
public Timestamp getCreateTime()Output only. The date and time that the ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.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 ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The date and time that the ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public ExadbVmCluster getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
string display_name = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
string display_name = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getEntitlementId()
public String getEntitlementId()Output only. The ID of the subscription entitlement associated with the ExadbVmCluster.
string entitlement_id = 11 [(.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 ExadbVmCluster.
string entitlement_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for entitlementId. |
getGcpOracleZone()
public String getGcpOracleZone()Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.
string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The gcpOracleZone. |
getGcpOracleZoneBytes()
public ByteString getGcpOracleZoneBytes()Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.
string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
| 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 ExadbVmCluster.
map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
getLabelsMap()
public Map<String,String> getLabelsMap()Optional. The labels or tags associated with the ExadbVmCluster.
map<string, string> labels = 5 [(.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 ExadbVmCluster.
map<string, string> labels = 5 [(.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 ExadbVmCluster.
map<string, string> labels = 5 [(.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 ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getOdbNetwork()
public String getOdbNetwork()Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. 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 = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The odbNetwork. |
getOdbNetworkBytes()
public ByteString getOdbNetworkBytes()Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. 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 = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for odbNetwork. |
getOdbSubnet()
public String getOdbSubnet()Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string odb_subnet = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The odbSubnet. |
getOdbSubnetBytes()
public ByteString getOdbSubnetBytes()Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string odb_subnet = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for odbSubnet. |
getProperties()
public ExadbVmClusterProperties getProperties()Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExadbVmClusterProperties |
The properties. |
getPropertiesBuilder()
public ExadbVmClusterProperties.Builder getPropertiesBuilder()Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExadbVmClusterProperties.Builder |
|
getPropertiesOrBuilder()
public ExadbVmClusterPropertiesOrBuilder getPropertiesOrBuilder()Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExadbVmClusterPropertiesOrBuilder |
|
hasCreateTime()
public boolean hasCreateTime()Output only. The date and time that the ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the createTime field is set. |
hasProperties()
public boolean hasProperties()Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the properties field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateTime(Timestamp value)
public ExadbVmCluster.Builder mergeCreateTime(Timestamp value)Output only. The date and time that the ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
mergeFrom(ExadbVmCluster other)
public ExadbVmCluster.Builder mergeFrom(ExadbVmCluster other)| Parameter | |
|---|---|
| Name | Description |
other |
ExadbVmCluster |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExadbVmCluster.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExadbVmCluster.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
mergeProperties(ExadbVmClusterProperties value)
public ExadbVmCluster.Builder mergeProperties(ExadbVmClusterProperties value)Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ExadbVmClusterProperties |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExadbVmCluster.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
putAllLabels(Map<String,String> values)
public ExadbVmCluster.Builder putAllLabels(Map<String,String> values)Optional. The labels or tags associated with the ExadbVmCluster.
map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
putLabels(String key, String value)
public ExadbVmCluster.Builder putLabels(String key, String value)Optional. The labels or tags associated with the ExadbVmCluster.
map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
removeLabels(String key)
public ExadbVmCluster.Builder removeLabels(String key)Optional. The labels or tags associated with the ExadbVmCluster.
map<string, string> labels = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
setBackupOdbSubnet(String value)
public ExadbVmCluster.Builder setBackupOdbSubnet(String value)Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string backup_odb_subnet = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe backupOdbSubnet to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setBackupOdbSubnetBytes(ByteString value)
public ExadbVmCluster.Builder setBackupOdbSubnetBytes(ByteString value)Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string backup_odb_subnet = 8 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for backupOdbSubnet to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setCreateTime(Timestamp value)
public ExadbVmCluster.Builder setCreateTime(Timestamp value)Output only. The date and time that the ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public ExadbVmCluster.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The date and time that the ExadbVmCluster was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
setDisplayName(String value)
public ExadbVmCluster.Builder setDisplayName(String value)Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
string display_name = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public ExadbVmCluster.Builder setDisplayNameBytes(ByteString value)Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.
string display_name = 9 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setEntitlementId(String value)
public ExadbVmCluster.Builder setEntitlementId(String value)Output only. The ID of the subscription entitlement associated with the ExadbVmCluster.
string entitlement_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe entitlementId to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setEntitlementIdBytes(ByteString value)
public ExadbVmCluster.Builder setEntitlementIdBytes(ByteString value)Output only. The ID of the subscription entitlement associated with the ExadbVmCluster.
string entitlement_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for entitlementId to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ExadbVmCluster.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
setGcpOracleZone(String value)
public ExadbVmCluster.Builder setGcpOracleZone(String value)Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.
string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe gcpOracleZone to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setGcpOracleZoneBytes(ByteString value)
public ExadbVmCluster.Builder setGcpOracleZoneBytes(ByteString value)Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.
string gcp_oracle_zone = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for gcpOracleZone to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setName(String value)
public ExadbVmCluster.Builder setName(String value)Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ExadbVmCluster.Builder setNameBytes(ByteString value)Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setOdbNetwork(String value)
public ExadbVmCluster.Builder setOdbNetwork(String value)Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. 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 = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe odbNetwork to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setOdbNetworkBytes(ByteString value)
public ExadbVmCluster.Builder setOdbNetworkBytes(ByteString value)Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. 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 = 6 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for odbNetwork to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setOdbSubnet(String value)
public ExadbVmCluster.Builder setOdbSubnet(String value)Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string odb_subnet = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe odbSubnet to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setOdbSubnetBytes(ByteString value)
public ExadbVmCluster.Builder setOdbSubnetBytes(ByteString value)Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
string odb_subnet = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for odbSubnet to set. |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
This builder for chaining. |
setProperties(ExadbVmClusterProperties value)
public ExadbVmCluster.Builder setProperties(ExadbVmClusterProperties value)Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ExadbVmClusterProperties |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
setProperties(ExadbVmClusterProperties.Builder builderForValue)
public ExadbVmCluster.Builder setProperties(ExadbVmClusterProperties.Builder builderForValue)Required. The properties of the ExadbVmCluster.
.google.cloud.oracledatabase.v1.ExadbVmClusterProperties properties = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ExadbVmClusterProperties.Builder |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExadbVmCluster.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ExadbVmCluster.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ExadbVmCluster.Builder |
|