Class: Google::Apis::BigqueryconnectionV1::ConnectorConfigurationEndpoint

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigqueryconnection_v1/classes.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb

Overview

Remote endpoint specification.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConnectorConfigurationEndpoint

Returns a new instance of ConnectorConfigurationEndpoint.



685
686
687
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 685

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#host_portString

Host and port in a format of hostname:port as defined in https://www.ietf. org/rfc/rfc3986.html#section-3.2.2 and https://www.ietf.org/rfc/rfc3986.html# section-3.2.3. Corresponds to the JSON property hostPort

Returns:

  • (String)


683
684
685
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 683

def host_port
  @host_port
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



690
691
692
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 690

def update!(**args)
  @host_port = args[:host_port] if args.key?(:host_port)
end