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.contactcenterinsights/v1.getView
Explore with Pulumi AI
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 a view.
Using getView
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 getView(args: GetViewArgs, opts?: InvokeOptions): Promise<GetViewResult>
function getViewOutput(args: GetViewOutputArgs, opts?: InvokeOptions): Output<GetViewResult>def get_view(location: Optional[str] = None,
             project: Optional[str] = None,
             view_id: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetViewResult
def get_view_output(location: Optional[pulumi.Input[str]] = None,
             project: Optional[pulumi.Input[str]] = None,
             view_id: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetViewResult]func LookupView(ctx *Context, args *LookupViewArgs, opts ...InvokeOption) (*LookupViewResult, error)
func LookupViewOutput(ctx *Context, args *LookupViewOutputArgs, opts ...InvokeOption) LookupViewResultOutput> Note: This function is named LookupView in the Go SDK.
public static class GetView 
{
    public static Task<GetViewResult> InvokeAsync(GetViewArgs args, InvokeOptions? opts = null)
    public static Output<GetViewResult> Invoke(GetViewInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:contactcenterinsights/v1:getView
  arguments:
    # arguments dictionaryThe following arguments are supported:
getView Result
The following output properties are available:
- Create
Time string - The time at which this view was created.
 - Display
Name string - The human-readable display name of the view.
 - Name string
 - Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
 - Update
Time string - The most recent time at which the view was updated.
 - Value string
 - String with specific view properties, must be non-empty.
 
- Create
Time string - The time at which this view was created.
 - Display
Name string - The human-readable display name of the view.
 - Name string
 - Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
 - Update
Time string - The most recent time at which the view was updated.
 - Value string
 - String with specific view properties, must be non-empty.
 
- create
Time String - The time at which this view was created.
 - display
Name String - The human-readable display name of the view.
 - name String
 - Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
 - update
Time String - The most recent time at which the view was updated.
 - value String
 - String with specific view properties, must be non-empty.
 
- create
Time string - The time at which this view was created.
 - display
Name string - The human-readable display name of the view.
 - name string
 - Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
 - update
Time string - The most recent time at which the view was updated.
 - value string
 - String with specific view properties, must be non-empty.
 
- create_
time str - The time at which this view was created.
 - display_
name str - The human-readable display name of the view.
 - name str
 - Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
 - update_
time str - The most recent time at which the view was updated.
 - value str
 - String with specific view properties, must be non-empty.
 
- create
Time String - The time at which this view was created.
 - display
Name String - The human-readable display name of the view.
 - name String
 - Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
 - update
Time String - The most recent time at which the view was updated.
 - value String
 - String with specific view properties, must be non-empty.
 
Package Details
- Repository
 - Google Cloud Native pulumi/pulumi-google-native
 - License
 - Apache-2.0
 
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