Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoConnectorsConnection

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoConnectorsConnection

Returns a new instance of EnterpriseCrmEventbusProtoConnectorsConnection.



542
543
544
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 542

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

Instance Attribute Details

#connection_nameString

Connection name Format: projects/project/locations/location/connections/ connection Corresponds to the JSON property connectionName

Returns:

  • (String)


528
529
530
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 528

def connection_name
  @connection_name
end

#connector_versionString

Connector version Format: projects/project/locations/location/providers/ provider/connectors/connector/versions/version Corresponds to the JSON property connectorVersion

Returns:

  • (String)


534
535
536
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 534

def connector_version
  @connector_version
end

#service_nameString

Service name Format: projects/project/locations/location/namespaces/ namespace/services/service Corresponds to the JSON property serviceName

Returns:

  • (String)


540
541
542
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 540

def service_name
  @service_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



547
548
549
550
551
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 547

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