Class: Google::Apis::ServiceusageV1beta1::GoogleApiServiceusageV1OperationMetadata

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

Overview

The operation metadata returned for the batchend services operation.

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) ⇒ GoogleApiServiceusageV1OperationMetadata

Returns a new instance of GoogleApiServiceusageV1OperationMetadata



1696
1697
1698
# File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1696

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>)


1694
1695
1696
# File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1694

def resource_names
  @resource_names
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1701
1702
1703
# File 'generated/google/apis/serviceusage_v1beta1/classes.rb', line 1701

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