Class: Google::Cloud::ApiGateway::V1::ApiConfig::GrpcServiceDefinition
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::ApiConfig::GrpcServiceDefinition
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
A gRPC service definition.
Instance Attribute Summary collapse
-
#file_descriptor_set ⇒ ::Google::Cloud::ApiGateway::V1::ApiConfig::File
Input only.
-
#source ⇒ ::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>
Optional.
Instance Attribute Details
#file_descriptor_set ⇒ ::Google::Cloud::ApiGateway::V1::ApiConfig::File
187 188 189 190 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 187 class GrpcServiceDefinition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source ⇒ ::Array<::Google::Cloud::ApiGateway::V1::ApiConfig::File>
187 188 189 190 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 187 class GrpcServiceDefinition include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |