Network Services V1 API - Class Google::Cloud::NetworkServices::V1::CreateServiceBindingRequest (v0.2.0)

Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::CreateServiceBindingRequest.

Request used by the ServiceBinding method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource of the ServiceBinding. Must be in the format projects/*/locations/global.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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.

#service_binding

def service_binding() -> ::Google::Cloud::NetworkServices::V1::ServiceBinding
Returns

#service_binding=

def service_binding=(value) -> ::Google::Cloud::NetworkServices::V1::ServiceBinding
Parameter
Returns

#service_binding_id

def service_binding_id() -> ::String
Returns
  • (::String) — Required. Short name of the ServiceBinding resource to be created.

#service_binding_id=

def service_binding_id=(value) -> ::String
Parameter
  • value (::String) — Required. Short name of the ServiceBinding resource to be created.
Returns
  • (::String) — Required. Short name of the ServiceBinding resource to be created.