public static interface ConnectionProto.CreateConnectionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectionProto.Connection |
getConnection()
Required.
|
String |
getConnectionId()
Optional.
|
com.google.protobuf.ByteString |
getConnectionIdBytes()
Optional.
|
ConnectionProto.ConnectionOrBuilder |
getConnectionOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasConnection()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent resource name.
Must be in the format `projects/{project_id}/locations/{location_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Parent resource name.
Must be in the format `projects/{project_id}/locations/{location_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getConnectionId()
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getConnectionIdBytes()
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];boolean hasConnection()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
ConnectionProto.Connection getConnection()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
ConnectionProto.ConnectionOrBuilder getConnectionOrBuilder()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.