1. Packages
  2. Google Cloud Native
  3. API Docs
  4. contactcenterinsights
  5. contactcenterinsights/v1
  6. getView

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>
Copy
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]
Copy
func LookupView(ctx *Context, args *LookupViewArgs, opts ...InvokeOption) (*LookupViewResult, error)
func LookupViewOutput(ctx *Context, args *LookupViewOutputArgs, opts ...InvokeOption) LookupViewResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
public static Output<GetViewResult> getView(GetViewArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:contactcenterinsights/v1:getView
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Location This property is required. string
ViewId This property is required. string
Project string
Location This property is required. string
ViewId This property is required. string
Project string
location This property is required. String
viewId This property is required. String
project String
location This property is required. string
viewId This property is required. string
project string
location This property is required. str
view_id This property is required. str
project str
location This property is required. String
viewId This property is required. String
project String

getView Result

The following output properties are available:

CreateTime string
The time at which this view was created.
DisplayName 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}
UpdateTime string
The most recent time at which the view was updated.
Value string
String with specific view properties, must be non-empty.
CreateTime string
The time at which this view was created.
DisplayName 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}
UpdateTime string
The most recent time at which the view was updated.
Value string
String with specific view properties, must be non-empty.
createTime String
The time at which this view was created.
displayName 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}
updateTime String
The most recent time at which the view was updated.
value String
String with specific view properties, must be non-empty.
createTime string
The time at which this view was created.
displayName 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}
updateTime 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.
createTime String
The time at which this view was created.
displayName 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}
updateTime 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