Class: Google::Cloud::Bigquery::Connection::V1::CreateConnectionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/connection/v1/connection.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#connection::Google::Cloud::Bigquery::Connection::V1::Connection

Returns Required. Connection to create.

Returns:



37
38
39
40
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 37

class CreateConnectionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#connection_id::String

Returns Optional. Connection id that should be assigned to the created connection.

Returns:

  • (::String)

    Optional. Connection id that should be assigned to the created connection.



37
38
39
40
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 37

class CreateConnectionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Parent resource name. Must be in the format projects/{project_id}/locations/{location_id}.

Returns:

  • (::String)

    Required. Parent resource name. Must be in the format projects/{project_id}/locations/{location_id}



37
38
39
40
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 37

class CreateConnectionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end