Class: Google::Apis::OracledatabaseV1::GoldengateGooglePubsubConnectionProperties

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

Overview

The properties of GoldengateGooglePubsubConnection.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoldengateGooglePubsubConnectionProperties

Returns a new instance of GoldengateGooglePubsubConnectionProperties.



5747
5748
5749
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5747

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

Instance Attribute Details

#service_account_key_fileString

Optional. The base64 encoded content of the service account key file containing the credentials required to use Google Pub/Sub. Corresponds to the JSON property serviceAccountKeyFile

Returns:

  • (String)


5740
5741
5742
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5740

def 
  @service_account_key_file
end

#technology_typeString

Optional. The technology type of GooglePubsubConnection. Corresponds to the JSON property technologyType

Returns:

  • (String)


5745
5746
5747
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5745

def technology_type
  @technology_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5752
5753
5754
5755
# File 'lib/google/apis/oracledatabase_v1/classes.rb', line 5752

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