1. Packages
  2. Google Cloud Native
  3. API Docs
  4. speech
  5. speech/v1
  6. getCustomClass

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

Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi

google-native.speech/v1.getCustomClass

Explore with Pulumi AI

google-native logo

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

Google Cloud Native v0.30.0 published on Friday, Apr 14, 2023 by Pulumi

    Get a custom class.

    Using getCustomClass

    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 getCustomClass(args: GetCustomClassArgs, opts?: InvokeOptions): Promise<GetCustomClassResult>
    function getCustomClassOutput(args: GetCustomClassOutputArgs, opts?: InvokeOptions): Output<GetCustomClassResult>
    def get_custom_class(custom_class_id: Optional[str] = None,
                         location: Optional[str] = None,
                         project: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetCustomClassResult
    def get_custom_class_output(custom_class_id: Optional[pulumi.Input[str]] = None,
                         location: Optional[pulumi.Input[str]] = None,
                         project: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetCustomClassResult]
    func LookupCustomClass(ctx *Context, args *LookupCustomClassArgs, opts ...InvokeOption) (*LookupCustomClassResult, error)
    func LookupCustomClassOutput(ctx *Context, args *LookupCustomClassOutputArgs, opts ...InvokeOption) LookupCustomClassResultOutput

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

    public static class GetCustomClass 
    {
        public static Task<GetCustomClassResult> InvokeAsync(GetCustomClassArgs args, InvokeOptions? opts = null)
        public static Output<GetCustomClassResult> Invoke(GetCustomClassInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCustomClassResult> getCustomClass(GetCustomClassArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:speech/v1:getCustomClass
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CustomClassId string
    Location string
    Project string
    CustomClassId string
    Location string
    Project string
    customClassId String
    location String
    project String
    customClassId string
    location string
    project string
    customClassId String
    location String
    project String

    getCustomClass Result

    The following output properties are available:

    CustomClassId string

    If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

    Items List<Pulumi.GoogleNative.Speech.V1.Outputs.ClassItemResponse>

    A collection of class items.

    Name string

    The resource name of the custom class.

    CustomClassId string

    If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

    Items []ClassItemResponse

    A collection of class items.

    Name string

    The resource name of the custom class.

    customClassId String

    If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

    items List<ClassItemResponse>

    A collection of class items.

    name String

    The resource name of the custom class.

    customClassId string

    If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

    items ClassItemResponse[]

    A collection of class items.

    name string

    The resource name of the custom class.

    custom_class_id str

    If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

    items Sequence[ClassItemResponse]

    A collection of class items.

    name str

    The resource name of the custom class.

    customClassId String

    If this custom class is a resource, the custom_class_id is the resource id of the CustomClass. Case sensitive.

    items List<Property Map>

    A collection of class items.

    name String

    The resource name of the custom class.

    Supporting Types

    ClassItemResponse

    Value string

    The class item's value.

    Value string

    The class item's value.

    value String

    The class item's value.

    value string

    The class item's value.

    value str

    The class item's value.

    value String

    The class item's value.

    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.30.0 published on Friday, Apr 14, 2023 by Pulumi