Interface DbNodeOrBuilder (0.1.0)

public interface DbNodeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getProperties()

public abstract DbNodeProperties getProperties()

Optional. Various properties of the database node.

.google.cloud.oracledatabase.v1.DbNodeProperties properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbNodeProperties

The properties.

getPropertiesOrBuilder()

public abstract DbNodePropertiesOrBuilder getPropertiesOrBuilder()

Optional. Various properties of the database node.

.google.cloud.oracledatabase.v1.DbNodeProperties properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DbNodePropertiesOrBuilder

hasProperties()

public abstract boolean hasProperties()

Optional. Various properties of the database node.

.google.cloud.oracledatabase.v1.DbNodeProperties properties = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the properties field is set.