Interface UpdateAuthorizedCertificateRequestOrBuilder (2.3.3)

public interface UpdateAuthorizedCertificateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
AuthorizedCertificateOrBuilder

getName()

public abstract String getName()

Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

string name = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the updateMask field is set.