Interface ConnectionProto.UpdateConnectionCredentialRequestOrBuilder

    • Method Detail

      • getName

        String 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];
        Returns:
        The name.
      • getNameBytes

        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];
        Returns:
        The bytes for name.
      • hasCredential

        boolean hasCredential()
         Required. Credential to use with the connection.
         
        .google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the credential field is set.
      • getCredential

        ConnectionProto.ConnectionCredential getCredential()
         Required. Credential to use with the connection.
         
        .google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The credential.
      • getCredentialOrBuilder

        ConnectionProto.ConnectionCredentialOrBuilder getCredentialOrBuilder()
         Required. Credential to use with the connection.
         
        .google.cloud.bigquery.connection.v1beta1.ConnectionCredential credential = 2 [(.google.api.field_behavior) = REQUIRED];