Api Args
data class ApiArgs(val annotations: Output<Map<String, String>>? = null, val apiId: Output<String>? = null, val availability: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val recommendedDeployment: Output<String>? = null, val recommendedVersion: Output<String>? = null) : ConvertibleToJava<ApiArgs>
Creates a specified API.
Constructors
Link copied to clipboard
fun ApiArgs(annotations: Output<Map<String, String>>? = null, apiId: Output<String>? = null, availability: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, recommendedDeployment: Output<String>? = null, recommendedVersion: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Labels attach identifying metadata to resources. Identifying metadata can be used to filter list operations. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. No more than 64 user labels can be associated with one resource (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with apigeeregistry.googleapis.com/
and cannot be changed.