public interface AutonomousDbVersionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDbWorkload()
public abstract DBWorkload getDbWorkload()
Output only. The Autonomous Database workload type.
.google.cloud.oracledatabase.v1.DBWorkload db_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
DBWorkload |
The dbWorkload. |
getDbWorkloadValue()
public abstract int getDbWorkloadValue()
Output only. The Autonomous Database workload type.
.google.cloud.oracledatabase.v1.DBWorkload db_workload = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for dbWorkload. |
getName()
public abstract String getName()
Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getVersion()
public abstract String getVersion()
Output only. An Oracle Database version for Autonomous Database.
string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
Output only. An Oracle Database version for Autonomous Database.
string version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for version. |
getWorkloadUri()
public abstract String getWorkloadUri()
Output only. A URL that points to a detailed description of the Autonomous Database version.
string workload_uri = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The workloadUri. |
getWorkloadUriBytes()
public abstract ByteString getWorkloadUriBytes()
Output only. A URL that points to a detailed description of the Autonomous Database version.
string workload_uri = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for workloadUri. |