class Google::Apis::ApigatewayV1beta::ApigatewayApiConfigGrpcServiceDefinition

A gRPC service definition.

Attributes

file_descriptor_set[RW]

A lightweight description of a file. Corresponds to the JSON property `fileDescriptorSet` @return [Google::Apis::ApigatewayV1beta::ApigatewayApiConfigFile]

source[RW]

Optional. Uncompiled proto files associated with the descriptor set, used for display purposes (server-side compilation is not supported). These should match the inputs to 'protoc' command used to generate file_descriptor_set. Corresponds to the JSON property `source` @return [Array<Google::Apis::ApigatewayV1beta::ApigatewayApiConfigFile>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/apigateway_v1beta/classes.rb, line 232
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/apigateway_v1beta/classes.rb, line 237
def update!(**args)
  @file_descriptor_set = args[:file_descriptor_set] if args.key?(:file_descriptor_set)
  @source = args[:source] if args.key?(:source)
end