Interface ConnectionProto.CreateConnectionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionProto.CreateConnectionRequest
,ConnectionProto.CreateConnectionRequest.Builder
- Enclosing class:
- ConnectionProto
public static interface ConnectionProto.CreateConnectionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String 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) = { ... }
- Returns:
- The parent.
-
getParentBytes
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) = { ... }
- Returns:
- The bytes for parent.
-
getConnectionId
String getConnectionId()
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The connectionId.
-
getConnectionIdBytes
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];
- Returns:
- The bytes for connectionId.
-
hasConnection
boolean hasConnection()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the connection field is set.
-
getConnection
ConnectionProto.Connection getConnection()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The connection.
-
getConnectionOrBuilder
ConnectionProto.ConnectionOrBuilder getConnectionOrBuilder()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
-
-