Class EntryArgs


  • public final class EntryArgs
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EntryArgs.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static EntryArgs Empty  
    • Field Detail

    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Entry description, which can consist of several sentences or paragraphs that describe entry contents.
      • displayName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> displayName()
        Returns:
        Display information such as title and description. A short name to identify the entry, for example, "Analytics Data - Jan 2011".
      • entryGroup

        public com.pulumi.core.Output<java.lang.String> entryGroup()
        Returns:
        The name of the entry group this entry is in.
      • entryId

        public com.pulumi.core.Output<java.lang.String> entryId()
        Returns:
        The id of the entry to create. ***
      • gcsFilesetSpec

        public java.util.Optional<com.pulumi.core.Output<EntryGcsFilesetSpecArgs>> gcsFilesetSpec()
        Returns:
        Specification that applies to a Cloud Storage fileset. This is only valid on entries of type FILESET. Structure is documented below.
      • linkedResource

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> linkedResource()
        Returns:
        The resource this metadata entry refers to. For Google Cloud Platform resources, linkedResource is the full name of the resource. For example, the linkedResource for a table resource from BigQuery is: //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId Output only when Entry is of type in the EntryType enum. For entries with userSpecifiedType, this field is optional and defaults to an empty string.
      • schema

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> schema()
        Returns:
        Schema of the entry (e.g. BigQuery, GoogleSQL, Avro schema), as a json string. An entry might not have any schema attached to it. See https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#schema for what fields this schema can contain.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type of the entry. Only used for Entries with types in the EntryType enum. Currently, only FILESET enum value is allowed. All other entries created through Data Catalog must use userSpecifiedType. Possible values are: `FILESET`.
      • userSpecifiedSystem

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userSpecifiedSystem()
        Returns:
        This field indicates the entry's source system that Data Catalog does not integrate with. userSpecifiedSystem strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.
      • userSpecifiedType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> userSpecifiedType()
        Returns:
        Entry type if it does not fit any of the input-allowed values listed in EntryType enum above. When creating an entry, users should check the enum values first, if nothing matches the entry to be created, then provide a custom value, for example "my_special_type". userSpecifiedType strings must begin with a letter or underscore and can only contain letters, numbers, and underscores; are case insensitive; must be at least 1 character and at most 64 characters long.