1. Packages
  2. Google Cloud Native
  3. API Docs
  4. biglake
  5. biglake/v1
  6. getCatalog

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.biglake/v1.getCatalog

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Gets the catalog specified by the resource name.

    Using getCatalog

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getCatalog(args: GetCatalogArgs, opts?: InvokeOptions): Promise<GetCatalogResult>
    function getCatalogOutput(args: GetCatalogOutputArgs, opts?: InvokeOptions): Output<GetCatalogResult>
    def get_catalog(catalog_id: Optional[str] = None,
                    location: Optional[str] = None,
                    project: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetCatalogResult
    def get_catalog_output(catalog_id: Optional[pulumi.Input[str]] = None,
                    location: Optional[pulumi.Input[str]] = None,
                    project: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetCatalogResult]
    func LookupCatalog(ctx *Context, args *LookupCatalogArgs, opts ...InvokeOption) (*LookupCatalogResult, error)
    func LookupCatalogOutput(ctx *Context, args *LookupCatalogOutputArgs, opts ...InvokeOption) LookupCatalogResultOutput

    > Note: This function is named LookupCatalog in the Go SDK.

    public static class GetCatalog 
    {
        public static Task<GetCatalogResult> InvokeAsync(GetCatalogArgs args, InvokeOptions? opts = null)
        public static Output<GetCatalogResult> Invoke(GetCatalogInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCatalogResult> getCatalog(GetCatalogArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:biglake/v1:getCatalog
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CatalogId string
    Location string
    Project string
    CatalogId string
    Location string
    Project string
    catalogId String
    location String
    project String
    catalogId string
    location string
    project string
    catalogId String
    location String
    project String

    getCatalog Result

    The following output properties are available:

    CreateTime string
    The creation time of the catalog.
    DeleteTime string
    The deletion time of the catalog. Only set after the catalog is deleted.
    ExpireTime string
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    Name string
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    UpdateTime string
    The last modification time of the catalog.
    CreateTime string
    The creation time of the catalog.
    DeleteTime string
    The deletion time of the catalog. Only set after the catalog is deleted.
    ExpireTime string
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    Name string
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    UpdateTime string
    The last modification time of the catalog.
    createTime String
    The creation time of the catalog.
    deleteTime String
    The deletion time of the catalog. Only set after the catalog is deleted.
    expireTime String
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    name String
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    updateTime String
    The last modification time of the catalog.
    createTime string
    The creation time of the catalog.
    deleteTime string
    The deletion time of the catalog. Only set after the catalog is deleted.
    expireTime string
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    name string
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    updateTime string
    The last modification time of the catalog.
    create_time str
    The creation time of the catalog.
    delete_time str
    The deletion time of the catalog. Only set after the catalog is deleted.
    expire_time str
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    name str
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    update_time str
    The last modification time of the catalog.
    createTime String
    The creation time of the catalog.
    deleteTime String
    The deletion time of the catalog. Only set after the catalog is deleted.
    expireTime String
    The time when this catalog is considered expired. Only set after the catalog is deleted.
    name String
    The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
    updateTime String
    The last modification time of the catalog.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi