Interface UpdateTagRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    Required.
    com.google.protobuf.FieldMask
    Note: Currently, this parameter can only take `"fields"` as value.
    com.google.protobuf.FieldMaskOrBuilder
    Note: Currently, this parameter can only take `"fields"` as value.
    boolean
    Required.
    boolean
    Note: Currently, this parameter can only take `"fields"` as value.

    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

    • hasTag

      boolean hasTag()
       Required. The updated tag. The "name" field must be set.
       
      .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the tag field is set.
    • getTag

      Tag getTag()
       Required. The updated tag. The "name" field must be set.
       
      .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The tag.
    • getTagOrBuilder

      TagOrBuilder getTagOrBuilder()
       Required. The updated tag. The "name" field must be set.
       
      .google.cloud.datacatalog.v1beta1.Tag tag = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

      boolean hasUpdateMask()
       Note: Currently, this parameter can only take `"fields"` as value.
      
       Names of fields whose values to overwrite on a tag. Currently, a tag has
       the only modifiable field with the name `fields`.
      
       In general, if this parameter is absent or empty, all modifiable fields
       are overwritten. If such fields are non-required and omitted in the
       request body, their values are emptied.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       Note: Currently, this parameter can only take `"fields"` as value.
      
       Names of fields whose values to overwrite on a tag. Currently, a tag has
       the only modifiable field with the name `fields`.
      
       In general, if this parameter is absent or empty, all modifiable fields
       are overwritten. If such fields are non-required and omitted in the
       request body, their values are emptied.
       
      .google.protobuf.FieldMask update_mask = 2;
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Note: Currently, this parameter can only take `"fields"` as value.
      
       Names of fields whose values to overwrite on a tag. Currently, a tag has
       the only modifiable field with the name `fields`.
      
       In general, if this parameter is absent or empty, all modifiable fields
       are overwritten. If such fields are non-required and omitted in the
       request body, their values are emptied.
       
      .google.protobuf.FieldMask update_mask = 2;