Reference documentation and code samples for the Google Cloud Network Services V1 Client class CreateServiceBindingRequest.
Request used by the ServiceBinding method.
Generated from protobuf message google.cloud.networkservices.v1.CreateServiceBindingRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the ServiceBinding. Must be in the format |
↳ service_binding_id |
string
Required. Short name of the ServiceBinding resource to be created. |
↳ service_binding |
Google\Cloud\NetworkServices\V1\ServiceBinding
Required. ServiceBinding resource to be created. |
getParent
Required. The parent resource of the ServiceBinding. Must be in the
format projects/*/locations/global
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the ServiceBinding. Must be in the
format projects/*/locations/global
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getServiceBindingId
Required. Short name of the ServiceBinding resource to be created.
Returns | |
---|---|
Type | Description |
string |
setServiceBindingId
Required. Short name of the ServiceBinding resource to be created.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getServiceBinding
Required. ServiceBinding resource to be created.
Returns | |
---|---|
Type | Description |
Google\Cloud\NetworkServices\V1\ServiceBinding|null |
hasServiceBinding
clearServiceBinding
setServiceBinding
Required. ServiceBinding resource to be created.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\NetworkServices\V1\ServiceBinding
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource of the ServiceBinding. Must be in the
format |
serviceBinding |
Google\Cloud\NetworkServices\V1\ServiceBinding
Required. ServiceBinding resource to be created. |
serviceBindingId |
string
Required. Short name of the ServiceBinding resource to be created. |
Returns | |
---|---|
Type | Description |
Google\Cloud\NetworkServices\V1\CreateServiceBindingRequest |