Google Cloud Support V2beta Client - Class GetAttachmentRequest (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Support V2beta Client class GetAttachmentRequest.
Request for getting an attachment.
Generated from protobuf message google.cloud.support.v2beta.GetAttachmentRequest
Namespace
Google \ Cloud \ Support \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the attachment to get. |
getName
Required. The name of the attachment to get.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the attachment to get.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the attachment to get. Please see CaseAttachmentServiceClient::attachmentName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetAttachmentRequest |
|