public interface UpdateAuthorizedCertificateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificate()
public abstract AuthorizedCertificate getCertificate() An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
| Type | Description |
AuthorizedCertificate |
The certificate. |
getCertificateOrBuilder()
public abstract AuthorizedCertificateOrBuilder getCertificateOrBuilder() An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
| Type | Description |
AuthorizedCertificateOrBuilder |
getName()
public abstract String getName() Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Type | Description |
ByteString |
The bytes for name. |
getUpdateMask()
public abstract FieldMask 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.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Standard field mask for the set of fields to be updated. Updates are only
supported on the certificate_raw_data and display_name fields.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
FieldMaskOrBuilder |
hasCertificate()
public abstract boolean hasCertificate() An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
| Type | Description |
boolean |
Whether the certificate field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Standard field mask for the set of fields to be updated. Updates are only
supported on the certificate_raw_data and display_name fields.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
boolean |
Whether the updateMask field is set. |