Class: Google::Cloud::NetworkServices::V1::CreateServiceBindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::CreateServiceBindingRequest
- 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
-
#parent ⇒ ::String
Required.
-
#service_binding ⇒ ::Google::Cloud::NetworkServices::V1::ServiceBinding
Required.
-
#service_binding_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns 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.
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.
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 |