Class UpdateAuthorizedCertificateRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedCertificateRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedCertificateRequest.Builder>
      • getDefaultInstanceForType

        public UpdateAuthorizedCertificateRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UpdateAuthorizedCertificateRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UpdateAuthorizedCertificateRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateAuthorizedCertificateRequest.Builder>
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the resource to update. Example:
         `apps/myapp/authorizedCertificates/12345`.
         
        string name = 1;
        Specified by:
        getNameBytes in interface UpdateAuthorizedCertificateRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public UpdateAuthorizedCertificateRequest.Builder setName​(String value)
         Name of the resource to update. Example:
         `apps/myapp/authorizedCertificates/12345`.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public UpdateAuthorizedCertificateRequest.Builder clearName()
         Name of the resource to update. Example:
         `apps/myapp/authorizedCertificates/12345`.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public UpdateAuthorizedCertificateRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the resource to update. Example:
         `apps/myapp/authorizedCertificates/12345`.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • hasCertificate

        public boolean hasCertificate()
         An `AuthorizedCertificate` containing the updated resource. Only fields set
         in the field mask will be updated.
         
        .google.appengine.v1.AuthorizedCertificate certificate = 2;
        Specified by:
        hasCertificate in interface UpdateAuthorizedCertificateRequestOrBuilder
        Returns:
        Whether the certificate field is set.
      • clearCertificate

        public UpdateAuthorizedCertificateRequest.Builder clearCertificate()
         An `AuthorizedCertificate` containing the updated resource. Only fields set
         in the field mask will be updated.
         
        .google.appengine.v1.AuthorizedCertificate certificate = 2;
      • getCertificateBuilder

        public AuthorizedCertificate.Builder getCertificateBuilder()
         An `AuthorizedCertificate` containing the updated resource. Only fields set
         in the field mask will be updated.
         
        .google.appengine.v1.AuthorizedCertificate certificate = 2;
      • hasUpdateMask

        public 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;
        Specified by:
        hasUpdateMask in interface UpdateAuthorizedCertificateRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.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;
        Specified by:
        getUpdateMask in interface UpdateAuthorizedCertificateRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateAuthorizedCertificateRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         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

        public UpdateAuthorizedCertificateRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         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;
      • mergeUpdateMask

        public UpdateAuthorizedCertificateRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         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;
      • clearUpdateMask

        public UpdateAuthorizedCertificateRequest.Builder clearUpdateMask()
         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;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         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

        public com.google.protobuf.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;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateAuthorizedCertificateRequestOrBuilder