public interface DbVersionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProperties()
public abstract DbVersionProperties getProperties()Output only. The properties of the DbVersion.
.google.cloud.oracledatabase.v1.DbVersionProperties properties = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbVersionProperties |
The properties. |
getPropertiesOrBuilder()
public abstract DbVersionPropertiesOrBuilder getPropertiesOrBuilder()Output only. The properties of the DbVersion.
.google.cloud.oracledatabase.v1.DbVersionProperties properties = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DbVersionPropertiesOrBuilder |
|
hasProperties()
public abstract boolean hasProperties()Output only. The properties of the DbVersion.
.google.cloud.oracledatabase.v1.DbVersionProperties properties = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the properties field is set. |