Interface CloudSqlInstanceDataSourcePropertiesOrBuilder (0.39.0)

publicinterface CloudSqlInstanceDataSourcePropertiesOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseInstalledVersion()

publicabstractStringgetDatabaseInstalledVersion()

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()

publicabstractByteStringgetDatabaseInstalledVersionBytes()

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()

publicabstractTimestampgetInstanceCreateTime()

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()

publicabstractTimestampOrBuildergetInstanceCreateTimeOrBuilder()

Output only. The instance creation timestamp.

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

Returns
Type Description
TimestampOrBuilder

getInstanceTier()

publicabstractStringgetInstanceTier()

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()

publicabstractByteStringgetInstanceTierBytes()

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()

publicabstractStringgetName()

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()

publicabstractByteStringgetNameBytes()

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()

publicabstractbooleanhasInstanceCreateTime()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.