Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class UpdateAuthorizedCertificateRequest.
Request message for AuthorizedCertificates.UpdateAuthorizedCertificate
.
Generated from protobuf message google.appengine.v1.UpdateAuthorizedCertificateRequest
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 to update. Example: |
↳ certificate |
Google\Cloud\AppEngine\V1\AuthorizedCertificate
An |
↳ update_mask |
Google\Protobuf\FieldMask
Standard field mask for the set of fields to be updated. Updates are only supported on the |
getName
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345
.
Returns | |
---|---|
Type | Description |
string |
setName
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCertificate
An AuthorizedCertificate
containing the updated resource. Only fields set
in the field mask will be updated.
Returns | |
---|---|
Type | Description |
Google\Cloud\AppEngine\V1\AuthorizedCertificate|null |
hasCertificate
clearCertificate
setCertificate
An AuthorizedCertificate
containing the updated resource. Only fields set
in the field mask will be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AppEngine\V1\AuthorizedCertificate
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Standard field mask for the set of fields to be updated. Updates are only
supported on the certificate_raw_data
and display_name
fields.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Standard field mask for the set of fields to be updated. Updates are only
supported on the certificate_raw_data
and display_name
fields.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |