Class: Google::Cloud::NetworkServices::V1::CreateHttpRouteRequest

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

Overview

Request used by the HttpRoute method.

Instance Attribute Summary collapse

Instance Attribute Details

#http_route::Google::Cloud::NetworkServices::V1::HttpRoute

Returns Required. HttpRoute resource to be created.

Returns:



637
638
639
640
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 637

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

#http_route_id::String

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

Returns:

  • (::String)

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



637
638
639
640
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 637

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

#parent::String

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

Returns:

  • (::String)

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



637
638
639
640
# File 'proto_docs/google/cloud/networkservices/v1/http_route.rb', line 637

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