Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationGroup

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

List of gRPC operation configuration details associated with Apigee API proxies.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1GrpcOperationGroup

Returns a new instance of GoogleCloudApigeeV1GrpcOperationGroup.



5192
5193
5194
# File 'lib/google/apis/apigee_v1/classes.rb', line 5192

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

Instance Attribute Details

#operation_configsArray<Google::Apis::ApigeeV1::GoogleCloudApigeeV1GrpcOperationConfig>

Required. List of operation configurations for either Apigee API proxies that are associated with this API product. Corresponds to the JSON property operationConfigs



5190
5191
5192
# File 'lib/google/apis/apigee_v1/classes.rb', line 5190

def operation_configs
  @operation_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5197
5198
5199
# File 'lib/google/apis/apigee_v1/classes.rb', line 5197

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