public static interface ConnectionProto.ConnectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectionProto.CloudSqlProperties |
getCloudSql()
Cloud SQL properties.
|
ConnectionProto.CloudSqlPropertiesOrBuilder |
getCloudSqlOrBuilder()
Cloud SQL properties.
|
long |
getCreationTime()
Output only.
|
String |
getDescription()
User provided description.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
User provided description.
|
String |
getFriendlyName()
User provided display name for the connection.
|
com.google.protobuf.ByteString |
getFriendlyNameBytes()
User provided display name for the connection.
|
boolean |
getHasCredential()
Output only.
|
long |
getLastModifiedTime()
Output only.
|
String |
getName()
The resource name of the connection in the form of:
`projects/{project_id}/locations/{location_id}/connections/{connection_id}`
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the connection in the form of:
`projects/{project_id}/locations/{location_id}/connections/{connection_id}`
|
ConnectionProto.Connection.PropertiesCase |
getPropertiesCase() |
boolean |
hasCloudSql()
Cloud SQL properties.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource name of the connection in the form of:
`projects/{project_id}/locations/{location_id}/connections/{connection_id}`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource name of the connection in the form of:
`projects/{project_id}/locations/{location_id}/connections/{connection_id}`
string name = 1;String getFriendlyName()
User provided display name for the connection.
string friendly_name = 2;com.google.protobuf.ByteString getFriendlyNameBytes()
User provided display name for the connection.
string friendly_name = 2;String getDescription()
User provided description.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
User provided description.
string description = 3;boolean hasCloudSql()
Cloud SQL properties.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties cloud_sql = 4;ConnectionProto.CloudSqlProperties getCloudSql()
Cloud SQL properties.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties cloud_sql = 4;ConnectionProto.CloudSqlPropertiesOrBuilder getCloudSqlOrBuilder()
Cloud SQL properties.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties cloud_sql = 4;long getCreationTime()
Output only. The creation timestamp of the connection.
int64 creation_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];long getLastModifiedTime()
Output only. The last update timestamp of the connection.
int64 last_modified_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getHasCredential()
Output only. True, if credential is configured for this connection.
bool has_credential = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];ConnectionProto.Connection.PropertiesCase getPropertiesCase()
Copyright © 2023 Google LLC. All rights reserved.