public static final class DbVersionProperties.Builder extends GeneratedMessageV3.Builder<DbVersionProperties.Builder> implements DbVersionPropertiesOrBuilderThe properties of a DbVersion.
Protobuf type google.cloud.oracledatabase.v1.DbVersionProperties
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DbVersionProperties.BuilderImplements
DbVersionPropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DbVersionProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
build()
public DbVersionProperties build()| Returns | |
|---|---|
| Type | Description |
DbVersionProperties |
|
buildPartial()
public DbVersionProperties buildPartial()| Returns | |
|---|---|
| Type | Description |
DbVersionProperties |
|
clear()
public DbVersionProperties.Builder clear()| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public DbVersionProperties.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
clearIsLatestForMajorVersion()
public DbVersionProperties.Builder clearIsLatestForMajorVersion()Output only. True if this version of the Oracle Database software is the latest version for a release.
bool is_latest_for_major_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
clearIsPreviewDbVersion()
public DbVersionProperties.Builder clearIsPreviewDbVersion()Output only. True if this version of the Oracle Database software is the preview version.
bool is_preview_db_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
clearIsUpgradeSupported()
public DbVersionProperties.Builder clearIsUpgradeSupported()Output only. True if this version of the Oracle Database software is supported for Upgrade.
bool is_upgrade_supported = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DbVersionProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
clearSupportsPdb()
public DbVersionProperties.Builder clearSupportsPdb()Output only. True if this version of the Oracle Database software supports pluggable databases.
bool supports_pdb = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
clearVersion()
public DbVersionProperties.Builder clearVersion()Output only. A valid Oracle Database version.
string version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
clone()
public DbVersionProperties.Builder clone()| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
getDefaultInstanceForType()
public DbVersionProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DbVersionProperties |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIsLatestForMajorVersion()
public boolean getIsLatestForMajorVersion()Output only. True if this version of the Oracle Database software is the latest version for a release.
bool is_latest_for_major_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isLatestForMajorVersion. |
getIsPreviewDbVersion()
public boolean getIsPreviewDbVersion()Output only. True if this version of the Oracle Database software is the preview version.
bool is_preview_db_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isPreviewDbVersion. |
getIsUpgradeSupported()
public boolean getIsUpgradeSupported()Output only. True if this version of the Oracle Database software is supported for Upgrade.
bool is_upgrade_supported = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isUpgradeSupported. |
getSupportsPdb()
public boolean getSupportsPdb()Output only. True if this version of the Oracle Database software supports pluggable databases.
bool supports_pdb = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The supportsPdb. |
getVersion()
public String getVersion()Output only. A valid Oracle Database version.
string version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The version. |
getVersionBytes()
public ByteString getVersionBytes()Output only. A valid Oracle Database version.
string version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for version. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DbVersionProperties other)
public DbVersionProperties.Builder mergeFrom(DbVersionProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
DbVersionProperties |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DbVersionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DbVersionProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DbVersionProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public DbVersionProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
setIsLatestForMajorVersion(boolean value)
public DbVersionProperties.Builder setIsLatestForMajorVersion(boolean value)Output only. True if this version of the Oracle Database software is the latest version for a release.
bool is_latest_for_major_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe isLatestForMajorVersion to set. |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
setIsPreviewDbVersion(boolean value)
public DbVersionProperties.Builder setIsPreviewDbVersion(boolean value)Output only. True if this version of the Oracle Database software is the preview version.
bool is_preview_db_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe isPreviewDbVersion to set. |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
setIsUpgradeSupported(boolean value)
public DbVersionProperties.Builder setIsUpgradeSupported(boolean value)Output only. True if this version of the Oracle Database software is supported for Upgrade.
bool is_upgrade_supported = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe isUpgradeSupported to set. |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DbVersionProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
setSupportsPdb(boolean value)
public DbVersionProperties.Builder setSupportsPdb(boolean value)Output only. True if this version of the Oracle Database software supports pluggable databases.
bool supports_pdb = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe supportsPdb to set. |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DbVersionProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
|
setVersion(String value)
public DbVersionProperties.Builder setVersion(String value)Output only. A valid Oracle Database version.
string version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe version to set. |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |
setVersionBytes(ByteString value)
public DbVersionProperties.Builder setVersionBytes(ByteString value)Output only. A valid Oracle Database version.
string version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for version to set. |
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties.Builder |
This builder for chaining. |