Class: Google::Apis::ServicemanagementV1::EnableServiceRequest

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

Overview

Request message for EnableService method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ EnableServiceRequest

Returns a new instance of EnableServiceRequest



1257
1258
1259
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1257

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

Instance Attribute Details

#consumer_idString

The identity of consumer resource which service enablement will be applied to. The Google Service Management implementation accepts the following forms:

  • "project:" Note: this is made compatible with google.api.servicecontrol.v1.Operation.consumer_id. Corresponds to the JSON property consumerId

Returns:

  • (String)


1255
1256
1257
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1255

def consumer_id
  @consumer_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1262
1263
1264
# File 'generated/google/apis/servicemanagement_v1/classes.rb', line 1262

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