publicstaticfinalclass UpdateAuthorizedCertificateRequest.BuilderextendsGeneratedMessageV3.Builder<UpdateAuthorizedCertificateRequest.Builder>implementsUpdateAuthorizedCertificateRequestOrBuilder
Request message for AuthorizedCertificates.UpdateAuthorizedCertificate.
Protobuf type google.appengine.v1.UpdateAuthorizedCertificateRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicUpdateAuthorizedCertificateRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicUpdateAuthorizedCertificateRequestbuild()
buildPartial()
publicUpdateAuthorizedCertificateRequestbuildPartial()
clear()
publicUpdateAuthorizedCertificateRequest.Builderclear()
Overrides
clearCertificate()
publicUpdateAuthorizedCertificateRequest.BuilderclearCertificate()
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
clearField(Descriptors.FieldDescriptor field)
publicUpdateAuthorizedCertificateRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearName()
publicUpdateAuthorizedCertificateRequest.BuilderclearName()
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
publicUpdateAuthorizedCertificateRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearUpdateMask()
publicUpdateAuthorizedCertificateRequest.BuilderclearUpdateMask()
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;
clone()
publicUpdateAuthorizedCertificateRequest.Builderclone()
Overrides
getCertificate()
publicAuthorizedCertificategetCertificate()
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
getCertificateBuilder()
publicAuthorizedCertificate.BuildergetCertificateBuilder()
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
getCertificateOrBuilder()
publicAuthorizedCertificateOrBuildergetCertificateOrBuilder()
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
getDefaultInstanceForType()
publicUpdateAuthorizedCertificateRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getName()
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Returns |
| Type |
Description |
String |
The name.
|
getNameBytes()
publicByteStringgetNameBytes()
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for name.
|
getUpdateMask()
publicFieldMaskgetUpdateMask()
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 |
| Type |
Description |
FieldMask |
The updateMask.
|
getUpdateMaskBuilder()
publicFieldMask.BuildergetUpdateMaskBuilder()
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;
getUpdateMaskOrBuilder()
publicFieldMaskOrBuildergetUpdateMaskOrBuilder()
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;
hasCertificate()
publicbooleanhasCertificate()
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
| Returns |
| Type |
Description |
boolean |
Whether the certificate field is set.
|
hasUpdateMask()
publicbooleanhasUpdateMask()
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 |
| Type |
Description |
boolean |
Whether the updateMask field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeCertificate(AuthorizedCertificate value)
publicUpdateAuthorizedCertificateRequest.BuildermergeCertificate(AuthorizedCertificatevalue)
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
mergeFrom(UpdateAuthorizedCertificateRequest other)
publicUpdateAuthorizedCertificateRequest.BuildermergeFrom(UpdateAuthorizedCertificateRequestother)
publicUpdateAuthorizedCertificateRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicUpdateAuthorizedCertificateRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateAuthorizedCertificateRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
mergeUpdateMask(FieldMask value)
publicUpdateAuthorizedCertificateRequest.BuildermergeUpdateMask(FieldMaskvalue)
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;
setCertificate(AuthorizedCertificate value)
publicUpdateAuthorizedCertificateRequest.BuildersetCertificate(AuthorizedCertificatevalue)
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
setCertificate(AuthorizedCertificate.Builder builderForValue)
publicUpdateAuthorizedCertificateRequest.BuildersetCertificate(AuthorizedCertificate.BuilderbuilderForValue)
An AuthorizedCertificate containing the updated resource. Only fields set
in the field mask will be updated.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
setField(Descriptors.FieldDescriptor field, Object value)
publicUpdateAuthorizedCertificateRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setName(String value)
publicUpdateAuthorizedCertificateRequest.BuildersetName(Stringvalue)
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Parameter |
| Name |
Description |
value |
String
The name to set.
|
setNameBytes(ByteString value)
publicUpdateAuthorizedCertificateRequest.BuildersetNameBytes(ByteStringvalue)
Name of the resource to update. Example:
apps/myapp/authorizedCertificates/12345.
string name = 1;
| Parameter |
| Name |
Description |
value |
ByteString
The bytes for name to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicUpdateAuthorizedCertificateRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalUpdateAuthorizedCertificateRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides
setUpdateMask(FieldMask value)
publicUpdateAuthorizedCertificateRequest.BuildersetUpdateMask(FieldMaskvalue)
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;
setUpdateMask(FieldMask.Builder builderForValue)
publicUpdateAuthorizedCertificateRequest.BuildersetUpdateMask(FieldMask.BuilderbuilderForValue)
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;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|