Class: Google::Apis::BigqueryconnectionV1::ConnectorConfigurationEndpoint
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryconnectionV1::ConnectorConfigurationEndpoint
- 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
-
#host_port ⇒ String
Host and port in a format of
hostname:portas defined in https://www.ietf.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConnectorConfigurationEndpoint
constructor
A new instance of ConnectorConfigurationEndpoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConnectorConfigurationEndpoint
Returns a new instance of ConnectorConfigurationEndpoint.
684 685 686 |
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 684 def initialize(**args) update!(**args) end |
Instance Attribute Details
#host_port ⇒ String
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
682 683 684 |
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 682 def host_port @host_port end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
689 690 691 |
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 689 def update!(**args) @host_port = args[:host_port] if args.key?(:host_port) end |