Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1Subscription

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

Overview

Pub/Sub subscription of an environment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1Subscription

Returns a new instance of GoogleCloudApigeeV1Subscription.



10870
10871
10872
# File 'lib/google/apis/apigee_v1/classes.rb', line 10870

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

Instance Attribute Details

#nameString

Full name of the Pub/Sub subcription. Use the following structure in your request: subscription "projects/foo/subscription/bar" Corresponds to the JSON property name

Returns:

  • (String)


10868
10869
10870
# File 'lib/google/apis/apigee_v1/classes.rb', line 10868

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10875
10876
10877
# File 'lib/google/apis/apigee_v1/classes.rb', line 10875

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