Class UpdateAccessApprovalSettingsMessage.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<UpdateAccessApprovalSettingsMessage.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<UpdateAccessApprovalSettingsMessage.Builder>
      • getDefaultInstanceForType

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

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

        public UpdateAccessApprovalSettingsMessage 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<UpdateAccessApprovalSettingsMessage.Builder>
      • hasSettings

        public boolean hasSettings()
         The new AccessApprovalSettings.
         
        .google.cloud.accessapproval.v1.AccessApprovalSettings settings = 1;
        Specified by:
        hasSettings in interface UpdateAccessApprovalSettingsMessageOrBuilder
        Returns:
        Whether the settings field is set.
      • getSettingsBuilder

        public AccessApprovalSettings.Builder getSettingsBuilder()
         The new AccessApprovalSettings.
         
        .google.cloud.accessapproval.v1.AccessApprovalSettings settings = 1;
      • hasUpdateMask

        public boolean hasUpdateMask()
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        hasUpdateMask in interface UpdateAccessApprovalSettingsMessageOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMask in interface UpdateAccessApprovalSettingsMessageOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateAccessApprovalSettingsMessage.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • setUpdateMask

        public UpdateAccessApprovalSettingsMessage.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • mergeUpdateMask

        public UpdateAccessApprovalSettingsMessage.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • clearUpdateMask

        public UpdateAccessApprovalSettingsMessage.Builder clearUpdateMask()
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The update mask applies to the settings. Only the top level fields of
         AccessApprovalSettings (notification_emails & enrolled_services) are
         supported. For each field, if it is included, the currently stored value
         will be entirely overwritten with the value of the field passed in this
         request.
        
         For the `FieldMask` definition, see
         https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
         If this field is left unset, only the notification_emails field will be
         updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateAccessApprovalSettingsMessageOrBuilder