Class: Google::Cloud::NetworkServices::V1::GetServiceBindingRequest

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

Overview

Request used by the GetServiceBinding method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



98
99
100
101
# File 'proto_docs/google/cloud/networkservices/v1/service_binding.rb', line 98

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