ProductSetArgs

data class ProductSetArgs(val displayName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val productSetId: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<ProductSetArgs>

Creates and returns a new ProductSet resource. Possible errors: * Returns INVALID_ARGUMENT if display_name is missing, or is longer than 4096 characters.

Constructors

Link copied to clipboard
fun ProductSetArgs(displayName: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, productSetId: Output<String>? = null, project: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ProductSetArgs

Properties

Link copied to clipboard
val displayName: Output<String>? = null

The user-provided name for this ProductSet. Must not be empty. Must be at most 4096 characters long.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

The resource name of the ProductSet. Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID. This field is ignored when creating a ProductSet.

Link copied to clipboard
val productSetId: Output<String>? = null

A user-supplied resource id for this ProductSet. If set, the server will attempt to use this value as the resource id. If it is already in use, an error is returned with code ALREADY_EXISTS. Must be at most 128 characters long. It cannot contain the character /.

Link copied to clipboard
val project: Output<String>? = null