Reference documentation and code samples for the Google Cloud App Hub V1 Client class LookupServiceProjectAttachmentResponse.
Response for LookupServiceProjectAttachment.
Generated from protobuf message google.cloud.apphub.v1.LookupServiceProjectAttachmentResponse
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_project_attachment |
ServiceProjectAttachment
Service project attachment for a project if exists, empty otherwise. |
getServiceProjectAttachment
Service project attachment for a project if exists, empty otherwise.
| Returns | |
|---|---|
| Type | Description |
ServiceProjectAttachment|null |
|
hasServiceProjectAttachment
clearServiceProjectAttachment
setServiceProjectAttachment
Service project attachment for a project if exists, empty otherwise.
| Parameter | |
|---|---|
| Name | Description |
var |
ServiceProjectAttachment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|