GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigGrpcServiceDefinition (google_api_api_gateway v0.8.1) View Source
A gRPC service definition.
Attributes
-
fileDescriptorSet
(type:GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigFile.t
, default:nil
) - Input only. File descriptor set, generated by protoc. To generate, use protoc with imports and source info included. For an example test.proto file, the following command would put the value in a new file named out.pb. $ protoc --include_imports --include_source_info test.proto -o out.pb -
source
(type:list(GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigFile.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigGrpcServiceDefinition{ fileDescriptorSet: GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigFile.t() | nil, source: [GoogleApi.APIGateway.V1beta.Model.ApigatewayApiConfigFile.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.