Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class GetAuthorizedCertificateRequest.
Request message for AuthorizedCertificates.GetAuthorizedCertificate.
Generated from protobuf message google.appengine.v1.GetAuthorizedCertificateRequest
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the resource requested. Example: |
↳ view |
int
Controls the set of fields returned in the |
getName
Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getView
Controls the set of fields returned in the GET response.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type AuthorizedCertificateView. |
setView
Controls the set of fields returned in the GET response.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type AuthorizedCertificateView. |
| Returns | |
|---|---|
| Type | Description |
$this |
|