Class: Google::Cloud::NetworkServices::V1::CreateGrpcRouteRequest

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 CreateGrpcRoute method.

Instance Attribute Summary collapse

Instance Attribute Details

#grpc_route::Google::Cloud::NetworkServices::V1::GrpcRoute

Returns Required. GrpcRoute resource to be created.

Returns:



397
398
399
400
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 397

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

#grpc_route_id::String

Returns Required. Short name of the GrpcRoute resource to be created.

Returns:

  • (::String)

    Required. Short name of the GrpcRoute resource to be created.



397
398
399
400
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 397

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

#parent::String

Returns Required. The parent resource of the GrpcRoute. Must be in the format projects/*/locations/global.

Returns:

  • (::String)

    Required. The parent resource of the GrpcRoute. Must be in the format projects/*/locations/global.



397
398
399
400
# File 'proto_docs/google/cloud/networkservices/v1/grpc_route.rb', line 397

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