Interface UpdateTaxonomyRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateTaxonomyRequest, UpdateTaxonomyRequest.Builder

@Generated public interface UpdateTaxonomyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The taxonomy to update.
    The taxonomy to update.
    com.google.protobuf.FieldMask
    The update mask applies to the resource.
    com.google.protobuf.FieldMaskOrBuilder
    The update mask applies to the resource.
    boolean
    The taxonomy to update.
    boolean
    The update mask applies to the resource.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTaxonomy

      boolean hasTaxonomy()
       The taxonomy to update. Only description, display_name, and activated
       policy types can be updated.
       
      .google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
      Returns:
      Whether the taxonomy field is set.
    • getTaxonomy

      Taxonomy getTaxonomy()
       The taxonomy to update. Only description, display_name, and activated
       policy types can be updated.
       
      .google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
      Returns:
      The taxonomy.
    • getTaxonomyOrBuilder

      TaxonomyOrBuilder getTaxonomyOrBuilder()
       The taxonomy to update. Only description, display_name, and activated
       policy types can be updated.
       
      .google.cloud.datacatalog.v1beta1.Taxonomy taxonomy = 1;
    • hasUpdateMask

      boolean hasUpdateMask()
       The update mask applies to the resource. For the `FieldMask` definition,
       see
       https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
       If not set, defaults to all of the fields that are allowed to update.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       The update mask applies to the resource. For the `FieldMask` definition,
       see
       https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
       If not set, defaults to all of the fields that are allowed to update.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       The update mask applies to the resource. For the `FieldMask` definition,
       see
       https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
       If not set, defaults to all of the fields that are allowed to update.
       
      .google.protobuf.FieldMask update_mask = 2;