Reference documentation and code samples for the Google Cloud App Hub V1 Client class DetachServiceProjectAttachmentRequest.
Request for DetachServiceProjectAttachment.
Generated from protobuf message google.cloud.apphub.v1.DetachServiceProjectAttachmentRequest
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Service project id and location to detach from a host project. Only global location is supported. Expected format: |
getName
Required. Service project id and location to detach from a host project.
Only global location is supported. Expected format:
projects/{project}/locations/{location}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Service project id and location to detach from a host project.
Only global location is supported. Expected format:
projects/{project}/locations/{location}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Service project id and location to detach from a host project.
Only global location is supported. Expected format:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\AppHub\V1\DetachServiceProjectAttachmentRequest |