Class: Google::Cloud::NetworkServices::V1::GetGrpcRouteRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/grpc_route.rb

Overview

Request used by the GetGrpcRoute method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the GrpcRoute to get. Must be in the format projects/*/locations/global/grpcRoutes/*.

Returns:

  • (::String)

    Required. A name of the GrpcRoute to get. Must be in the format projects/*/locations/global/grpcRoutes/*.



381
382
383
384
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 381

class GetGrpcRouteRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end