Interface EntryGroupOrBuilder

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

@Generated public interface EntryGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
       Identifier. The resource name of the entry group in URL format.
      
       Note: The entry group itself and its child resources might not be
       stored in the location specified in its name.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Identifier. The resource name of the entry group in URL format.
      
       Note: The entry group itself and its child resources might not be
       stored in the location specified in its name.
       
      string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
      Returns:
      The bytes for name.
    • getDisplayName

      String getDisplayName()
       A short name to identify the entry group, for example,
       "analytics data - jan 2011". Default value is an empty string.
       
      string display_name = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       A short name to identify the entry group, for example,
       "analytics data - jan 2011". Default value is an empty string.
       
      string display_name = 2;
      Returns:
      The bytes for displayName.
    • getDescription

      String getDescription()
       Entry group description. Can consist of several sentences or
       paragraphs that describe the entry group contents.
       Default value is an empty string.
       
      string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Entry group description. Can consist of several sentences or
       paragraphs that describe the entry group contents.
       Default value is an empty string.
       
      string description = 3;
      Returns:
      The bytes for description.
    • hasDataCatalogTimestamps

      boolean hasDataCatalogTimestamps()
       Output only. Timestamps of the entry group. Default value is empty.
       
      .google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the dataCatalogTimestamps field is set.
    • getDataCatalogTimestamps

      SystemTimestamps getDataCatalogTimestamps()
       Output only. Timestamps of the entry group. Default value is empty.
       
      .google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The dataCatalogTimestamps.
    • getDataCatalogTimestampsOrBuilder

      SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()
       Output only. Timestamps of the entry group. Default value is empty.
       
      .google.cloud.datacatalog.v1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTransferredToDataplex

      boolean getTransferredToDataplex()
       Optional. When set to [true], it means DataCatalog EntryGroup was
       transferred to Dataplex Catalog Service. It makes EntryGroup and its
       Entries to be read-only in DataCatalog. However, new Tags on EntryGroup and
       its Entries can be created. After setting the flag to [true] it cannot be
       unset.
       
      bool transferred_to_dataplex = 9 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The transferredToDataplex.