public static final class DbVersionProperties.Builder extends GeneratedMessage.Builder<DbVersionProperties.Builder> implements DbVersionPropertiesOrBuilderThe properties of a DbVersion.
Protobuf type google.cloud.oracledatabase.v1.DbVersionProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DbVersionProperties.BuilderImplements
DbVersionPropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
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. |
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 GeneratedMessage.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 |
|
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. |
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. |
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. |