Class: Google::Cloud::NetworkServices::V1::GetLbEdgeExtensionRequest

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

Overview

Message for getting a LbEdgeExtension resource.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the LbEdgeExtension resource to get. Must be in the format projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}.

Returns:

  • (::String)

    Required. A name of the LbEdgeExtension resource to get. Must be in the format projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}.



718
719
720
721
# File 'proto_docs/google/cloud/networkservices/v1/dep.rb', line 718

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