Class: Google::Cloud::NetworkServices::V1::CreateServiceBindingRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



114
115
116
117
# File 'proto_docs/google/cloud/networkservices/v1/service_binding.rb', line 114

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

#service_binding::Google::Cloud::NetworkServices::V1::ServiceBinding

Returns Required. ServiceBinding resource to be created.

Returns:



114
115
116
117
# File 'proto_docs/google/cloud/networkservices/v1/service_binding.rb', line 114

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

#service_binding_id::String

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

Returns:

  • (::String)

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



114
115
116
117
# File 'proto_docs/google/cloud/networkservices/v1/service_binding.rb', line 114

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