Package-level declarations

Types

Link copied to clipboard
data class BindingArgs(val condition: Output<ExprArgs>? = null, val members: Output<List<String>>? = null, val role: Output<String>? = null) : ConvertibleToJava<BindingArgs>

Associates members, or principals, with a role.

Link copied to clipboard
Link copied to clipboard
data class ConfigArgs(val cmekKeyName: Output<String>) : ConvertibleToJava<ConfigArgs>

Available configurations to provision an Instance.

Link copied to clipboard

Builder for ConfigArgs.

Link copied to clipboard
data class ExprArgs(val description: Output<String>? = null, val expression: Output<String>? = null, val location: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<ExprArgs>

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

Link copied to clipboard

Builder for ExprArgs.

Link copied to clipboard
data class GetApiArtifactIamPolicyPlainArgs(val apiId: String, val artifactId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetApiArtifactIamPolicyPlainArgs>
Link copied to clipboard
data class GetApiDeploymentIamPolicyPlainArgs(val apiId: String, val deploymentId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetApiDeploymentIamPolicyPlainArgs>
Link copied to clipboard
data class GetApiIamPolicyPlainArgs(val apiId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetApiIamPolicyPlainArgs>
Link copied to clipboard
data class GetApiPlainArgs(val apiId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetApiPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetApiVersionArtifactIamPolicyPlainArgs(val apiId: String, val artifactId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null, val versionId: String) : ConvertibleToJava<GetApiVersionArtifactIamPolicyPlainArgs>
Link copied to clipboard
data class GetApiVersionIamPolicyPlainArgs(val apiId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null, val versionId: String) : ConvertibleToJava<GetApiVersionIamPolicyPlainArgs>
data class GetApiVersionSpecArtifactIamPolicyPlainArgs(val apiId: String, val artifactId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null, val specId: String, val versionId: String) : ConvertibleToJava<GetApiVersionSpecArtifactIamPolicyPlainArgs>
Link copied to clipboard
data class GetApiVersionSpecIamPolicyPlainArgs(val apiId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null, val specId: String, val versionId: String) : ConvertibleToJava<GetApiVersionSpecIamPolicyPlainArgs>
Link copied to clipboard
data class GetArtifactIamPolicyPlainArgs(val artifactId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetArtifactIamPolicyPlainArgs>
Link copied to clipboard
data class GetArtifactPlainArgs(val apiId: String, val artifactId: String, val location: String, val project: String? = null, val specId: String, val versionId: String) : ConvertibleToJava<GetArtifactPlainArgs>
Link copied to clipboard
data class GetDeploymentArtifactPlainArgs(val apiId: String, val artifactId: String, val deploymentId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetDeploymentArtifactPlainArgs>
Link copied to clipboard
data class GetDeploymentPlainArgs(val apiId: String, val deploymentId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetDeploymentPlainArgs>
Link copied to clipboard
data class GetInstanceIamPolicyPlainArgs(val instanceId: String, val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetInstanceIamPolicyPlainArgs>
Link copied to clipboard
data class GetInstancePlainArgs(val instanceId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetInstancePlainArgs>
Link copied to clipboard
data class GetRuntimeIamPolicyPlainArgs(val location: String, val optionsRequestedPolicyVersion: Int? = null, val project: String? = null) : ConvertibleToJava<GetRuntimeIamPolicyPlainArgs>
Link copied to clipboard
data class GetSpecPlainArgs(val apiId: String, val location: String, val project: String? = null, val specId: String, val versionId: String) : ConvertibleToJava<GetSpecPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetVersionArtifactPlainArgs(val apiId: String, val artifactId: String, val location: String, val project: String? = null, val versionId: String) : ConvertibleToJava<GetVersionArtifactPlainArgs>
Link copied to clipboard
data class GetVersionPlainArgs(val apiId: String, val location: String, val project: String? = null, val versionId: String) : ConvertibleToJava<GetVersionPlainArgs>