Interface CloudSqlInstanceDataSourcePropertiesOrBuilder (0.29.0)

public interface CloudSqlInstanceDataSourcePropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseInstalledVersion()

public abstract String getDatabaseInstalledVersion()

Output only. The installed database version of the Cloud SQL instance.

string database_installed_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The databaseInstalledVersion.

getDatabaseInstalledVersionBytes()

public abstract ByteString getDatabaseInstalledVersionBytes()

Output only. The installed database version of the Cloud SQL instance.

string database_installed_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for databaseInstalledVersion.

getInstanceCreateTime()

public abstract Timestamp getInstanceCreateTime()

Output only. The instance creation timestamp.

.google.protobuf.Timestamp instance_create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The instanceCreateTime.

getInstanceCreateTimeOrBuilder()

public abstract TimestampOrBuilder getInstanceCreateTimeOrBuilder()

Output only. The instance creation timestamp.

.google.protobuf.Timestamp instance_create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getInstanceTier()

public abstract String getInstanceTier()

Output only. The tier (or machine type) for this instance. Example: db-custom-1-3840

string instance_tier = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The instanceTier.

getInstanceTierBytes()

public abstract ByteString getInstanceTierBytes()

Output only. The tier (or machine type) for this instance. Example: db-custom-1-3840

string instance_tier = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for instanceTier.

getName()

public abstract String getName()

Output only. Name of the Cloud SQL instance backed up by the datasource. Format: projects/{project}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Name of the Cloud SQL instance backed up by the datasource. Format: projects/{project}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

hasInstanceCreateTime()

public abstract boolean hasInstanceCreateTime()

Output only. The instance creation timestamp.

.google.protobuf.Timestamp instance_create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the instanceCreateTime field is set.