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 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 GetEntryGroupIamPolicyPlainArgs(val entryGroupId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetEntryGroupIamPolicyPlainArgs>
Link copied to clipboard
data class GetEntryGroupPlainArgs(val entryGroupId: String, val location: String, val project: String? = null, val readMask: String? = null) : ConvertibleToJava<GetEntryGroupPlainArgs>
Link copied to clipboard
data class GetEntryPlainArgs(val entryGroupId: String, val entryId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetEntryPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetPolicyTagPlainArgs(val location: String, val policyTagId: String, val project: String? = null, val taxonomyId: String) : ConvertibleToJava<GetPolicyTagPlainArgs>
Link copied to clipboard
data class GetTagTemplateIamPolicyPlainArgs(val location: String, val project: String? = null, val tagTemplateId: String) : ConvertibleToJava<GetTagTemplateIamPolicyPlainArgs>
Link copied to clipboard
data class GetTagTemplatePlainArgs(val location: String, val project: String? = null, val tagTemplateId: String) : ConvertibleToJava<GetTagTemplatePlainArgs>
Link copied to clipboard
data class GetTaxonomyIamPolicyPlainArgs(val location: String, val project: String? = null, val taxonomyId: String) : ConvertibleToJava<GetTaxonomyIamPolicyPlainArgs>
Link copied to clipboard
data class GetTaxonomyPlainArgs(val location: String, val project: String? = null, val taxonomyId: String) : ConvertibleToJava<GetTaxonomyPlainArgs>
Link copied to clipboard
data class GetTaxonomyPolicyTagIamPolicyPlainArgs(val location: String, val policyTagId: String, val project: String? = null, val taxonomyId: String) : ConvertibleToJava<GetTaxonomyPolicyTagIamPolicyPlainArgs>
class GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpecArgs : ConvertibleToJava<GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpecArgs>

Spec for a group of BigQuery tables with name pattern [prefix]YYYYMMDD. Context: https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding

data class GoogleCloudDatacatalogV1beta1BigQueryTableSpecArgs(val tableSpec: Output<GoogleCloudDatacatalogV1beta1TableSpecArgs>? = null, val viewSpec: Output<GoogleCloudDatacatalogV1beta1ViewSpecArgs>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1beta1BigQueryTableSpecArgs>

Describes a BigQuery table.

data class GoogleCloudDatacatalogV1beta1ColumnSchemaArgs(val column: Output<String>, val description: Output<String>? = null, val mode: Output<String>? = null, val subcolumns: Output<List<GoogleCloudDatacatalogV1beta1ColumnSchemaArgs>>? = null, val type: Output<String>) : ConvertibleToJava<GoogleCloudDatacatalogV1beta1ColumnSchemaArgs>

Representation of a column within a schema. Columns could be nested inside other columns.

data class GoogleCloudDatacatalogV1beta1GcsFilesetSpecArgs(val filePatterns: Output<List<String>>) : ConvertibleToJava<GoogleCloudDatacatalogV1beta1GcsFilesetSpecArgs>

Describes a Cloud Storage fileset entry.

Link copied to clipboard
data class GoogleCloudDatacatalogV1beta1SchemaArgs(val columns: Output<List<GoogleCloudDatacatalogV1beta1ColumnSchemaArgs>>) : ConvertibleToJava<GoogleCloudDatacatalogV1beta1SchemaArgs>

Represents a schema (e.g. BigQuery, GoogleSQL, Avro schema).

class GoogleCloudDatacatalogV1beta1TableSpecArgs : ConvertibleToJava<GoogleCloudDatacatalogV1beta1TableSpecArgs>

Normal BigQuery table spec.

class GoogleCloudDatacatalogV1beta1ViewSpecArgs : ConvertibleToJava<GoogleCloudDatacatalogV1beta1ViewSpecArgs>

Table view specification.