Class: Google::Apis::ServiceusageV1::OperationMetadata

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

Overview

The operation metadata returned for the batchend services operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OperationMetadata

Returns a new instance of OperationMetadata.



3417
3418
3419
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 3417

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

Instance Attribute Details

#resource_namesArray<String>

The full name of the resources that this operation is directly associated with. Corresponds to the JSON property resourceNames

Returns:

  • (Array<String>)


3415
3416
3417
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 3415

def resource_names
  @resource_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3422
3423
3424
# File 'lib/google/apis/serviceusage_v1/classes.rb', line 3422

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