public static final class AutonomousDatabaseApex.Builder extends GeneratedMessage.Builder<AutonomousDatabaseApex.Builder> implements AutonomousDatabaseApexOrBuilderOracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex
Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseApex
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AutonomousDatabaseApex.BuilderImplements
AutonomousDatabaseApexOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AutonomousDatabaseApex build()| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex |
|
buildPartial()
public AutonomousDatabaseApex buildPartial()| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex |
|
clear()
public AutonomousDatabaseApex.Builder clear()| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
|
clearApexVersion()
public AutonomousDatabaseApex.Builder clearApexVersion()Output only. The Oracle APEX Application Development version.
string apex_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
This builder for chaining. |
clearOrdsVersion()
public AutonomousDatabaseApex.Builder clearOrdsVersion()Output only. The Oracle REST Data Services (ORDS) version.
string ords_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
This builder for chaining. |
getApexVersion()
public String getApexVersion()Output only. The Oracle APEX Application Development version.
string apex_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The apexVersion. |
getApexVersionBytes()
public ByteString getApexVersionBytes()Output only. The Oracle APEX Application Development version.
string apex_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for apexVersion. |
getDefaultInstanceForType()
public AutonomousDatabaseApex getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getOrdsVersion()
public String getOrdsVersion()Output only. The Oracle REST Data Services (ORDS) version.
string ords_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The ordsVersion. |
getOrdsVersionBytes()
public ByteString getOrdsVersionBytes()Output only. The Oracle REST Data Services (ORDS) version.
string ords_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ordsVersion. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AutonomousDatabaseApex other)
public AutonomousDatabaseApex.Builder mergeFrom(AutonomousDatabaseApex other)| Parameter | |
|---|---|
| Name | Description |
other |
AutonomousDatabaseApex |
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AutonomousDatabaseApex.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AutonomousDatabaseApex.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
|
setApexVersion(String value)
public AutonomousDatabaseApex.Builder setApexVersion(String value)Output only. The Oracle APEX Application Development version.
string apex_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe apexVersion to set. |
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
This builder for chaining. |
setApexVersionBytes(ByteString value)
public AutonomousDatabaseApex.Builder setApexVersionBytes(ByteString value)Output only. The Oracle APEX Application Development version.
string apex_version = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for apexVersion to set. |
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
This builder for chaining. |
setOrdsVersion(String value)
public AutonomousDatabaseApex.Builder setOrdsVersion(String value)Output only. The Oracle REST Data Services (ORDS) version.
string ords_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe ordsVersion to set. |
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
This builder for chaining. |
setOrdsVersionBytes(ByteString value)
public AutonomousDatabaseApex.Builder setOrdsVersionBytes(ByteString value)Output only. The Oracle REST Data Services (ORDS) version.
string ords_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for ordsVersion to set. |
| Returns | |
|---|---|
| Type | Description |
AutonomousDatabaseApex.Builder |
This builder for chaining. |