public static interface ConnectionProto.UpdateConnectionCredentialRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectionProto.ConnectionCredential |
getCredential()
Required.
|
ConnectionProto.ConnectionCredentialOrBuilder |
getCredentialOrBuilder()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasCredential()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. Name of the connection, for example:
`projects/{project_id}/locations/{location_id}/connections/{connection_id}/credential`
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. Name of the connection, for example:
`projects/{project_id}/locations/{location_id}/connections/{connection_id}/credential`
string name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasCredential()
Required. Credential to use with the connection.
.google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
ConnectionProto.ConnectionCredential getCredential()
Required. Credential to use with the connection.
.google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
ConnectionProto.ConnectionCredentialOrBuilder getCredentialOrBuilder()
Required. Credential to use with the connection.
.google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.