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
    Specifies fields to update.
    com.google.protobuf.FieldMaskOrBuilder
    Specifies fields to update.
    boolean
    The taxonomy to update.
    boolean
    Specifies fields to update.

    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. You can update only its description, display name,
       and activated policy types.
       
      .google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
      Returns:
      Whether the taxonomy field is set.
    • getTaxonomy

      Taxonomy getTaxonomy()
       The taxonomy to update. You can update only its description, display name,
       and activated policy types.
       
      .google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
      Returns:
      The taxonomy.
    • getTaxonomyOrBuilder

      TaxonomyOrBuilder getTaxonomyOrBuilder()
       The taxonomy to update. You can update only its description, display name,
       and activated policy types.
       
      .google.cloud.datacatalog.v1.Taxonomy taxonomy = 1;
    • hasUpdateMask

      boolean hasUpdateMask()
       Specifies fields to update. If not set, defaults to all fields you can
       update.
      
       For more information, see [FieldMask]
       (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Specifies fields to update. If not set, defaults to all fields you can
       update.
      
       For more information, see [FieldMask]
       (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Specifies fields to update. If not set, defaults to all fields you can
       update.
      
       For more information, see [FieldMask]
       (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).
       
      .google.protobuf.FieldMask update_mask = 2;