Interface EntryGroupOrBuilder

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

    public interface EntryGroupOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SystemTimestamps getDataCatalogTimestamps()
      Output only.
      SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()
      Output only.
      String getDescription()
      Entry group description, which can consist of several sentences or paragraphs that describe entry group contents.
      com.google.protobuf.ByteString getDescriptionBytes()
      Entry group description, which can consist of several sentences or paragraphs that describe entry group contents.
      String getDisplayName()
      A short name to identify the entry group, for example, "analytics data - jan 2011".
      com.google.protobuf.ByteString getDisplayNameBytes()
      A short name to identify the entry group, for example, "analytics data - jan 2011".
      String getName()
      The resource name of the entry group in URL format.
      com.google.protobuf.ByteString getNameBytes()
      The resource name of the entry group in URL format.
      boolean hasDataCatalogTimestamps()
      Output only.
      • 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 Detail

      • getName

        String getName()
         The resource name of the entry group in URL format. Example:
        
         * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
        
         Note that this EntryGroup and its child resources may not actually be
         stored in the location in this name.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The resource name of the entry group in URL format. Example:
        
         * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}
        
         Note that this EntryGroup and its child resources may not actually be
         stored in the location in this name.
         
        string name = 1;
        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, which can consist of several sentences or
         paragraphs that describe entry group contents. Default value is an empty
         string.
         
        string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

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

        boolean hasDataCatalogTimestamps()
         Output only. Timestamps about this EntryGroup. Default value is empty
         timestamps.
         
        .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the dataCatalogTimestamps field is set.
      • getDataCatalogTimestamps

        SystemTimestamps getDataCatalogTimestamps()
         Output only. Timestamps about this EntryGroup. Default value is empty
         timestamps.
         
        .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The dataCatalogTimestamps.
      • getDataCatalogTimestampsOrBuilder

        SystemTimestampsOrBuilder getDataCatalogTimestampsOrBuilder()
         Output only. Timestamps about this EntryGroup. Default value is empty
         timestamps.
         
        .google.cloud.datacatalog.v1beta1.SystemTimestamps data_catalog_timestamps = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];