google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.datacatalog/v1.getEntryGroup

Gets an entry group.

Using getEntryGroup

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 getEntryGroup(args: GetEntryGroupArgs, opts?: InvokeOptions): Promise<GetEntryGroupResult>
function getEntryGroupOutput(args: GetEntryGroupOutputArgs, opts?: InvokeOptions): Output<GetEntryGroupResult>
def get_entry_group(entry_group_id: Optional[str] = None,
                    location: Optional[str] = None,
                    project: Optional[str] = None,
                    read_mask: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetEntryGroupResult
def get_entry_group_output(entry_group_id: Optional[pulumi.Input[str]] = None,
                    location: Optional[pulumi.Input[str]] = None,
                    project: Optional[pulumi.Input[str]] = None,
                    read_mask: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetEntryGroupResult]
func LookupEntryGroup(ctx *Context, args *LookupEntryGroupArgs, opts ...InvokeOption) (*LookupEntryGroupResult, error)
func LookupEntryGroupOutput(ctx *Context, args *LookupEntryGroupOutputArgs, opts ...InvokeOption) LookupEntryGroupResultOutput

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

public static class GetEntryGroup 
{
    public static Task<GetEntryGroupResult> InvokeAsync(GetEntryGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetEntryGroupResult> Invoke(GetEntryGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEntryGroupResult> getEntryGroup(GetEntryGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:datacatalog/v1:getEntryGroup
  arguments:
    # arguments dictionary

The following arguments are supported:

EntryGroupId string
Location string
Project string
ReadMask string
EntryGroupId string
Location string
Project string
ReadMask string
entryGroupId String
location String
project String
readMask String
entryGroupId string
location string
project string
readMask string
entryGroupId String
location String
project String
readMask String

getEntryGroup Result

The following output properties are available:

DataCatalogTimestamps Pulumi.GoogleNative.DataCatalog.V1.Outputs.GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps of the entry group. Default value is empty.

Description string

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

DisplayName string

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

Name string

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.

DataCatalogTimestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps of the entry group. Default value is empty.

Description string

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

DisplayName string

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

Name string

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.

dataCatalogTimestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps of the entry group. Default value is empty.

description String

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

displayName String

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

name String

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.

dataCatalogTimestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps of the entry group. Default value is empty.

description string

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

displayName string

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

name string

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.

data_catalog_timestamps GoogleCloudDatacatalogV1SystemTimestampsResponse

Timestamps of the entry group. Default value is empty.

description str

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

display_name str

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

name str

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.

dataCatalogTimestamps Property Map

Timestamps of the entry group. Default value is empty.

description String

Entry group description. Can consist of several sentences or paragraphs that describe the entry group contents. Default value is an empty string.

displayName String

A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.

name String

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.

Supporting Types

GoogleCloudDatacatalogV1SystemTimestampsResponse

CreateTime string

Creation timestamp of the resource within the given system.

ExpireTime string

Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

UpdateTime string

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

CreateTime string

Creation timestamp of the resource within the given system.

ExpireTime string

Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

UpdateTime string

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

createTime String

Creation timestamp of the resource within the given system.

expireTime String

Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

updateTime String

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

createTime string

Creation timestamp of the resource within the given system.

expireTime string

Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

updateTime string

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

create_time str

Creation timestamp of the resource within the given system.

expire_time str

Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

update_time str

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

createTime String

Creation timestamp of the resource within the given system.

expireTime String

Expiration timestamp of the resource within the given system. Currently only applicable to BigQuery resources.

updateTime String

Timestamp of the last modification of the resource or its metadata within a given system. Note: Depending on the source system, not every modification updates this timestamp. For example, BigQuery timestamps every metadata modification but not data or permission changes.

Package Details

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