Interface ConnectionProto.CreateConnectionRequestOrBuilder

    • 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];