Interface CreateTagRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    Required.
    Required.
    Required.
    boolean
    Required.

    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

    • getParent

      String getParent()
       Required. The name of the resource to attach this tag to. Tags can be
       attached to
       Entries. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      
       Note that this Tag and its child resources may not actually be stored in
       the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
       Required. The name of the resource to attach this tag to. Tags can be
       attached to
       Entries. Example:
      
       * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}
      
       Note that this Tag and its child resources may not actually be stored in
       the location in this name.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for parent.
    • hasTag

      boolean hasTag()
       Required. The tag to create.
       
      .google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the tag field is set.
    • getTag

      Tag getTag()
       Required. The tag to create.
       
      .google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The tag.
    • getTagOrBuilder

      TagOrBuilder getTagOrBuilder()
       Required. The tag to create.
       
      .google.cloud.datacatalog.v1beta1.Tag tag = 2 [(.google.api.field_behavior) = REQUIRED];