datacatalog
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package datacatalog provides access to the Google Cloud Data Catalog API.
For product documentation, see:https://cloud.google.com/data-catalog/docs/
Library status¶
These client libraries are officially supported by Google. However, thislibrary is considered complete and is in maintenance mode. This meansthat we will address critical bugs and security issues but will not addany new features.
When possible, we recommend using our newer[Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go)that are still actively being worked and iterated on.
Creating a client¶
Usage example:
import "google.golang.org/api/datacatalog/v1beta1"...ctx := context.Background()datacatalogService, err := datacatalog.NewService(ctx)
In this example, Google Application Default Credentials are used forauthentication. For information on how to create and obtain ApplicationDefault Credentials, seehttps://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options¶
To use an API key for authentication (note: some APIs do not support APIkeys), usegoogle.golang.org/api/option.WithAPIKey:
datacatalogService, err := datacatalog.NewService(ctx, option.WithAPIKey("AIza..."))To use an OAuth token (e.g., a user token obtained via a three-legged OAuthflow, usegoogle.golang.org/api/option.WithTokenSource:
config := &oauth2.Config{...}// ...token, err := config.Exchange(ctx, ...)datacatalogService, err := datacatalog.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))Seegoogle.golang.org/api/option.ClientOption for details on options.
Index¶
- Constants
- type Binding
- type CatalogSearchCall
- func (c *CatalogSearchCall) Context(ctx context.Context) *CatalogSearchCall
- func (c *CatalogSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1SearchCatalogResponse, error)
- func (c *CatalogSearchCall) Fields(s ...googleapi.Field) *CatalogSearchCall
- func (c *CatalogSearchCall) Header() http.Header
- func (c *CatalogSearchCall) Pages(ctx context.Context, ...) error
- type CatalogService
- type Empty
- type EntriesLookupCall
- func (c *EntriesLookupCall) Context(ctx context.Context) *EntriesLookupCall
- func (c *EntriesLookupCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry, error)
- func (c *EntriesLookupCall) Fields(s ...googleapi.Field) *EntriesLookupCall
- func (c *EntriesLookupCall) Header() http.Header
- func (c *EntriesLookupCall) IfNoneMatch(entityTag string) *EntriesLookupCall
- func (c *EntriesLookupCall) LinkedResource(linkedResource string) *EntriesLookupCall
- func (c *EntriesLookupCall) SqlResource(sqlResource string) *EntriesLookupCall
- type EntriesService
- type Expr
- type GetIamPolicyRequest
- type GetPolicyOptions
- type GoogleCloudDatacatalogV1BigQueryConnectionSpec
- type GoogleCloudDatacatalogV1BigQueryDateShardedSpec
- type GoogleCloudDatacatalogV1BigQueryRoutineSpec
- type GoogleCloudDatacatalogV1BigQueryTableSpec
- type GoogleCloudDatacatalogV1BusinessContext
- type GoogleCloudDatacatalogV1CloudBigtableInstanceSpec
- type GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec
- type GoogleCloudDatacatalogV1CloudBigtableSystemSpec
- type GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec
- type GoogleCloudDatacatalogV1ColumnSchema
- type GoogleCloudDatacatalogV1ColumnSchemaFieldElementType
- type GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec
- type GoogleCloudDatacatalogV1CommonUsageStats
- type GoogleCloudDatacatalogV1Contacts
- type GoogleCloudDatacatalogV1ContactsPerson
- type GoogleCloudDatacatalogV1DataSource
- type GoogleCloudDatacatalogV1DataSourceConnectionSpec
- type GoogleCloudDatacatalogV1DatabaseTableSpec
- type GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec
- type GoogleCloudDatacatalogV1DataplexExternalTable
- type GoogleCloudDatacatalogV1DataplexFilesetSpec
- type GoogleCloudDatacatalogV1DataplexSpec
- type GoogleCloudDatacatalogV1DataplexTableSpec
- type GoogleCloudDatacatalogV1DatasetSpec
- type GoogleCloudDatacatalogV1DumpItem
- type GoogleCloudDatacatalogV1Entry
- type GoogleCloudDatacatalogV1EntryOverview
- type GoogleCloudDatacatalogV1FeatureOnlineStoreSpec
- type GoogleCloudDatacatalogV1FilesetSpec
- type GoogleCloudDatacatalogV1GcsFileSpec
- type GoogleCloudDatacatalogV1GcsFilesetSpec
- type GoogleCloudDatacatalogV1ImportEntriesMetadata
- type GoogleCloudDatacatalogV1ImportEntriesResponse
- type GoogleCloudDatacatalogV1LookerSystemSpec
- type GoogleCloudDatacatalogV1ModelSpec
- type GoogleCloudDatacatalogV1PersonalDetails
- type GoogleCloudDatacatalogV1PhysicalSchema
- type GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema
- type GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema
- type GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema
- type GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema
- type GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema
- type GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema
- type GoogleCloudDatacatalogV1ReconcileTagsMetadata
- type GoogleCloudDatacatalogV1ReconcileTagsResponse
- type GoogleCloudDatacatalogV1RoutineSpec
- type GoogleCloudDatacatalogV1RoutineSpecArgument
- type GoogleCloudDatacatalogV1Schema
- type GoogleCloudDatacatalogV1ServiceSpec
- type GoogleCloudDatacatalogV1SqlDatabaseSystemSpec
- type GoogleCloudDatacatalogV1StorageProperties
- type GoogleCloudDatacatalogV1SystemTimestamps
- type GoogleCloudDatacatalogV1TableSpec
- type GoogleCloudDatacatalogV1Tag
- type GoogleCloudDatacatalogV1TagField
- type GoogleCloudDatacatalogV1TagFieldEnumValue
- type GoogleCloudDatacatalogV1TaggedEntry
- type GoogleCloudDatacatalogV1UsageSignal
- type GoogleCloudDatacatalogV1UsageStats
- type GoogleCloudDatacatalogV1VertexDatasetSpec
- type GoogleCloudDatacatalogV1VertexModelSourceInfo
- type GoogleCloudDatacatalogV1VertexModelSpec
- type GoogleCloudDatacatalogV1ViewSpec
- type GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec
- type GoogleCloudDatacatalogV1beta1BigQueryTableSpec
- type GoogleCloudDatacatalogV1beta1ColumnSchema
- type GoogleCloudDatacatalogV1beta1Entry
- type GoogleCloudDatacatalogV1beta1EntryGroup
- type GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse
- type GoogleCloudDatacatalogV1beta1FieldType
- type GoogleCloudDatacatalogV1beta1FieldTypeEnumType
- type GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue
- type GoogleCloudDatacatalogV1beta1GcsFileSpec
- type GoogleCloudDatacatalogV1beta1GcsFilesetSpec
- type GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest
- type GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse
- type GoogleCloudDatacatalogV1beta1InlineSource
- type GoogleCloudDatacatalogV1beta1ListEntriesResponse
- type GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse
- type GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse
- type GoogleCloudDatacatalogV1beta1ListTagsResponse
- type GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse
- type GoogleCloudDatacatalogV1beta1PolicyTag
- type GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest
- type GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest
- type GoogleCloudDatacatalogV1beta1Schema
- type GoogleCloudDatacatalogV1beta1SearchCatalogRequest
- type GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope
- type GoogleCloudDatacatalogV1beta1SearchCatalogResponse
- type GoogleCloudDatacatalogV1beta1SearchCatalogResult
- type GoogleCloudDatacatalogV1beta1SerializedPolicyTag
- type GoogleCloudDatacatalogV1beta1SerializedTaxonomy
- type GoogleCloudDatacatalogV1beta1SystemTimestamps
- type GoogleCloudDatacatalogV1beta1TableSpec
- type GoogleCloudDatacatalogV1beta1Tag
- type GoogleCloudDatacatalogV1beta1TagField
- type GoogleCloudDatacatalogV1beta1TagFieldEnumValue
- type GoogleCloudDatacatalogV1beta1TagTemplate
- type GoogleCloudDatacatalogV1beta1TagTemplateField
- type GoogleCloudDatacatalogV1beta1Taxonomy
- type GoogleCloudDatacatalogV1beta1TaxonomyService
- type GoogleCloudDatacatalogV1beta1UsageSignal
- type GoogleCloudDatacatalogV1beta1UsageStats
- type GoogleCloudDatacatalogV1beta1ViewSpec
- type Policy
- type ProjectsLocationsEntryGroupsCreateCall
- func (c *ProjectsLocationsEntryGroupsCreateCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsCreateCall
- func (c *ProjectsLocationsEntryGroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1EntryGroup, error)
- func (c *ProjectsLocationsEntryGroupsCreateCall) EntryGroupId(entryGroupId string) *ProjectsLocationsEntryGroupsCreateCall
- func (c *ProjectsLocationsEntryGroupsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsCreateCall
- func (c *ProjectsLocationsEntryGroupsCreateCall) Header() http.Header
- type ProjectsLocationsEntryGroupsDeleteCall
- func (c *ProjectsLocationsEntryGroupsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsDeleteCall
- func (c *ProjectsLocationsEntryGroupsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsEntryGroupsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsDeleteCall
- func (c *ProjectsLocationsEntryGroupsDeleteCall) Force(force bool) *ProjectsLocationsEntryGroupsDeleteCall
- func (c *ProjectsLocationsEntryGroupsDeleteCall) Header() http.Header
- type ProjectsLocationsEntryGroupsEntriesCreateCall
- func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesCreateCall
- func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry, error)
- func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) EntryId(entryId string) *ProjectsLocationsEntryGroupsEntriesCreateCall
- func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesCreateCall
- func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Header() http.Header
- type ProjectsLocationsEntryGroupsEntriesDeleteCall
- func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesDeleteCall
- func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesDeleteCall
- func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Header() http.Header
- type ProjectsLocationsEntryGroupsEntriesGetCall
- func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesGetCall
- func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry, error)
- func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesGetCall
- func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsEntriesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEntryGroupsEntriesGetCall
- type ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Header() http.Header
- type ProjectsLocationsEntryGroupsEntriesListCall
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesListCall
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListEntriesResponse, error)
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesListCall
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEntryGroupsEntriesListCall
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) PageSize(pageSize int64) *ProjectsLocationsEntryGroupsEntriesListCall
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) PageToken(pageToken string) *ProjectsLocationsEntryGroupsEntriesListCall
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) Pages(ctx context.Context, ...) error
- func (c *ProjectsLocationsEntryGroupsEntriesListCall) ReadMask(readMask string) *ProjectsLocationsEntryGroupsEntriesListCall
- type ProjectsLocationsEntryGroupsEntriesPatchCall
- func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesPatchCall
- func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry, error)
- func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesPatchCall
- func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsEntryGroupsEntriesPatchCall
- type ProjectsLocationsEntryGroupsEntriesService
- func (r *ProjectsLocationsEntryGroupsEntriesService) Create(parent string, ...) *ProjectsLocationsEntryGroupsEntriesCreateCall
- func (r *ProjectsLocationsEntryGroupsEntriesService) Delete(name string) *ProjectsLocationsEntryGroupsEntriesDeleteCall
- func (r *ProjectsLocationsEntryGroupsEntriesService) Get(name string) *ProjectsLocationsEntryGroupsEntriesGetCall
- func (r *ProjectsLocationsEntryGroupsEntriesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall
- func (r *ProjectsLocationsEntryGroupsEntriesService) List(parent string) *ProjectsLocationsEntryGroupsEntriesListCall
- func (r *ProjectsLocationsEntryGroupsEntriesService) Patch(name string, ...) *ProjectsLocationsEntryGroupsEntriesPatchCall
- func (r *ProjectsLocationsEntryGroupsEntriesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall
- type ProjectsLocationsEntryGroupsEntriesTagsCreateCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesTagsCreateCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag, error)
- func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsCreateCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Header() http.Header
- type ProjectsLocationsEntryGroupsEntriesTagsDeleteCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Header() http.Header
- type ProjectsLocationsEntryGroupsEntriesTagsListCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesTagsListCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListTagsResponse, error)
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsListCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEntryGroupsEntriesTagsListCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) PageSize(pageSize int64) *ProjectsLocationsEntryGroupsEntriesTagsListCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) PageToken(pageToken string) *ProjectsLocationsEntryGroupsEntriesTagsListCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsEntryGroupsEntriesTagsPatchCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag, error)
- func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
- func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
- type ProjectsLocationsEntryGroupsEntriesTagsService
- func (r *ProjectsLocationsEntryGroupsEntriesTagsService) Create(parent string, ...) *ProjectsLocationsEntryGroupsEntriesTagsCreateCall
- func (r *ProjectsLocationsEntryGroupsEntriesTagsService) Delete(name string) *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall
- func (r *ProjectsLocationsEntryGroupsEntriesTagsService) List(parent string) *ProjectsLocationsEntryGroupsEntriesTagsListCall
- func (r *ProjectsLocationsEntryGroupsEntriesTagsService) Patch(nameid string, ...) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
- type ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall
- func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall
- func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall
- func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsEntryGroupsGetCall
- func (c *ProjectsLocationsEntryGroupsGetCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsGetCall
- func (c *ProjectsLocationsEntryGroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1EntryGroup, error)
- func (c *ProjectsLocationsEntryGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsGetCall
- func (c *ProjectsLocationsEntryGroupsGetCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsEntryGroupsGetCall
- func (c *ProjectsLocationsEntryGroupsGetCall) ReadMask(readMask string) *ProjectsLocationsEntryGroupsGetCall
- type ProjectsLocationsEntryGroupsGetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsGetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsGetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Header() http.Header
- type ProjectsLocationsEntryGroupsListCall
- func (c *ProjectsLocationsEntryGroupsListCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsListCall
- func (c *ProjectsLocationsEntryGroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse, error)
- func (c *ProjectsLocationsEntryGroupsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsListCall
- func (c *ProjectsLocationsEntryGroupsListCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEntryGroupsListCall
- func (c *ProjectsLocationsEntryGroupsListCall) PageSize(pageSize int64) *ProjectsLocationsEntryGroupsListCall
- func (c *ProjectsLocationsEntryGroupsListCall) PageToken(pageToken string) *ProjectsLocationsEntryGroupsListCall
- func (c *ProjectsLocationsEntryGroupsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsEntryGroupsPatchCall
- func (c *ProjectsLocationsEntryGroupsPatchCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsPatchCall
- func (c *ProjectsLocationsEntryGroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1EntryGroup, error)
- func (c *ProjectsLocationsEntryGroupsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsPatchCall
- func (c *ProjectsLocationsEntryGroupsPatchCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsEntryGroupsPatchCall
- type ProjectsLocationsEntryGroupsService
- func (r *ProjectsLocationsEntryGroupsService) Create(parent string, ...) *ProjectsLocationsEntryGroupsCreateCall
- func (r *ProjectsLocationsEntryGroupsService) Delete(name string) *ProjectsLocationsEntryGroupsDeleteCall
- func (r *ProjectsLocationsEntryGroupsService) Get(name string) *ProjectsLocationsEntryGroupsGetCall
- func (r *ProjectsLocationsEntryGroupsService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsEntryGroupsGetIamPolicyCall
- func (r *ProjectsLocationsEntryGroupsService) List(parent string) *ProjectsLocationsEntryGroupsListCall
- func (r *ProjectsLocationsEntryGroupsService) Patch(name string, ...) *ProjectsLocationsEntryGroupsPatchCall
- func (r *ProjectsLocationsEntryGroupsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsEntryGroupsSetIamPolicyCall
- func (r *ProjectsLocationsEntryGroupsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsEntryGroupsTestIamPermissionsCall
- type ProjectsLocationsEntryGroupsSetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsSetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsSetIamPolicyCall
- func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsEntryGroupsTagsCreateCall
- func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsTagsCreateCall
- func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag, error)
- func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsCreateCall
- func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Header() http.Header
- type ProjectsLocationsEntryGroupsTagsDeleteCall
- func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsTagsDeleteCall
- func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsDeleteCall
- func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Header() http.Header
- type ProjectsLocationsEntryGroupsTagsListCall
- func (c *ProjectsLocationsEntryGroupsTagsListCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsTagsListCall
- func (c *ProjectsLocationsEntryGroupsTagsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListTagsResponse, error)
- func (c *ProjectsLocationsEntryGroupsTagsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsListCall
- func (c *ProjectsLocationsEntryGroupsTagsListCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsTagsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEntryGroupsTagsListCall
- func (c *ProjectsLocationsEntryGroupsTagsListCall) PageSize(pageSize int64) *ProjectsLocationsEntryGroupsTagsListCall
- func (c *ProjectsLocationsEntryGroupsTagsListCall) PageToken(pageToken string) *ProjectsLocationsEntryGroupsTagsListCall
- func (c *ProjectsLocationsEntryGroupsTagsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsEntryGroupsTagsPatchCall
- func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsTagsPatchCall
- func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag, error)
- func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsPatchCall
- func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Header() http.Header
- func (c *ProjectsLocationsEntryGroupsTagsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsEntryGroupsTagsPatchCall
- type ProjectsLocationsEntryGroupsTagsService
- func (r *ProjectsLocationsEntryGroupsTagsService) Create(parent string, ...) *ProjectsLocationsEntryGroupsTagsCreateCall
- func (r *ProjectsLocationsEntryGroupsTagsService) Delete(name string) *ProjectsLocationsEntryGroupsTagsDeleteCall
- func (r *ProjectsLocationsEntryGroupsTagsService) List(parent string) *ProjectsLocationsEntryGroupsTagsListCall
- func (r *ProjectsLocationsEntryGroupsTagsService) Patch(nameid string, ...) *ProjectsLocationsEntryGroupsTagsPatchCall
- type ProjectsLocationsEntryGroupsTestIamPermissionsCall
- func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsEntryGroupsTestIamPermissionsCall
- func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTestIamPermissionsCall
- func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsService
- type ProjectsLocationsTagTemplatesCreateCall
- func (c *ProjectsLocationsTagTemplatesCreateCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesCreateCall
- func (c *ProjectsLocationsTagTemplatesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplate, error)
- func (c *ProjectsLocationsTagTemplatesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesCreateCall
- func (c *ProjectsLocationsTagTemplatesCreateCall) Header() http.Header
- func (c *ProjectsLocationsTagTemplatesCreateCall) TagTemplateId(tagTemplateId string) *ProjectsLocationsTagTemplatesCreateCall
- type ProjectsLocationsTagTemplatesDeleteCall
- func (c *ProjectsLocationsTagTemplatesDeleteCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesDeleteCall
- func (c *ProjectsLocationsTagTemplatesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsTagTemplatesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesDeleteCall
- func (c *ProjectsLocationsTagTemplatesDeleteCall) Force(force bool) *ProjectsLocationsTagTemplatesDeleteCall
- func (c *ProjectsLocationsTagTemplatesDeleteCall) Header() http.Header
- type ProjectsLocationsTagTemplatesFieldsCreateCall
- func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesFieldsCreateCall
- func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField, error)
- func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsCreateCall
- func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Header() http.Header
- func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) TagTemplateFieldId(tagTemplateFieldId string) *ProjectsLocationsTagTemplatesFieldsCreateCall
- type ProjectsLocationsTagTemplatesFieldsDeleteCall
- func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesFieldsDeleteCall
- func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsDeleteCall
- func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Force(force bool) *ProjectsLocationsTagTemplatesFieldsDeleteCall
- func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Header() http.Header
- type ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall
- func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall
- func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField, error)
- func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall
- func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Header() http.Header
- type ProjectsLocationsTagTemplatesFieldsEnumValuesService
- type ProjectsLocationsTagTemplatesFieldsPatchCall
- func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesFieldsPatchCall
- func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField, error)
- func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsPatchCall
- func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Header() http.Header
- func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTagTemplatesFieldsPatchCall
- type ProjectsLocationsTagTemplatesFieldsRenameCall
- func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesFieldsRenameCall
- func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField, error)
- func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsRenameCall
- func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Header() http.Header
- type ProjectsLocationsTagTemplatesFieldsService
- func (r *ProjectsLocationsTagTemplatesFieldsService) Create(parent string, ...) *ProjectsLocationsTagTemplatesFieldsCreateCall
- func (r *ProjectsLocationsTagTemplatesFieldsService) Delete(name string) *ProjectsLocationsTagTemplatesFieldsDeleteCall
- func (r *ProjectsLocationsTagTemplatesFieldsService) Patch(name string, ...) *ProjectsLocationsTagTemplatesFieldsPatchCall
- func (r *ProjectsLocationsTagTemplatesFieldsService) Rename(name string, ...) *ProjectsLocationsTagTemplatesFieldsRenameCall
- type ProjectsLocationsTagTemplatesGetCall
- func (c *ProjectsLocationsTagTemplatesGetCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesGetCall
- func (c *ProjectsLocationsTagTemplatesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplate, error)
- func (c *ProjectsLocationsTagTemplatesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesGetCall
- func (c *ProjectsLocationsTagTemplatesGetCall) Header() http.Header
- func (c *ProjectsLocationsTagTemplatesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTagTemplatesGetCall
- type ProjectsLocationsTagTemplatesGetIamPolicyCall
- func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesGetIamPolicyCall
- func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesGetIamPolicyCall
- func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Header() http.Header
- type ProjectsLocationsTagTemplatesPatchCall
- func (c *ProjectsLocationsTagTemplatesPatchCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesPatchCall
- func (c *ProjectsLocationsTagTemplatesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplate, error)
- func (c *ProjectsLocationsTagTemplatesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesPatchCall
- func (c *ProjectsLocationsTagTemplatesPatchCall) Header() http.Header
- func (c *ProjectsLocationsTagTemplatesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTagTemplatesPatchCall
- type ProjectsLocationsTagTemplatesService
- func (r *ProjectsLocationsTagTemplatesService) Create(parent string, ...) *ProjectsLocationsTagTemplatesCreateCall
- func (r *ProjectsLocationsTagTemplatesService) Delete(name string) *ProjectsLocationsTagTemplatesDeleteCall
- func (r *ProjectsLocationsTagTemplatesService) Get(name string) *ProjectsLocationsTagTemplatesGetCall
- func (r *ProjectsLocationsTagTemplatesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsTagTemplatesGetIamPolicyCall
- func (r *ProjectsLocationsTagTemplatesService) Patch(name string, ...) *ProjectsLocationsTagTemplatesPatchCall
- func (r *ProjectsLocationsTagTemplatesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsTagTemplatesSetIamPolicyCall
- func (r *ProjectsLocationsTagTemplatesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsTagTemplatesTestIamPermissionsCall
- type ProjectsLocationsTagTemplatesSetIamPolicyCall
- func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesSetIamPolicyCall
- func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesSetIamPolicyCall
- func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsTagTemplatesTestIamPermissionsCall
- func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsTagTemplatesTestIamPermissionsCall
- func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesTestIamPermissionsCall
- func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsTaxonomiesCreateCall
- func (c *ProjectsLocationsTaxonomiesCreateCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesCreateCall
- func (c *ProjectsLocationsTaxonomiesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Taxonomy, error)
- func (c *ProjectsLocationsTaxonomiesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesCreateCall
- func (c *ProjectsLocationsTaxonomiesCreateCall) Header() http.Header
- type ProjectsLocationsTaxonomiesDeleteCall
- func (c *ProjectsLocationsTaxonomiesDeleteCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesDeleteCall
- func (c *ProjectsLocationsTaxonomiesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsTaxonomiesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesDeleteCall
- func (c *ProjectsLocationsTaxonomiesDeleteCall) Header() http.Header
- type ProjectsLocationsTaxonomiesExportCall
- func (c *ProjectsLocationsTaxonomiesExportCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesExportCall
- func (c *ProjectsLocationsTaxonomiesExportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse, error)
- func (c *ProjectsLocationsTaxonomiesExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesExportCall
- func (c *ProjectsLocationsTaxonomiesExportCall) Header() http.Header
- func (c *ProjectsLocationsTaxonomiesExportCall) IfNoneMatch(entityTag string) *ProjectsLocationsTaxonomiesExportCall
- func (c *ProjectsLocationsTaxonomiesExportCall) SerializedTaxonomies(serializedTaxonomies bool) *ProjectsLocationsTaxonomiesExportCall
- func (c *ProjectsLocationsTaxonomiesExportCall) Taxonomies(taxonomies ...string) *ProjectsLocationsTaxonomiesExportCall
- type ProjectsLocationsTaxonomiesGetCall
- func (c *ProjectsLocationsTaxonomiesGetCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesGetCall
- func (c *ProjectsLocationsTaxonomiesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Taxonomy, error)
- func (c *ProjectsLocationsTaxonomiesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesGetCall
- func (c *ProjectsLocationsTaxonomiesGetCall) Header() http.Header
- func (c *ProjectsLocationsTaxonomiesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTaxonomiesGetCall
- type ProjectsLocationsTaxonomiesGetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesGetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesGetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Header() http.Header
- type ProjectsLocationsTaxonomiesImportCall
- func (c *ProjectsLocationsTaxonomiesImportCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesImportCall
- func (c *ProjectsLocationsTaxonomiesImportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse, error)
- func (c *ProjectsLocationsTaxonomiesImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesImportCall
- func (c *ProjectsLocationsTaxonomiesImportCall) Header() http.Header
- type ProjectsLocationsTaxonomiesListCall
- func (c *ProjectsLocationsTaxonomiesListCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesListCall
- func (c *ProjectsLocationsTaxonomiesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse, error)
- func (c *ProjectsLocationsTaxonomiesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesListCall
- func (c *ProjectsLocationsTaxonomiesListCall) Filter(filter string) *ProjectsLocationsTaxonomiesListCall
- func (c *ProjectsLocationsTaxonomiesListCall) Header() http.Header
- func (c *ProjectsLocationsTaxonomiesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTaxonomiesListCall
- func (c *ProjectsLocationsTaxonomiesListCall) PageSize(pageSize int64) *ProjectsLocationsTaxonomiesListCall
- func (c *ProjectsLocationsTaxonomiesListCall) PageToken(pageToken string) *ProjectsLocationsTaxonomiesListCall
- func (c *ProjectsLocationsTaxonomiesListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsTaxonomiesPatchCall
- func (c *ProjectsLocationsTaxonomiesPatchCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPatchCall
- func (c *ProjectsLocationsTaxonomiesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Taxonomy, error)
- func (c *ProjectsLocationsTaxonomiesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPatchCall
- func (c *ProjectsLocationsTaxonomiesPatchCall) Header() http.Header
- func (c *ProjectsLocationsTaxonomiesPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTaxonomiesPatchCall
- type ProjectsLocationsTaxonomiesPolicyTagsCreateCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsCreateCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1PolicyTag, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsCreateCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Header() http.Header
- type ProjectsLocationsTaxonomiesPolicyTagsDeleteCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Header() http.Header
- type ProjectsLocationsTaxonomiesPolicyTagsGetCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1PolicyTag, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Header() http.Header
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
- type ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Header() http.Header
- type ProjectsLocationsTaxonomiesPolicyTagsListCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsListCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsListCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Header() http.Header
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsTaxonomiesPolicyTagsListCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) PageSize(pageSize int64) *ProjectsLocationsTaxonomiesPolicyTagsListCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) PageToken(pageToken string) *ProjectsLocationsTaxonomiesPolicyTagsListCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Pages(ctx context.Context, ...) error
- type ProjectsLocationsTaxonomiesPolicyTagsPatchCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1PolicyTag, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Header() http.Header
- func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) UpdateMask(updateMask string) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
- type ProjectsLocationsTaxonomiesPolicyTagsService
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Create(parent string, ...) *ProjectsLocationsTaxonomiesPolicyTagsCreateCall
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Delete(name string) *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Get(name string) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) List(parent string) *ProjectsLocationsTaxonomiesPolicyTagsListCall
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Patch(name string, ...) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall
- func (r *ProjectsLocationsTaxonomiesPolicyTagsService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall
- type ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall
- func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Header() http.Header
- type ProjectsLocationsTaxonomiesService
- func (r *ProjectsLocationsTaxonomiesService) Create(parent string, ...) *ProjectsLocationsTaxonomiesCreateCall
- func (r *ProjectsLocationsTaxonomiesService) Delete(name string) *ProjectsLocationsTaxonomiesDeleteCall
- func (r *ProjectsLocationsTaxonomiesService) Export(parent string) *ProjectsLocationsTaxonomiesExportCall
- func (r *ProjectsLocationsTaxonomiesService) Get(name string) *ProjectsLocationsTaxonomiesGetCall
- func (r *ProjectsLocationsTaxonomiesService) GetIamPolicy(resource string, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsTaxonomiesGetIamPolicyCall
- func (r *ProjectsLocationsTaxonomiesService) Import(parent string, ...) *ProjectsLocationsTaxonomiesImportCall
- func (r *ProjectsLocationsTaxonomiesService) List(parent string) *ProjectsLocationsTaxonomiesListCall
- func (r *ProjectsLocationsTaxonomiesService) Patch(name string, ...) *ProjectsLocationsTaxonomiesPatchCall
- func (r *ProjectsLocationsTaxonomiesService) SetIamPolicy(resource string, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsTaxonomiesSetIamPolicyCall
- func (r *ProjectsLocationsTaxonomiesService) TestIamPermissions(resource string, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsTaxonomiesTestIamPermissionsCall
- type ProjectsLocationsTaxonomiesSetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesSetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error)
- func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesSetIamPolicyCall
- func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Header() http.Header
- type ProjectsLocationsTaxonomiesTestIamPermissionsCall
- func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Context(ctx context.Context) *ProjectsLocationsTaxonomiesTestIamPermissionsCall
- func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse, error)
- func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesTestIamPermissionsCall
- func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Header() http.Header
- type ProjectsService
- type Service
- type SetIamPolicyRequest
- type Status
- type TestIamPermissionsRequest
- type TestIamPermissionsResponse
Constants¶
const (// See, edit, configure, and delete your Google Cloud data and see the email// address for your Google Account.CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform")
OAuth2 scopes used by this API.
Variables¶
This section is empty.
Functions¶
This section is empty.
Types¶
typeBinding¶
type Binding struct {// Condition: The condition that is associated with this binding. If the// condition evaluates to `true`, then this binding applies to the current// request. If the condition evaluates to `false`, then this binding does not// apply to the current request. However, a different role binding might grant// the same role to one or more of the principals in this binding. To learn// which resources support conditions in their IAM policies, see the IAM// documentation// (https://cloud.google.com/iam/help/conditions/resource-policies).Condition *Expr `json:"condition,omitempty"`// Members: Specifies the principals requesting access for a Google Cloud// resource. `members` can have the following values: * `allUsers`: A special// identifier that represents anyone who is on the internet; with or without a// Google account. * `allAuthenticatedUsers`: A special identifier that// represents anyone who is authenticated with a Google account or a service// account. Does not include identities that come from external identity// providers (IdPs) through identity federation. * `user:{emailid}`: An email// address that represents a specific Google account. For example,// `alice@example.com` . * `serviceAccount:{emailid}`: An email address that// represents a Google service account. For example,// `my-other-app@appspot.gserviceaccount.com`. *// `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An// identifier for a Kubernetes service account// (https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts).// For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. *// `group:{emailid}`: An email address that represents a Google group. For// example, `admins@example.com`. * `domain:{domain}`: The G Suite domain// (primary) that represents all the users of that domain. For example,// `google.com` or `example.com`. *// `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/sub// ject/{subject_attribute_value}`: A single identity in a workforce identity// pool. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// group/{group_id}`: All workforce identities in a group. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// attribute.{attribute_name}/{attribute_value}`: All workforce identities with// a specific attribute value. *// `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/// *`: All identities in a workforce identity pool. *// `principal://iam.googleapis.com/projects/{project_number}/locations/global/wo// rkloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single// identity in a workload identity pool. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool// group. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}// `: All identities in a workload identity pool with a certain attribute. *// `principalSet://iam.googleapis.com/projects/{project_number}/locations/global// /workloadIdentityPools/{pool_id}/*`: All identities in a workload identity// pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus// unique identifier) representing a user that has been recently deleted. For// example, `alice@example.com?uid=123456789012345678901`. If the user is// recovered, this value reverts to `user:{emailid}` and the recovered user// retains the role in the binding. *// `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus// unique identifier) representing a service account that has been recently// deleted. For example,// `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the// service account is undeleted, this value reverts to// `serviceAccount:{emailid}` and the undeleted service account retains the// role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email// address (plus unique identifier) representing a Google group that has been// recently deleted. For example,// `admins@example.com?uid=123456789012345678901`. If the group is recovered,// this value reverts to `group:{emailid}` and the recovered group retains the// role in the binding. *// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool// _id}/subject/{subject_attribute_value}`: Deleted single identity in a// workforce identity pool. For example,// `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-po// ol-id/subject/my-subject-attribute-value`.Members []string `json:"members,omitempty"`// Role: Role that is assigned to the list of `members`, or principals. For// example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview// of the IAM roles and permissions, see the IAM documentation// (https://cloud.google.com/iam/docs/roles-overview). For a list of the// available pre-defined roles, see here// (https://cloud.google.com/iam/docs/understanding-roles).Rolestring `json:"role,omitempty"`// ForceSendFields is a list of field names (e.g. "Condition") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Condition") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}Binding: Associates `members`, or principals, with a `role`.
func (Binding)MarshalJSON¶
typeCatalogSearchCall¶
type CatalogSearchCall struct {// contains filtered or unexported fields}func (*CatalogSearchCall)Context¶
func (c *CatalogSearchCall) Context(ctxcontext.Context) *CatalogSearchCall
Context sets the context to be used in this call's Do method.
func (*CatalogSearchCall)Do¶
func (c *CatalogSearchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1SearchCatalogResponse,error)
Do executes the "datacatalog.catalog.search" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1SearchCatalogResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*CatalogSearchCall)Fields¶
func (c *CatalogSearchCall) Fields(s ...googleapi.Field) *CatalogSearchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*CatalogSearchCall)Header¶
func (c *CatalogSearchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*CatalogSearchCall)Pages¶
func (c *CatalogSearchCall) Pages(ctxcontext.Context, f func(*GoogleCloudDatacatalogV1beta1SearchCatalogResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeCatalogService¶
type CatalogService struct {// contains filtered or unexported fields}funcNewCatalogService¶
func NewCatalogService(s *Service) *CatalogService
func (*CatalogService)Search¶
func (r *CatalogService) Search(googleclouddatacatalogv1beta1searchcatalogrequest *GoogleCloudDatacatalogV1beta1SearchCatalogRequest) *CatalogSearchCall
Search: Searches Data Catalog for multiple resources like entries, tags thatmatch a query. This is a custom method(https://cloud.google.com/apis/design/custom_methods) and does not returnthe complete resource, only the resource identifier and high level fields.Clients can subsequently call `Get` methods. Note that Data Catalog searchqueries do not guarantee full recall. Query results that match your querymay not be returned, even in subsequent result pages. Also note that resultsreturned (and not returned) can vary across repeated search queries. SeeData Catalog Search Syntax(https://cloud.google.com/data-catalog/docs/how-to/search-reference) formore information.
typeEmpty¶
type Empty struct {// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`}Empty: A generic empty message that you can re-use to avoid definingduplicated empty messages in your APIs. A typical example is to use it asthe request or the response type of an API method. For instance: service Foo{ rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
typeEntriesLookupCall¶
type EntriesLookupCall struct {// contains filtered or unexported fields}func (*EntriesLookupCall)Context¶
func (c *EntriesLookupCall) Context(ctxcontext.Context) *EntriesLookupCall
Context sets the context to be used in this call's Do method.
func (*EntriesLookupCall)Do¶
func (c *EntriesLookupCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry,error)
Do executes the "datacatalog.entries.lookup" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Entry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*EntriesLookupCall)Fields¶
func (c *EntriesLookupCall) Fields(s ...googleapi.Field) *EntriesLookupCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*EntriesLookupCall)Header¶
func (c *EntriesLookupCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*EntriesLookupCall)IfNoneMatch¶
func (c *EntriesLookupCall) IfNoneMatch(entityTagstring) *EntriesLookupCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*EntriesLookupCall)LinkedResource¶
func (c *EntriesLookupCall) LinkedResource(linkedResourcestring) *EntriesLookupCall
LinkedResource sets the optional parameter "linkedResource": The full nameof the Google Cloud Platform resource the Data Catalog entry represents.See:https://cloud.google.com/apis/design/resource_names#full_resource_name.Full names are case-sensitive. Examples: *//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableId * //pubsub.googleapis.com/projects/projectId/topics/topicId
func (*EntriesLookupCall)SqlResource¶
func (c *EntriesLookupCall) SqlResource(sqlResourcestring) *EntriesLookupCall
SqlResource sets the optional parameter "sqlResource": The SQL name of theentry. SQL names are case-sensitive. Examples: *`pubsub.project_id.topic_id` * “pubsub.project_id.`topic.id.with.dots` “ *`bigquery.table.project_id.dataset_id.table_id` *`bigquery.dataset.project_id.dataset_id` *`datacatalog.entry.project_id.location_id.entry_group_id.entry_id` `*_id`sshould satisfy the GoogleSQL rules for identifiers.https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical.
typeEntriesService¶
type EntriesService struct {// contains filtered or unexported fields}funcNewEntriesService¶
func NewEntriesService(s *Service) *EntriesService
func (*EntriesService)Lookup¶
func (r *EntriesService) Lookup() *EntriesLookupCall
Lookup: Get an entry by target resource name. This method allows clients touse the resource name from the source Google Cloud Platform service to getthe Data Catalog Entry.
typeExpr¶
type Expr struct {// Description: Optional. Description of the expression. This is a longer text// which describes the expression, e.g. when hovered over it in a UI.Descriptionstring `json:"description,omitempty"`// Expression: Textual representation of an expression in Common Expression// Language syntax.Expressionstring `json:"expression,omitempty"`// Location: Optional. String indicating the location of the expression for// error reporting, e.g. a file name and a position in the file.Locationstring `json:"location,omitempty"`// Title: Optional. Title for the expression, i.e. a short string describing// its purpose. This can be used e.g. in UIs which allow to enter the// expression.Titlestring `json:"title,omitempty"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Description") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}Expr: Represents a textual expression in the Common Expression Language(CEL) syntax. CEL is a C-like expression language. The syntax and semanticsof CEL are documented athttps://github.com/google/cel-spec. Example(Comparison): title: "Summary size limit" description: "Determines if asummary is less than 100 chars" expression: "document.summary.size() < 100"Example (Equality): title: "Requestor is owner" description: "Determines ifrequestor 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 messagereceived at ' + string(document.create_time)" The exact variables andfunctions that may be referenced within an expression are determined by theservice that evaluates it. See the service documentation for additionalinformation.
func (Expr)MarshalJSON¶
typeGetIamPolicyRequest¶
type GetIamPolicyRequest struct {// Options: OPTIONAL: A `GetPolicyOptions` object for specifying options to// `GetIamPolicy`.Options *GetPolicyOptions `json:"options,omitempty"`// ForceSendFields is a list of field names (e.g. "Options") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Options") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GetIamPolicyRequest: Request message for `GetIamPolicy` method.
func (GetIamPolicyRequest)MarshalJSON¶
func (sGetIamPolicyRequest) MarshalJSON() ([]byte,error)
typeGetPolicyOptions¶
type GetPolicyOptions struct {// RequestedPolicyVersion: Optional. The maximum policy version that will be// used to format the policy. Valid values are 0, 1, and 3. Requests specifying// an invalid value will be rejected. Requests for policies with any// conditional role bindings must specify version 3. Policies with no// conditional role bindings may specify any valid value or leave the field// unset. The policy in the response might use the policy version that you// specified, or it might use a lower policy version. For example, if you// specify version 3, but the policy has no conditional role bindings, the// response uses version 1. To learn which resources support conditions in// their IAM policies, see the IAM documentation// (https://cloud.google.com/iam/help/conditions/resource-policies).RequestedPolicyVersionint64 `json:"requestedPolicyVersion,omitempty"`// ForceSendFields is a list of field names (e.g. "RequestedPolicyVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "RequestedPolicyVersion") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GetPolicyOptions: Encapsulates settings provided to GetIamPolicy.
func (GetPolicyOptions)MarshalJSON¶
func (sGetPolicyOptions) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1BigQueryConnectionSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1BigQueryConnectionSpec struct {// CloudSql: Specification for the BigQuery connection to a Cloud SQL instance.CloudSql *GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec `json:"cloudSql,omitempty"`// ConnectionType: The type of the BigQuery connection.//// Possible values:// "CONNECTION_TYPE_UNSPECIFIED" - Unspecified type.// "CLOUD_SQL" - Cloud SQL connection.ConnectionTypestring `json:"connectionType,omitempty"`// HasCredential: True if there are credentials attached to the BigQuery// connection; false otherwise.HasCredentialbool `json:"hasCredential,omitempty"`// ForceSendFields is a list of field names (e.g. "CloudSql") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudSql") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1BigQueryConnectionSpec: Specification for theBigQuery connection.
func (GoogleCloudDatacatalogV1BigQueryConnectionSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1BigQueryConnectionSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1BigQueryDateShardedSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1BigQueryDateShardedSpec struct {// Dataset: Output only. The Data Catalog resource name of the dataset entry// the current table belongs to. For example:// `projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entr// ies/{ENTRY_ID}`.Datasetstring `json:"dataset,omitempty"`// LatestShardResource: Output only. BigQuery resource name of the latest// shard.LatestShardResourcestring `json:"latestShardResource,omitempty"`// ShardCount: Output only. Total number of shards.ShardCountint64 `json:"shardCount,omitempty,string"`// TablePrefix: Output only. The table name prefix of the shards. The name of// any given shard is `[table_prefix]YYYYMMDD`. For example, for the// `MyTable20180101` shard, the `table_prefix` is `MyTable`.TablePrefixstring `json:"tablePrefix,omitempty"`// ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dataset") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1BigQueryDateShardedSpec: Specification for a groupof BigQuery tables with the `[prefix]YYYYMMDD` name pattern. For moreinformation, see [Introduction to partitioned tables](https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
func (GoogleCloudDatacatalogV1BigQueryDateShardedSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1BigQueryDateShardedSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1BigQueryRoutineSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1BigQueryRoutineSpec struct {// ImportedLibraries: Paths of the imported libraries.ImportedLibraries []string `json:"importedLibraries,omitempty"`// ForceSendFields is a list of field names (e.g. "ImportedLibraries") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ImportedLibraries") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1BigQueryRoutineSpec: Fields specific for BigQueryroutines.
func (GoogleCloudDatacatalogV1BigQueryRoutineSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1BigQueryRoutineSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1BigQueryTableSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1BigQueryTableSpec struct {// TableSourceType: Output only. The table source type.//// Possible values:// "TABLE_SOURCE_TYPE_UNSPECIFIED" - Default unknown type.// "BIGQUERY_VIEW" - Table view.// "BIGQUERY_TABLE" - BigQuery native table.// "BIGQUERY_MATERIALIZED_VIEW" - BigQuery materialized view.TableSourceTypestring `json:"tableSourceType,omitempty"`// TableSpec: Specification of a BigQuery table. Populated only if the// `table_source_type` is `BIGQUERY_TABLE`.TableSpec *GoogleCloudDatacatalogV1TableSpec `json:"tableSpec,omitempty"`// ViewSpec: Table view specification. Populated only if the// `table_source_type` is `BIGQUERY_VIEW`.ViewSpec *GoogleCloudDatacatalogV1ViewSpec `json:"viewSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "TableSourceType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TableSourceType") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1BigQueryTableSpec: Describes a BigQuery table.
func (GoogleCloudDatacatalogV1BigQueryTableSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1BigQueryTableSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1BusinessContext¶added inv0.112.0
type GoogleCloudDatacatalogV1BusinessContext struct {// Contacts: Contact people for the entry.Contacts *GoogleCloudDatacatalogV1Contacts `json:"contacts,omitempty"`// EntryOverview: Entry overview fields for rich text descriptions of entries.EntryOverview *GoogleCloudDatacatalogV1EntryOverview `json:"entryOverview,omitempty"`// ForceSendFields is a list of field names (e.g. "Contacts") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Contacts") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1BusinessContext: Business Context of the entry.
func (GoogleCloudDatacatalogV1BusinessContext)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1BusinessContext) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1CloudBigtableInstanceSpec¶added inv0.115.0
type GoogleCloudDatacatalogV1CloudBigtableInstanceSpec struct {// CloudBigtableClusterSpecs: The list of clusters for the Instance.CloudBigtableClusterSpecs []*GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec `json:"cloudBigtableClusterSpecs,omitempty"`// ForceSendFields is a list of field names (e.g. "CloudBigtableClusterSpecs")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudBigtableClusterSpecs") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1CloudBigtableInstanceSpec: Specification thatapplies to Instance entries that are part of `CLOUD_BIGTABLE` system.(user_specified_type)
func (GoogleCloudDatacatalogV1CloudBigtableInstanceSpec)MarshalJSON¶added inv0.115.0
func (sGoogleCloudDatacatalogV1CloudBigtableInstanceSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec¶added inv0.115.0
type GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec struct {// DisplayName: Name of the cluster.DisplayNamestring `json:"displayName,omitempty"`// LinkedResource: A link back to the parent resource, in this case Instance.LinkedResourcestring `json:"linkedResource,omitempty"`// Location: Location of the cluster, typically a Cloud zone.Locationstring `json:"location,omitempty"`// Type: Type of the resource. For a cluster this would be "CLUSTER".Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec:Spec that applies to clusters of an Instance of Cloud Bigtable.
func (GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec)MarshalJSON¶added inv0.115.0
func (sGoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1CloudBigtableSystemSpec¶added inv0.115.0
type GoogleCloudDatacatalogV1CloudBigtableSystemSpec struct {// InstanceDisplayName: Display name of the Instance. This is user specified// and different from the resource name.InstanceDisplayNamestring `json:"instanceDisplayName,omitempty"`// ForceSendFields is a list of field names (e.g. "InstanceDisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "InstanceDisplayName") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1CloudBigtableSystemSpec: Specification that appliesto all entries that are part of `CLOUD_BIGTABLE` system(user_specified_type)
func (GoogleCloudDatacatalogV1CloudBigtableSystemSpec)MarshalJSON¶added inv0.115.0
func (sGoogleCloudDatacatalogV1CloudBigtableSystemSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec struct {// Database: Database name.Databasestring `json:"database,omitempty"`// InstanceId: Cloud SQL instance ID in the format of// `project:location:instance`.InstanceIdstring `json:"instanceId,omitempty"`// Type: Type of the Cloud SQL database.//// Possible values:// "DATABASE_TYPE_UNSPECIFIED" - Unspecified database type.// "POSTGRES" - Cloud SQL for PostgreSQL.// "MYSQL" - Cloud SQL for MySQL.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Database") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Database") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec: Specification forthe BigQuery connection to a Cloud SQL instance.
func (GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ColumnSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1ColumnSchema struct {// Column: Required. Name of the column. Must be a UTF-8 string without dots// (.). The maximum size is 64 bytes.Columnstring `json:"column,omitempty"`// DefaultValue: Optional. Default value for the column.DefaultValuestring `json:"defaultValue,omitempty"`// Description: Optional. Description of the column. Default value is an empty// string. The description must be a UTF-8 string with the maximum size of 2000// bytes.Descriptionstring `json:"description,omitempty"`// GcRule: Optional. Garbage collection policy for the column or column family.// Applies to systems like Cloud Bigtable.GcRulestring `json:"gcRule,omitempty"`// HighestIndexingType: Optional. Most important inclusion of this column.//// Possible values:// "INDEXING_TYPE_UNSPECIFIED" - Unspecified.// "INDEXING_TYPE_NONE" - Column not a part of an index.// "INDEXING_TYPE_NON_UNIQUE" - Column Part of non unique index.// "INDEXING_TYPE_UNIQUE" - Column part of unique index.// "INDEXING_TYPE_PRIMARY_KEY" - Column part of the primary key.HighestIndexingTypestring `json:"highestIndexingType,omitempty"`// LookerColumnSpec: Looker specific column info of this column.LookerColumnSpec *GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec `json:"lookerColumnSpec,omitempty"`// Mode: Optional. A column's mode indicates whether values in this column are// required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED`// values are supported. Default mode is `NULLABLE`.Modestring `json:"mode,omitempty"`// OrdinalPosition: Optional. Ordinal positionOrdinalPositionint64 `json:"ordinalPosition,omitempty"`// RangeElementType: Optional. The subtype of the RANGE, if the type of this// field is RANGE. If the type is RANGE, this field is required. Possible// values for the field element type of a RANGE include: * DATE * DATETIME *// TIMESTAMPRangeElementType *GoogleCloudDatacatalogV1ColumnSchemaFieldElementType `json:"rangeElementType,omitempty"`// Subcolumns: Optional. Schema of sub-columns. A column can have zero or more// sub-columns.Subcolumns []*GoogleCloudDatacatalogV1ColumnSchema `json:"subcolumns,omitempty"`// Type: Required. Type of the column. Must be a UTF-8 string with the maximum// size of 128 bytes.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Column") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Column") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ColumnSchema: A column within a schema. Columns canbe nested inside other columns.
func (GoogleCloudDatacatalogV1ColumnSchema)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1ColumnSchema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ColumnSchemaFieldElementType¶added inv0.165.0
type GoogleCloudDatacatalogV1ColumnSchemaFieldElementType struct {// Type: Required. The type of a field element. See ColumnSchema.type.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Type") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Type") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ColumnSchemaFieldElementType: Represents the type ofa field element.
func (GoogleCloudDatacatalogV1ColumnSchemaFieldElementType)MarshalJSON¶added inv0.165.0
func (sGoogleCloudDatacatalogV1ColumnSchemaFieldElementType) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec struct {// Type: Looker specific column type of this column.//// Possible values:// "LOOKER_COLUMN_TYPE_UNSPECIFIED" - Unspecified.// "DIMENSION" - Dimension.// "DIMENSION_GROUP" - Dimension group - parent for Dimension.// "FILTER" - Filter.// "MEASURE" - Measure.// "PARAMETER" - Parameter.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Type") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Type") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec: Column info specificto Looker System.
func (GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1CommonUsageStats¶added inv0.112.0
type GoogleCloudDatacatalogV1CommonUsageStats struct {// ViewCount: View count in source system.ViewCountint64 `json:"viewCount,omitempty,string"`// ForceSendFields is a list of field names (e.g. "ViewCount") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ViewCount") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1CommonUsageStats: Common statistics on the entry'susage. They can be set on any system.
func (GoogleCloudDatacatalogV1CommonUsageStats)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1CommonUsageStats) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1Contacts¶added inv0.112.0
type GoogleCloudDatacatalogV1Contacts struct {// People: The list of contact people for the entry.People []*GoogleCloudDatacatalogV1ContactsPerson `json:"people,omitempty"`// ForceSendFields is a list of field names (e.g. "People") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "People") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1Contacts: Contact people for the entry.
func (GoogleCloudDatacatalogV1Contacts)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1Contacts) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ContactsPerson¶added inv0.112.0
type GoogleCloudDatacatalogV1ContactsPerson struct {// Designation: Designation of the person, for example, Data Steward.Designationstring `json:"designation,omitempty"`// Email: Email of the person in the format of `john.doe@xyz`, “, or `John// Doe`.Emailstring `json:"email,omitempty"`// ForceSendFields is a list of field names (e.g. "Designation") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Designation") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ContactsPerson: A contact person for the entry.
func (GoogleCloudDatacatalogV1ContactsPerson)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1ContactsPerson) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DataSource¶added inv0.112.0
type GoogleCloudDatacatalogV1DataSource struct {// Resource: Full name of a resource as defined by the service. For example:// `//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/dataset// s/{DATASET_ID}/tables/{TABLE_ID}`Resourcestring `json:"resource,omitempty"`// Service: Service that physically stores the data.//// Possible values:// "SERVICE_UNSPECIFIED" - Default unknown service.// "CLOUD_STORAGE" - Google Cloud Storage service.// "BIGQUERY" - BigQuery service.Servicestring `json:"service,omitempty"`// SourceEntry: Output only. Data Catalog entry name, if applicable.SourceEntrystring `json:"sourceEntry,omitempty"`// StorageProperties: Detailed properties of the underlying storage.StorageProperties *GoogleCloudDatacatalogV1StorageProperties `json:"storageProperties,omitempty"`// ForceSendFields is a list of field names (e.g. "Resource") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Resource") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DataSource: Physical location of an entry.
func (GoogleCloudDatacatalogV1DataSource)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DataSource) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DataSourceConnectionSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1DataSourceConnectionSpec struct {// BigqueryConnectionSpec: Output only. Fields specific to BigQuery// connections.BigqueryConnectionSpec *GoogleCloudDatacatalogV1BigQueryConnectionSpec `json:"bigqueryConnectionSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "BigqueryConnectionSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BigqueryConnectionSpec") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DataSourceConnectionSpec: Specification that appliesto a data source connection. Valid only for entries with the`DATA_SOURCE_CONNECTION` type. Only one of internal specs can be set at thetime, and cannot be changed later.
func (GoogleCloudDatacatalogV1DataSourceConnectionSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DataSourceConnectionSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DatabaseTableSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1DatabaseTableSpec struct {// DatabaseViewSpec: Spec what applies to tables that are actually views. Not// set for "real" tables.DatabaseViewSpec *GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec `json:"databaseViewSpec,omitempty"`// DataplexTable: Output only. Fields specific to a Dataplex Universal Catalog// table and present only in the Dataplex Universal Catalog table entries.DataplexTable *GoogleCloudDatacatalogV1DataplexTableSpec `json:"dataplexTable,omitempty"`// Type: Type of this table.//// Possible values:// "TABLE_TYPE_UNSPECIFIED" - Default unknown table type.// "NATIVE" - Native table.// "EXTERNAL" - External table.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "DatabaseViewSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DatabaseViewSpec") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DatabaseTableSpec: Specification that applies to atable resource. Valid only for entries with the `TABLE` type.
func (GoogleCloudDatacatalogV1DatabaseTableSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DatabaseTableSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec struct {// BaseTable: Name of a singular table this view reflects one to one.BaseTablestring `json:"baseTable,omitempty"`// SqlQuery: SQL query used to generate this view.SqlQuerystring `json:"sqlQuery,omitempty"`// ViewType: Type of this view.//// Possible values:// "VIEW_TYPE_UNSPECIFIED" - Default unknown view type.// "STANDARD_VIEW" - Standard view.// "MATERIALIZED_VIEW" - Materialized view.ViewTypestring `json:"viewType,omitempty"`// ForceSendFields is a list of field names (e.g. "BaseTable") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BaseTable") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec: Specificationthat applies to database view.
func (GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DataplexExternalTable¶added inv0.112.0
type GoogleCloudDatacatalogV1DataplexExternalTable struct {// DataCatalogEntry: Name of the Data Catalog entry representing the external// table.DataCatalogEntrystring `json:"dataCatalogEntry,omitempty"`// FullyQualifiedName: Fully qualified name (FQN) of the external table.FullyQualifiedNamestring `json:"fullyQualifiedName,omitempty"`// GoogleCloudResource: Google Cloud resource name of the external table.GoogleCloudResourcestring `json:"googleCloudResource,omitempty"`// System: Service in which the external table is registered.//// Possible values:// "INTEGRATED_SYSTEM_UNSPECIFIED" - Default unknown system.// "BIGQUERY" - BigQuery.// "CLOUD_PUBSUB" - Cloud Pub/Sub.// "DATAPROC_METASTORE" - Dataproc Metastore.// "DATAPLEX" - Dataplex Universal Catalog.// "CLOUD_SPANNER" - Cloud Spanner// "CLOUD_BIGTABLE" - Cloud Bigtable// "CLOUD_SQL" - Cloud Sql// "LOOKER" - Looker// "VERTEX_AI" - Vertex AISystemstring `json:"system,omitempty"`// ForceSendFields is a list of field names (e.g. "DataCatalogEntry") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataCatalogEntry") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DataplexExternalTable: External table registered byDataplex Universal Catalog. Dataplex Universal Catalog publishes datadiscovered from an asset into multiple other systems (BigQuery, DPMS) inform of tables. We call them "external tables". External tables are alsosynced into the Data Catalog. This message contains pointers to thoseexternal tables (fully qualified name, resource name et cetera) within theData Catalog.
func (GoogleCloudDatacatalogV1DataplexExternalTable)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DataplexExternalTable) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DataplexFilesetSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1DataplexFilesetSpec struct {// DataplexSpec: Common Dataplex Universal Catalog fields.DataplexSpec *GoogleCloudDatacatalogV1DataplexSpec `json:"dataplexSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "DataplexSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataplexSpec") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DataplexFilesetSpec: Entry specification for aDataplex Universal Catalog fileset.
func (GoogleCloudDatacatalogV1DataplexFilesetSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DataplexFilesetSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DataplexSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1DataplexSpec struct {// Asset: Fully qualified resource name of an asset in Dataplex Universal// Catalog, to which the underlying data source (Cloud Storage bucket or// BigQuery dataset) of the entity is attached.Assetstring `json:"asset,omitempty"`// CompressionFormat: Compression format of the data, e.g., zip, gzip etc.CompressionFormatstring `json:"compressionFormat,omitempty"`// DataFormat: Format of the data.DataFormat *GoogleCloudDatacatalogV1PhysicalSchema `json:"dataFormat,omitempty"`// ProjectId: Project ID of the underlying Cloud Storage or BigQuery data. Note// that this may not be the same project as the corresponding Dataplex// Universal Catalog lake / zone / asset.ProjectIdstring `json:"projectId,omitempty"`// ForceSendFields is a list of field names (e.g. "Asset") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Asset") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DataplexSpec: Common Dataplex Universal Catalogfields.
func (GoogleCloudDatacatalogV1DataplexSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DataplexSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DataplexTableSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1DataplexTableSpec struct {// DataplexSpec: Common Dataplex Universal Catalog fields.DataplexSpec *GoogleCloudDatacatalogV1DataplexSpec `json:"dataplexSpec,omitempty"`// ExternalTables: List of external tables registered by Dataplex Universal// Catalog in other systems based on the same underlying data. External tables// allow to query this data in those systems.ExternalTables []*GoogleCloudDatacatalogV1DataplexExternalTable `json:"externalTables,omitempty"`// UserManaged: Indicates if the table schema is managed by the user or not.UserManagedbool `json:"userManaged,omitempty"`// ForceSendFields is a list of field names (e.g. "DataplexSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataplexSpec") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DataplexTableSpec: Entry specification for aDataplex Universal Catalog table.
func (GoogleCloudDatacatalogV1DataplexTableSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DataplexTableSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DatasetSpec¶added inv0.139.0
type GoogleCloudDatacatalogV1DatasetSpec struct {// VertexDatasetSpec: Vertex AI Dataset specific fieldsVertexDatasetSpec *GoogleCloudDatacatalogV1VertexDatasetSpec `json:"vertexDatasetSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "VertexDatasetSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "VertexDatasetSpec") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DatasetSpec: Specification that applies to adataset. Valid only for entries with the `DATASET` type.
func (GoogleCloudDatacatalogV1DatasetSpec)MarshalJSON¶added inv0.139.0
func (sGoogleCloudDatacatalogV1DatasetSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1DumpItem¶added inv0.112.0
type GoogleCloudDatacatalogV1DumpItem struct {// TaggedEntry: Entry and its tags.TaggedEntry *GoogleCloudDatacatalogV1TaggedEntry `json:"taggedEntry,omitempty"`// ForceSendFields is a list of field names (e.g. "TaggedEntry") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TaggedEntry") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1DumpItem: Wrapper for any item that can be containedin the dump.
func (GoogleCloudDatacatalogV1DumpItem)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1DumpItem) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1Entry¶added inv0.112.0
type GoogleCloudDatacatalogV1Entry struct {// BigqueryDateShardedSpec: Output only. Specification for a group of BigQuery// tables with the `[prefix]YYYYMMDD` name pattern. For more information, see// [Introduction to partitioned tables]// (https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).BigqueryDateShardedSpec *GoogleCloudDatacatalogV1BigQueryDateShardedSpec `json:"bigqueryDateShardedSpec,omitempty"`// BigqueryTableSpec: Output only. Specification that applies to a BigQuery// table. Valid only for entries with the `TABLE` type.BigqueryTableSpec *GoogleCloudDatacatalogV1BigQueryTableSpec `json:"bigqueryTableSpec,omitempty"`// BusinessContext: Business Context of the entry. Not supported for BigQuery// datasetsBusinessContext *GoogleCloudDatacatalogV1BusinessContext `json:"businessContext,omitempty"`// CloudBigtableSystemSpec: Specification that applies to Cloud Bigtable// system. Only settable when `integrated_system` is equal to `CLOUD_BIGTABLE`CloudBigtableSystemSpec *GoogleCloudDatacatalogV1CloudBigtableSystemSpec `json:"cloudBigtableSystemSpec,omitempty"`// DataSource: Output only. Physical location of the entry.DataSource *GoogleCloudDatacatalogV1DataSource `json:"dataSource,omitempty"`// DataSourceConnectionSpec: Specification that applies to a data source// connection. Valid only for entries with the `DATA_SOURCE_CONNECTION` type.DataSourceConnectionSpec *GoogleCloudDatacatalogV1DataSourceConnectionSpec `json:"dataSourceConnectionSpec,omitempty"`// DatabaseTableSpec: Specification that applies to a table resource. Valid// only for entries with the `TABLE` or `EXPLORE` type.DatabaseTableSpec *GoogleCloudDatacatalogV1DatabaseTableSpec `json:"databaseTableSpec,omitempty"`// DatasetSpec: Specification that applies to a dataset.DatasetSpec *GoogleCloudDatacatalogV1DatasetSpec `json:"datasetSpec,omitempty"`// Description: Entry description that can consist of several sentences or// paragraphs that describe entry contents. The description must not contain// Unicode non-characters as well as C0 and C1 control codes except tabs (HT),// new lines (LF), carriage returns (CR), and page breaks (FF). The maximum// size is 2000 bytes when encoded in UTF-8. Default value is an empty string.Descriptionstring `json:"description,omitempty"`// DisplayName: Display name of an entry. The maximum size is 500 bytes when// encoded in UTF-8. Default value is an empty string.DisplayNamestring `json:"displayName,omitempty"`// FeatureOnlineStoreSpec: FeatureonlineStore spec for Vertex AI Feature Store.FeatureOnlineStoreSpec *GoogleCloudDatacatalogV1FeatureOnlineStoreSpec `json:"featureOnlineStoreSpec,omitempty"`// FilesetSpec: Specification that applies to a fileset resource. Valid only// for entries with the `FILESET` type.FilesetSpec *GoogleCloudDatacatalogV1FilesetSpec `json:"filesetSpec,omitempty"`// FullyQualifiedName: Fully Qualified Name (FQN)// (https://cloud.google.com//data-catalog/docs/fully-qualified-names) of the// resource. Set automatically for entries representing resources from synced// systems. Settable only during creation, and read-only later. Can be used for// search and lookup of the entries.FullyQualifiedNamestring `json:"fullyQualifiedName,omitempty"`// GcsFilesetSpec: Specification that applies to a Cloud Storage fileset. Valid// only for entries with the `FILESET` type.GcsFilesetSpec *GoogleCloudDatacatalogV1GcsFilesetSpec `json:"gcsFilesetSpec,omitempty"`// IntegratedSystem: Output only. Indicates the entry's source system that Data// Catalog integrates with, such as BigQuery, Pub/Sub, or Dataproc Metastore.//// Possible values:// "INTEGRATED_SYSTEM_UNSPECIFIED" - Default unknown system.// "BIGQUERY" - BigQuery.// "CLOUD_PUBSUB" - Cloud Pub/Sub.// "DATAPROC_METASTORE" - Dataproc Metastore.// "DATAPLEX" - Dataplex Universal Catalog.// "CLOUD_SPANNER" - Cloud Spanner// "CLOUD_BIGTABLE" - Cloud Bigtable// "CLOUD_SQL" - Cloud Sql// "LOOKER" - Looker// "VERTEX_AI" - Vertex AIIntegratedSystemstring `json:"integratedSystem,omitempty"`// Labels: Cloud labels attached to the entry. In Data Catalog, you can create// and modify labels attached only to custom entries. Synced entries have// unmodifiable labels that come from the source system.Labels map[string]string `json:"labels,omitempty"`// LinkedResource: The resource this metadata entry refers to. For Google Cloud// Platform resources, `linked_resource` is the [Full Resource Name]// (https://cloud.google.com/apis/design/resource_names#full_resource_name).// For example, the `linked_resource` for a table resource from BigQuery is:// `//bigquery.googleapis.com/projects/{PROJECT_ID}/datasets/{DATASET_ID}/tables// /{TABLE_ID}` Output only when the entry is one of the types in the// `EntryType` enum. For entries with a `user_specified_type`, this field is// optional and defaults to an empty string. The resource string must contain// only letters (a-z, A-Z), numbers (0-9), underscores (_), periods (.), colons// (:), slashes (/), dashes (-), and hashes (#). The maximum size is 200 bytes// when encoded in UTF-8.LinkedResourcestring `json:"linkedResource,omitempty"`// LookerSystemSpec: Specification that applies to Looker sysstem. Only// settable when `user_specified_system` is equal to `LOOKER`LookerSystemSpec *GoogleCloudDatacatalogV1LookerSystemSpec `json:"lookerSystemSpec,omitempty"`// ModelSpec: Model specification.ModelSpec *GoogleCloudDatacatalogV1ModelSpec `json:"modelSpec,omitempty"`// Name: Output only. Identifier. The resource name of an entry in URL format.// Note: The entry itself and its child resources might not be stored in the// location specified in its name.Namestring `json:"name,omitempty"`// PersonalDetails: Output only. Additional information related to the entry.// Private to the current user.PersonalDetails *GoogleCloudDatacatalogV1PersonalDetails `json:"personalDetails,omitempty"`// RoutineSpec: Specification that applies to a user-defined function or// procedure. Valid only for entries with the `ROUTINE` type.RoutineSpec *GoogleCloudDatacatalogV1RoutineSpec `json:"routineSpec,omitempty"`// Schema: Schema of the entry. An entry might not have any schema attached to// it.Schema *GoogleCloudDatacatalogV1Schema `json:"schema,omitempty"`// ServiceSpec: Specification that applies to a Service resource.ServiceSpec *GoogleCloudDatacatalogV1ServiceSpec `json:"serviceSpec,omitempty"`// SourceSystemTimestamps: Timestamps from the underlying resource, not from// the Data Catalog entry. Output only when the entry has a system listed in// the `IntegratedSystem` enum. For entries with `user_specified_system`, this// field is optional and defaults to an empty timestamp.SourceSystemTimestamps *GoogleCloudDatacatalogV1SystemTimestamps `json:"sourceSystemTimestamps,omitempty"`// SqlDatabaseSystemSpec: Specification that applies to a relational database// system. Only settable when `user_specified_system` is equal to// `SQL_DATABASE`SqlDatabaseSystemSpec *GoogleCloudDatacatalogV1SqlDatabaseSystemSpec `json:"sqlDatabaseSystemSpec,omitempty"`// Type: The type of the entry. For details, see `EntryType` (#entrytype).//// Possible values:// "ENTRY_TYPE_UNSPECIFIED" - Default unknown type.// "TABLE" - The entry type that has a GoogleSQL schema, including logical// views.// "MODEL" - The type of models. For more information, see [Supported models// in BigQuery ML](/bigquery/docs/bqml-introduction#supported_models).// "DATA_STREAM" - An entry type for streaming entries. For example, a// Pub/Sub topic.// "FILESET" - An entry type for a set of files or objects. For example, a// Cloud Storage fileset.// "CLUSTER" - A group of servers that work together. For example, a Kafka// cluster.// "DATABASE" - A database.// "DATA_SOURCE_CONNECTION" - Connection to a data source. For example, a// BigQuery connection.// "ROUTINE" - Routine, for example, a BigQuery routine.// "LAKE" - A Dataplex Universal Catalog lake.// "ZONE" - A Dataplex Universal Catalog zone.// "SERVICE" - A service, for example, a Dataproc Metastore service.// "DATABASE_SCHEMA" - Schema within a relational database.// "DASHBOARD" - A Dashboard, for example from Looker.// "EXPLORE" - A Looker Explore. For more information, see [Looker Explore// API]// (https://developers.looker.com/api/explorer/4.0/methods/LookmlModel/lookml_model_explore).// "LOOK" - A Looker Look. For more information, see [Looker Look API]// (https://developers.looker.com/api/explorer/4.0/methods/Look).// "FEATURE_ONLINE_STORE" - Feature Online Store resource in Vertex AI// Feature Store.// "FEATURE_VIEW" - Feature View resource in Vertex AI Feature Store.// "FEATURE_GROUP" - Feature Group resource in Vertex AI Feature Store.Typestring `json:"type,omitempty"`// UsageSignal: Resource usage statistics.UsageSignal *GoogleCloudDatacatalogV1UsageSignal `json:"usageSignal,omitempty"`// UserSpecifiedSystem: Indicates the entry's source system that Data Catalog// doesn't automatically integrate with. The `user_specified_system` string has// the following limitations: * Is case insensitive. * Must begin with a letter// or underscore. * Can only contain letters, numbers, and underscores. * Must// be at least 1 character and at most 64 characters long.UserSpecifiedSystemstring `json:"userSpecifiedSystem,omitempty"`// UserSpecifiedType: Custom entry type that doesn't match any of the values// allowed for input and listed in the `EntryType` enum. When creating an// entry, first check the type values in the enum. If there are no appropriate// types for the new entry, provide a custom value, for example,// `my_special_type`. The `user_specified_type` string has the following// limitations: * Is case insensitive. * Must begin with a letter or// underscore. * Can only contain letters, numbers, and underscores. * Must be// at least 1 character and at most 64 characters long.UserSpecifiedTypestring `json:"userSpecifiedType,omitempty"`// ForceSendFields is a list of field names (e.g. "BigqueryDateShardedSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BigqueryDateShardedSpec") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1Entry: Entry metadata. A Data Catalog entryrepresents another resource in Google Cloud Platform (such as a BigQuerydataset or a Pub/Sub topic) or outside of it. You can use the`linked_resource` field in the entry resource to refer to the originalresource ID of the source system. An entry resource contains resourcedetails, for example, its schema. Additionally, you can attach flexiblemetadata to an entry in the form of a Tag.
func (GoogleCloudDatacatalogV1Entry)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1Entry) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1EntryOverview¶added inv0.112.0
type GoogleCloudDatacatalogV1EntryOverview struct {// Overview: Entry overview with support for rich text. The overview must only// contain Unicode characters, and should be formatted using HTML. The maximum// length is 10 MiB as this value holds HTML descriptions including encoded// images. The maximum length of the text without images is 100 KiB.Overviewstring `json:"overview,omitempty"`// ForceSendFields is a list of field names (e.g. "Overview") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Overview") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1EntryOverview: Entry overview fields for rich textdescriptions of entries.
func (GoogleCloudDatacatalogV1EntryOverview)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1EntryOverview) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1FeatureOnlineStoreSpec¶added inv0.167.0
type GoogleCloudDatacatalogV1FeatureOnlineStoreSpec struct {// StorageType: Output only. Type of underlying storage for the// FeatureOnlineStore.//// Possible values:// "STORAGE_TYPE_UNSPECIFIED" - Should not be used.// "BIGTABLE" - Underlsying storgae is Bigtable.// "OPTIMIZED" - Underlying is optimized online server (Lightning).StorageTypestring `json:"storageType,omitempty"`// ForceSendFields is a list of field names (e.g. "StorageType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "StorageType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1FeatureOnlineStoreSpec: Detail description of thesource information of a Vertex Feature Online Store.
func (GoogleCloudDatacatalogV1FeatureOnlineStoreSpec)MarshalJSON¶added inv0.167.0
func (sGoogleCloudDatacatalogV1FeatureOnlineStoreSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1FilesetSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1FilesetSpec struct {// DataplexFileset: Fields specific to a Dataplex Universal Catalog fileset and// present only in the Dataplex Universal Catalog fileset entries.DataplexFileset *GoogleCloudDatacatalogV1DataplexFilesetSpec `json:"dataplexFileset,omitempty"`// ForceSendFields is a list of field names (e.g. "DataplexFileset") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataplexFileset") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1FilesetSpec: Specification that applies to afileset. Valid only for entries with the 'FILESET' type.
func (GoogleCloudDatacatalogV1FilesetSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1FilesetSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1GcsFileSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1GcsFileSpec struct {// FilePath: Required. Full file path. Example: `gs://bucket_name/a/b.txt`.FilePathstring `json:"filePath,omitempty"`// GcsTimestamps: Output only. Creation, modification, and expiration// timestamps of a Cloud Storage file.GcsTimestamps *GoogleCloudDatacatalogV1SystemTimestamps `json:"gcsTimestamps,omitempty"`// SizeBytes: Output only. File size in bytes.SizeBytesint64 `json:"sizeBytes,omitempty,string"`// ForceSendFields is a list of field names (e.g. "FilePath") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FilePath") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1GcsFileSpec: Specification of a single file in CloudStorage.
func (GoogleCloudDatacatalogV1GcsFileSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1GcsFileSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1GcsFilesetSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1GcsFilesetSpec struct {// FilePatterns: Required. Patterns to identify a set of files in Google Cloud// Storage. For more information, see [Wildcard Names]// (https://cloud.google.com/storage/docs/wildcards). Note: Currently, bucket// wildcards are not supported. Examples of valid `file_patterns`: *// `gs://bucket_name/dir/*`: matches all files in `bucket_name/dir` directory *// `gs://bucket_name/dir/**`: matches all files in `bucket_name/dir` and all// subdirectories * `gs://bucket_name/file*`: matches files prefixed by `file`// in `bucket_name` * `gs://bucket_name/??.txt`: matches files with two// characters followed by `.txt` in `bucket_name` *// `gs://bucket_name/[aeiou].txt`: matches files that contain a single vowel// character followed by `.txt` in `bucket_name` *// `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or// `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/*/b`: matches// all files in `bucket_name` that match the `a/*/b` pattern, such as `a/c/b`,// `a/d/b` * `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`// You can combine wildcards to match complex sets of files, for example:// `gs://bucket_name/[a-m]??.j*g`FilePatterns []string `json:"filePatterns,omitempty"`// SampleGcsFileSpecs: Output only. Sample files contained in this fileset, not// all files contained in this fileset are represented here.SampleGcsFileSpecs []*GoogleCloudDatacatalogV1GcsFileSpec `json:"sampleGcsFileSpecs,omitempty"`// ForceSendFields is a list of field names (e.g. "FilePatterns") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FilePatterns") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1GcsFilesetSpec: Describes a Cloud Storage filesetentry.
func (GoogleCloudDatacatalogV1GcsFilesetSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1GcsFilesetSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ImportEntriesMetadata¶added inv0.107.0
type GoogleCloudDatacatalogV1ImportEntriesMetadata struct {// Errors: Partial errors that are encountered during the ImportEntries// operation. There is no guarantee that all the encountered errors are// reported. However, if no errors are reported, it means that no errors were// encountered.Errors []*Status `json:"errors,omitempty"`// State: State of the import operation.//// Possible values:// "IMPORT_STATE_UNSPECIFIED" - Default value. This value is unused.// "IMPORT_QUEUED" - The dump with entries has been queued for import.// "IMPORT_IN_PROGRESS" - The import of entries is in progress.// "IMPORT_DONE" - The import of entries has been finished.// "IMPORT_OBSOLETE" - The import of entries has been abandoned in favor of a// newer request.Statestring `json:"state,omitempty"`// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Errors") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ImportEntriesMetadata: Metadata message forlong-running operation returned by the ImportEntries.
func (GoogleCloudDatacatalogV1ImportEntriesMetadata)MarshalJSON¶added inv0.107.0
func (sGoogleCloudDatacatalogV1ImportEntriesMetadata) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ImportEntriesResponse¶added inv0.107.0
type GoogleCloudDatacatalogV1ImportEntriesResponse struct {// DeletedEntriesCount: Number of entries deleted as a result of import// operation.DeletedEntriesCountint64 `json:"deletedEntriesCount,omitempty,string"`// UpsertedEntriesCount: Cumulative number of entries created and entries// updated as a result of import operation.UpsertedEntriesCountint64 `json:"upsertedEntriesCount,omitempty,string"`// ForceSendFields is a list of field names (e.g. "DeletedEntriesCount") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DeletedEntriesCount") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ImportEntriesResponse: Response message forlong-running operation returned by the ImportEntries.
func (GoogleCloudDatacatalogV1ImportEntriesResponse)MarshalJSON¶added inv0.107.0
func (sGoogleCloudDatacatalogV1ImportEntriesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1LookerSystemSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1LookerSystemSpec struct {// ParentInstanceDisplayName: Name of the parent Looker Instance. Empty if it// does not exist.ParentInstanceDisplayNamestring `json:"parentInstanceDisplayName,omitempty"`// ParentInstanceId: ID of the parent Looker Instance. Empty if it does not// exist. Example value: `someinstance.looker.com`ParentInstanceIdstring `json:"parentInstanceId,omitempty"`// ParentModelDisplayName: Name of the parent Model. Empty if it does not// exist.ParentModelDisplayNamestring `json:"parentModelDisplayName,omitempty"`// ParentModelId: ID of the parent Model. Empty if it does not exist.ParentModelIdstring `json:"parentModelId,omitempty"`// ParentViewDisplayName: Name of the parent View. Empty if it does not exist.ParentViewDisplayNamestring `json:"parentViewDisplayName,omitempty"`// ParentViewId: ID of the parent View. Empty if it does not exist.ParentViewIdstring `json:"parentViewId,omitempty"`// ForceSendFields is a list of field names (e.g. "ParentInstanceDisplayName")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ParentInstanceDisplayName") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1LookerSystemSpec: Specification that applies toentries that are part `LOOKER` system (user_specified_type)
func (GoogleCloudDatacatalogV1LookerSystemSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1LookerSystemSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ModelSpec¶added inv0.139.0
type GoogleCloudDatacatalogV1ModelSpec struct {// VertexModelSpec: Specification for vertex model resources.VertexModelSpec *GoogleCloudDatacatalogV1VertexModelSpec `json:"vertexModelSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "VertexModelSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "VertexModelSpec") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ModelSpec: Specification that applies to a model.Valid only for entries with the `MODEL` type.
func (GoogleCloudDatacatalogV1ModelSpec)MarshalJSON¶added inv0.139.0
func (sGoogleCloudDatacatalogV1ModelSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1PersonalDetails¶added inv0.112.0
type GoogleCloudDatacatalogV1PersonalDetails struct {// StarTime: Set if the entry is starred; unset otherwise.StarTimestring `json:"starTime,omitempty"`// Starred: True if the entry is starred by the user; false otherwise.Starredbool `json:"starred,omitempty"`// ForceSendFields is a list of field names (e.g. "StarTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "StarTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1PersonalDetails: Entry metadata relevant only to theuser and private to them.
func (GoogleCloudDatacatalogV1PersonalDetails)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1PersonalDetails) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1PhysicalSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1PhysicalSchema struct {// Avro: Schema in Avro JSON format.Avro *GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema `json:"avro,omitempty"`// Csv: Marks a CSV-encoded data source.Csv *GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema `json:"csv,omitempty"`// Orc: Marks an ORC-encoded data source.Orc *GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema `json:"orc,omitempty"`// Parquet: Marks a Parquet-encoded data source.Parquet *GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema `json:"parquet,omitempty"`// Protobuf: Schema in protocol buffer format.Protobuf *GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema `json:"protobuf,omitempty"`// Thrift: Schema in Thrift format.Thrift *GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema `json:"thrift,omitempty"`// ForceSendFields is a list of field names (e.g. "Avro") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Avro") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1PhysicalSchema: Native schema used by a resourcerepresented as an entry. Used by query engines for deserializing and parsingsource data.
func (GoogleCloudDatacatalogV1PhysicalSchema)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1PhysicalSchema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1PhysicalSchemaAvroSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema struct {// Text: JSON source of the Avro schema.Textstring `json:"text,omitempty"`// ForceSendFields is a list of field names (e.g. "Text") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Text") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema: Schema in Avro JSONformat.
func (GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1PhysicalSchemaAvroSchema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1PhysicalSchemaCsvSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema struct {}GoogleCloudDatacatalogV1PhysicalSchemaCsvSchema: Marks a CSV-encoded datasource.
typeGoogleCloudDatacatalogV1PhysicalSchemaOrcSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema struct {}GoogleCloudDatacatalogV1PhysicalSchemaOrcSchema: Marks an ORC-encoded datasource.
typeGoogleCloudDatacatalogV1PhysicalSchemaParquetSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema struct {}GoogleCloudDatacatalogV1PhysicalSchemaParquetSchema: Marks a Parquet-encodeddata source.
typeGoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema struct {// Text: Protocol buffer source of the schema.Textstring `json:"text,omitempty"`// ForceSendFields is a list of field names (e.g. "Text") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Text") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema: Schema in protocolbuffer format.
func (GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1PhysicalSchemaThriftSchema¶added inv0.112.0
type GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema struct {// Text: Thrift IDL source of the schema.Textstring `json:"text,omitempty"`// ForceSendFields is a list of field names (e.g. "Text") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Text") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema: Schema in Thrift format.
func (GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1PhysicalSchemaThriftSchema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ReconcileTagsMetadata¶added inv0.110.0
type GoogleCloudDatacatalogV1ReconcileTagsMetadata struct {// Errors: Maps the name of each tagged column (or empty string for a sole// entry) to tagging operation status.Errors map[string]Status `json:"errors,omitempty"`// State: State of the reconciliation operation.//// Possible values:// "RECONCILIATION_STATE_UNSPECIFIED" - Default value. This value is unused.// "RECONCILIATION_QUEUED" - The reconciliation has been queued and awaits// for execution.// "RECONCILIATION_IN_PROGRESS" - The reconciliation is in progress.// "RECONCILIATION_DONE" - The reconciliation has been finished.Statestring `json:"state,omitempty"`// ForceSendFields is a list of field names (e.g. "Errors") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Errors") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ReconcileTagsMetadata: Long-running operationmetadata message returned by the ReconcileTags.
func (GoogleCloudDatacatalogV1ReconcileTagsMetadata)MarshalJSON¶added inv0.110.0
func (sGoogleCloudDatacatalogV1ReconcileTagsMetadata) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ReconcileTagsResponse¶added inv0.110.0
type GoogleCloudDatacatalogV1ReconcileTagsResponse struct {// CreatedTagsCount: Number of tags created in the request.CreatedTagsCountint64 `json:"createdTagsCount,omitempty,string"`// DeletedTagsCount: Number of tags deleted in the request.DeletedTagsCountint64 `json:"deletedTagsCount,omitempty,string"`// UpdatedTagsCount: Number of tags updated in the request.UpdatedTagsCountint64 `json:"updatedTagsCount,omitempty,string"`// ForceSendFields is a list of field names (e.g. "CreatedTagsCount") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreatedTagsCount") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ReconcileTagsResponse: Long-running operationresponse message returned by ReconcileTags.
func (GoogleCloudDatacatalogV1ReconcileTagsResponse)MarshalJSON¶added inv0.110.0
func (sGoogleCloudDatacatalogV1ReconcileTagsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1RoutineSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1RoutineSpec struct {// BigqueryRoutineSpec: Fields specific for BigQuery routines.BigqueryRoutineSpec *GoogleCloudDatacatalogV1BigQueryRoutineSpec `json:"bigqueryRoutineSpec,omitempty"`// DefinitionBody: The body of the routine.DefinitionBodystring `json:"definitionBody,omitempty"`// Language: The language the routine is written in. The exact value depends on// the source system. For BigQuery routines, possible values are: * `SQL` *// `JAVASCRIPT`Languagestring `json:"language,omitempty"`// ReturnType: Return type of the argument. The exact value depends on the// source system and the language.ReturnTypestring `json:"returnType,omitempty"`// RoutineArguments: Arguments of the routine.RoutineArguments []*GoogleCloudDatacatalogV1RoutineSpecArgument `json:"routineArguments,omitempty"`// RoutineType: The type of the routine.//// Possible values:// "ROUTINE_TYPE_UNSPECIFIED" - Unspecified type.// "SCALAR_FUNCTION" - Non-builtin permanent scalar function.// "PROCEDURE" - Stored procedure.RoutineTypestring `json:"routineType,omitempty"`// ForceSendFields is a list of field names (e.g. "BigqueryRoutineSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BigqueryRoutineSpec") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1RoutineSpec: Specification that applies to aroutine. Valid only for entries with the `ROUTINE` type.
func (GoogleCloudDatacatalogV1RoutineSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1RoutineSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1RoutineSpecArgument¶added inv0.112.0
type GoogleCloudDatacatalogV1RoutineSpecArgument struct {// Mode: Specifies whether the argument is input or output.//// Possible values:// "MODE_UNSPECIFIED" - Unspecified mode.// "IN" - The argument is input-only.// "OUT" - The argument is output-only.// "INOUT" - The argument is both an input and an output.Modestring `json:"mode,omitempty"`// Name: The name of the argument. A return argument of a function might not// have a name.Namestring `json:"name,omitempty"`// Type: Type of the argument. The exact value depends on the source system and// the language.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Mode") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Mode") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1RoutineSpecArgument: Input or output argument of afunction or stored procedure.
func (GoogleCloudDatacatalogV1RoutineSpecArgument)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1RoutineSpecArgument) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1Schema¶added inv0.112.0
type GoogleCloudDatacatalogV1Schema struct {// Columns: The unified GoogleSQL-like schema of columns. The overall maximum// number of columns and nested columns is 10,000. The maximum nested depth is// 15 levels.Columns []*GoogleCloudDatacatalogV1ColumnSchema `json:"columns,omitempty"`// ForceSendFields is a list of field names (e.g. "Columns") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Columns") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1Schema: Represents a schema, for example, aBigQuery, GoogleSQL, or Avro schema.
func (GoogleCloudDatacatalogV1Schema)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1Schema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ServiceSpec¶added inv0.115.0
type GoogleCloudDatacatalogV1ServiceSpec struct {// CloudBigtableInstanceSpec: Specification that applies to Instance entries of// `CLOUD_BIGTABLE` system.CloudBigtableInstanceSpec *GoogleCloudDatacatalogV1CloudBigtableInstanceSpec `json:"cloudBigtableInstanceSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "CloudBigtableInstanceSpec")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CloudBigtableInstanceSpec") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ServiceSpec: Specification that applies to a Serviceresource. Valid only for entries with the `SERVICE` type.
func (GoogleCloudDatacatalogV1ServiceSpec)MarshalJSON¶added inv0.115.0
func (sGoogleCloudDatacatalogV1ServiceSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1SqlDatabaseSystemSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1SqlDatabaseSystemSpec struct {// DatabaseVersion: Version of the database engine.DatabaseVersionstring `json:"databaseVersion,omitempty"`// InstanceHost: Host of the SQL database enum InstanceHost { UNDEFINED = 0;// SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the// enclousing database instance.InstanceHoststring `json:"instanceHost,omitempty"`// SqlEngine: SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1;// POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database// instance.SqlEnginestring `json:"sqlEngine,omitempty"`// ForceSendFields is a list of field names (e.g. "DatabaseVersion") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DatabaseVersion") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1SqlDatabaseSystemSpec: Specification that applies toentries that are part `SQL_DATABASE` system (user_specified_type)
func (GoogleCloudDatacatalogV1SqlDatabaseSystemSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1SqlDatabaseSystemSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1StorageProperties¶added inv0.112.0
type GoogleCloudDatacatalogV1StorageProperties struct {// FilePattern: Patterns to identify a set of files for this fileset. Examples// of a valid `file_pattern`: * `gs://bucket_name/dir/*`: matches all files in// the `bucket_name/dir` directory * `gs://bucket_name/dir/**`: matches all// files in the `bucket_name/dir` and all subdirectories recursively *// `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name`// * `gs://bucket_name/??.txt`: matches files with two characters followed by// `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that// contain a single vowel character followed by `.txt` in `bucket_name` *// `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or// `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/*/b`: matches// all files in `bucket_name` that match the `a/*/b` pattern, such as `a/c/b`,// `a/d/b` * `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`FilePattern []string `json:"filePattern,omitempty"`// FileType: File type in MIME format, for example, `text/plain`.FileTypestring `json:"fileType,omitempty"`// ForceSendFields is a list of field names (e.g. "FilePattern") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FilePattern") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1StorageProperties: Details the properties of theunderlying storage.
func (GoogleCloudDatacatalogV1StorageProperties)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1StorageProperties) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1SystemTimestamps¶added inv0.112.0
type GoogleCloudDatacatalogV1SystemTimestamps struct {// CreateTime: Creation timestamp of the resource within the given system.CreateTimestring `json:"createTime,omitempty"`// ExpireTime: Output only. Expiration timestamp of the resource within the// given system. Currently only applicable to BigQuery resources.ExpireTimestring `json:"expireTime,omitempty"`// UpdateTime: Timestamp of the last modification of the resource or its// metadata within a given system. Note: Depending on the source system, not// every modification updates this timestamp. For example, BigQuery timestamps// every metadata modification but not data or permission changes.UpdateTimestring `json:"updateTime,omitempty"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1SystemTimestamps: Timestamps associated with thisresource in a particular system.
func (GoogleCloudDatacatalogV1SystemTimestamps)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1SystemTimestamps) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1TableSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1TableSpec struct {// GroupedEntry: Output only. If the table is date-sharded, that is, it matches// the `[prefix]YYYYMMDD` name pattern, this field is the Data Catalog resource// name of the date-sharded grouped entry. For example:// `projects/{PROJECT_ID}/locations/{LOCATION}/entrygroups/{ENTRY_GROUP_ID}/entr// ies/{ENTRY_ID}`. Otherwise, `grouped_entry` is empty.GroupedEntrystring `json:"groupedEntry,omitempty"`// ForceSendFields is a list of field names (e.g. "GroupedEntry") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GroupedEntry") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1TableSpec: Normal BigQuery table specification.
func (GoogleCloudDatacatalogV1TableSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1TableSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1Tag¶added inv0.112.0
type GoogleCloudDatacatalogV1Tag struct {// Column: Resources like entry can have schemas associated with them. This// scope allows you to attach tags to an individual column based on that// schema. To attach a tag to a nested column, separate column names with a dot// (`.`). Example: `column.nested_column`.Columnstring `json:"column,omitempty"`// DataplexTransferStatus: Output only. Denotes the transfer status of the Tag// Template.//// Possible values:// "DATAPLEX_TRANSFER_STATUS_UNSPECIFIED" - Default value. TagTemplate and// its tags are only visible and editable in Data Catalog.// "MIGRATED" - TagTemplate and its tags are auto-copied to Dataplex// Universal Catalog service. Visible in both services. Editable in Data// Catalog, read-only in Dataplex Universal Catalog. Deprecated: Individual// TagTemplate migration is deprecated in favor of organization or project wide// TagTemplate migration opt-in.// "TRANSFERRED" - TagTemplate and its tags are auto-copied to Dataplex// Universal Catalog service. Visible in both services. Editable in Dataplex// Universal Catalog, read-only in Data Catalog.DataplexTransferStatusstring `json:"dataplexTransferStatus,omitempty"`// Fields: Required. Maps the ID of a tag field to its value and additional// information about that field. Tag template defines valid field IDs. A tag// must have at least 1 field and at most 500 fields.Fields map[string]GoogleCloudDatacatalogV1TagField `json:"fields,omitempty"`// Name: Identifier. The resource name of the tag in URL format where tag ID is// a system-generated identifier. Note: The tag itself might not be stored in// the location specified in its name.Namestring `json:"name,omitempty"`// Template: Required. The resource name of the tag template this tag uses.// Example:// `projects/{PROJECT_ID}/locations/{LOCATION}/tagTemplates/{TAG_TEMPLATE_ID}`// This field cannot be modified after creation.Templatestring `json:"template,omitempty"`// TemplateDisplayName: Output only. The display name of the tag template.TemplateDisplayNamestring `json:"templateDisplayName,omitempty"`// ForceSendFields is a list of field names (e.g. "Column") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Column") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1Tag: Tags contain custom metadata and are attachedto Data Catalog resources. Tags conform with the specification of their tagtemplate. See Data Catalog IAM(https://cloud.google.com/data-catalog/docs/concepts/iam) for information onthe permissions needed to create or view tags.
func (GoogleCloudDatacatalogV1Tag)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1Tag) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1TagField¶added inv0.112.0
type GoogleCloudDatacatalogV1TagField struct {// BoolValue: The value of a tag field with a boolean type.BoolValuebool `json:"boolValue,omitempty"`// DisplayName: Output only. The display name of this field.DisplayNamestring `json:"displayName,omitempty"`// DoubleValue: The value of a tag field with a double type.DoubleValuefloat64 `json:"doubleValue,omitempty"`// EnumValue: The value of a tag field with an enum type. This value must be// one of the allowed values listed in this enum.EnumValue *GoogleCloudDatacatalogV1TagFieldEnumValue `json:"enumValue,omitempty"`// Order: Output only. The order of this field with respect to other fields in// this tag. Can be set by Tag. For example, a higher value can indicate a more// important field. The value can be negative. Multiple fields can have the// same order, and field orders within a tag don't have to be sequential.Orderint64 `json:"order,omitempty"`// RichtextValue: The value of a tag field with a rich text type. The maximum// length is 10 MiB as this value holds HTML descriptions including encoded// images. The maximum length of the text without images is 100 KiB.RichtextValuestring `json:"richtextValue,omitempty"`// StringValue: The value of a tag field with a string type. The maximum length// is 2000 UTF-8 characters.StringValuestring `json:"stringValue,omitempty"`// TimestampValue: The value of a tag field with a timestamp type.TimestampValuestring `json:"timestampValue,omitempty"`// ForceSendFields is a list of field names (e.g. "BoolValue") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BoolValue") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1TagField: Contains the value and additionalinformation on a field within a Tag.
func (GoogleCloudDatacatalogV1TagField)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1TagField) MarshalJSON() ([]byte,error)
func (*GoogleCloudDatacatalogV1TagField)UnmarshalJSON¶added inv0.112.0
func (s *GoogleCloudDatacatalogV1TagField) UnmarshalJSON(data []byte)error
typeGoogleCloudDatacatalogV1TagFieldEnumValue¶added inv0.112.0
type GoogleCloudDatacatalogV1TagFieldEnumValue struct {// DisplayName: The display name of the enum value.DisplayNamestring `json:"displayName,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1TagFieldEnumValue: An enum value.
func (GoogleCloudDatacatalogV1TagFieldEnumValue)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1TagFieldEnumValue) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1TaggedEntry¶added inv0.112.0
type GoogleCloudDatacatalogV1TaggedEntry struct {// AbsentTags: Optional. Tags that should be deleted from the Data Catalog.// Caller should populate template name and column only.AbsentTags []*GoogleCloudDatacatalogV1Tag `json:"absentTags,omitempty"`// PresentTags: Optional. Tags that should be ingested into the Data Catalog.// Caller should populate template name, column and fields.PresentTags []*GoogleCloudDatacatalogV1Tag `json:"presentTags,omitempty"`// V1Entry: Non-encrypted Data Catalog v1 Entry.V1Entry *GoogleCloudDatacatalogV1Entry `json:"v1Entry,omitempty"`// ForceSendFields is a list of field names (e.g. "AbsentTags") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AbsentTags") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1TaggedEntry: Wrapper containing Entry andinformation about Tags that should and should not be attached to it.
func (GoogleCloudDatacatalogV1TaggedEntry)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1TaggedEntry) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1UsageSignal¶added inv0.112.0
type GoogleCloudDatacatalogV1UsageSignal struct {// CommonUsageWithinTimeRange: Common usage statistics over each of the// predefined time ranges. Supported time ranges are `{"24H", "7D", "30D",// "Lifetime"}`.CommonUsageWithinTimeRange map[string]GoogleCloudDatacatalogV1CommonUsageStats `json:"commonUsageWithinTimeRange,omitempty"`// FavoriteCount: Favorite count in the source system.FavoriteCountint64 `json:"favoriteCount,omitempty,string"`// UpdateTime: The end timestamp of the duration of usage statistics.UpdateTimestring `json:"updateTime,omitempty"`// UsageWithinTimeRange: Output only. BigQuery usage statistics over each of// the predefined time ranges. Supported time ranges are `{"24H", "7D",// "30D"}`.UsageWithinTimeRange map[string]GoogleCloudDatacatalogV1UsageStats `json:"usageWithinTimeRange,omitempty"`// ForceSendFields is a list of field names (e.g. "CommonUsageWithinTimeRange")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CommonUsageWithinTimeRange") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1UsageSignal: The set of all usage signals that DataCatalog stores. Note: Usually, these signals are updated daily. In rarecases, an update may fail but will be performed again on the next day.
func (GoogleCloudDatacatalogV1UsageSignal)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1UsageSignal) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1UsageStats¶added inv0.112.0
type GoogleCloudDatacatalogV1UsageStats struct {// TotalCancellations: The number of cancelled attempts to use the underlying// entry.TotalCancellationsfloat64 `json:"totalCancellations,omitempty"`// TotalCompletions: The number of successful uses of the underlying entry.TotalCompletionsfloat64 `json:"totalCompletions,omitempty"`// TotalExecutionTimeForCompletionsMillis: Total time spent only on successful// uses, in milliseconds.TotalExecutionTimeForCompletionsMillisfloat64 `json:"totalExecutionTimeForCompletionsMillis,omitempty"`// TotalFailures: The number of failed attempts to use the underlying entry.TotalFailuresfloat64 `json:"totalFailures,omitempty"`// ForceSendFields is a list of field names (e.g. "TotalCancellations") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TotalCancellations") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1UsageStats: Detailed statistics on the entry'susage. Usage statistics have the following limitations: - Only BigQuerytables have them. - They only include BigQuery query jobs. - They might beunderestimated because wildcard table references are not yet counted. Formore information, see [Querying multiple tables using a wildcard table](https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
func (GoogleCloudDatacatalogV1UsageStats)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1UsageStats) MarshalJSON() ([]byte,error)
func (*GoogleCloudDatacatalogV1UsageStats)UnmarshalJSON¶added inv0.112.0
func (s *GoogleCloudDatacatalogV1UsageStats) UnmarshalJSON(data []byte)error
typeGoogleCloudDatacatalogV1VertexDatasetSpec¶added inv0.139.0
type GoogleCloudDatacatalogV1VertexDatasetSpec struct {// DataItemCount: The number of DataItems in this Dataset. Only apply for// non-structured Dataset.DataItemCountint64 `json:"dataItemCount,omitempty,string"`// DataType: Type of the dataset.//// Possible values:// "DATA_TYPE_UNSPECIFIED" - Should not be used.// "TABLE" - Structured data dataset.// "IMAGE" - Image dataset which supports ImageClassification,// ImageObjectDetection and ImageSegmentation problems.// "TEXT" - Document dataset which supports TextClassification,// TextExtraction and TextSentiment problems.// "VIDEO" - Video dataset which supports VideoClassification,// VideoObjectTracking and VideoActionRecognition problems.// "CONVERSATION" - Conversation dataset which supports conversation// problems.// "TIME_SERIES" - TimeSeries dataset.// "DOCUMENT" - Document dataset which supports DocumentAnnotation problems.// "TEXT_TO_SPEECH" - TextToSpeech dataset which supports TextToSpeech// problems.// "TRANSLATION" - Translation dataset which supports Translation problems.// "STORE_VISION" - Store Vision dataset which is used for HITL integration.// "ENTERPRISE_KNOWLEDGE_GRAPH" - Enterprise Knowledge Graph dataset which is// used for HITL labeling integration.// "TEXT_PROMPT" - Text prompt dataset which supports Large Language Models.DataTypestring `json:"dataType,omitempty"`// ForceSendFields is a list of field names (e.g. "DataItemCount") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataItemCount") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1VertexDatasetSpec: Specification for vertex datasetresources.
func (GoogleCloudDatacatalogV1VertexDatasetSpec)MarshalJSON¶added inv0.139.0
func (sGoogleCloudDatacatalogV1VertexDatasetSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1VertexModelSourceInfo¶added inv0.139.0
type GoogleCloudDatacatalogV1VertexModelSourceInfo struct {// Copy: If this Model is copy of another Model. If true then source_type// pertains to the original.Copybool `json:"copy,omitempty"`// SourceType: Type of the model source.//// Possible values:// "MODEL_SOURCE_TYPE_UNSPECIFIED" - Should not be used.// "AUTOML" - The Model is uploaded by automl training pipeline.// "CUSTOM" - The Model is uploaded by user or custom training pipeline.// "BQML" - The Model is registered and sync'ed from BigQuery ML.// "MODEL_GARDEN" - The Model is saved or tuned from Model Garden.// "GENIE" - The Model is saved or tuned from Genie.// "CUSTOM_TEXT_EMBEDDING" - The Model is uploaded by text embedding// finetuning pipeline.// "MARKETPLACE" - The Model is saved or tuned from Marketplace.SourceTypestring `json:"sourceType,omitempty"`// ForceSendFields is a list of field names (e.g. "Copy") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Copy") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1VertexModelSourceInfo: Detail description of thesource information of a Vertex model.
func (GoogleCloudDatacatalogV1VertexModelSourceInfo)MarshalJSON¶added inv0.139.0
func (sGoogleCloudDatacatalogV1VertexModelSourceInfo) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1VertexModelSpec¶added inv0.139.0
type GoogleCloudDatacatalogV1VertexModelSpec struct {// ContainerImageUri: URI of the Docker image to be used as the custom// container for serving predictions.ContainerImageUristring `json:"containerImageUri,omitempty"`// VersionAliases: User provided version aliases so that a model version can be// referenced via aliasVersionAliases []string `json:"versionAliases,omitempty"`// VersionDescription: The description of this version.VersionDescriptionstring `json:"versionDescription,omitempty"`// VersionId: The version ID of the model.VersionIdstring `json:"versionId,omitempty"`// VertexModelSourceInfo: Source of a Vertex model.VertexModelSourceInfo *GoogleCloudDatacatalogV1VertexModelSourceInfo `json:"vertexModelSourceInfo,omitempty"`// ForceSendFields is a list of field names (e.g. "ContainerImageUri") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ContainerImageUri") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1VertexModelSpec: Specification for vertex modelresources.
func (GoogleCloudDatacatalogV1VertexModelSpec)MarshalJSON¶added inv0.139.0
func (sGoogleCloudDatacatalogV1VertexModelSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1ViewSpec¶added inv0.112.0
type GoogleCloudDatacatalogV1ViewSpec struct {// ViewQuery: Output only. The query that defines the table view.ViewQuerystring `json:"viewQuery,omitempty"`// ForceSendFields is a list of field names (e.g. "ViewQuery") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ViewQuery") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1ViewSpec: Table view specification.
func (GoogleCloudDatacatalogV1ViewSpec)MarshalJSON¶added inv0.112.0
func (sGoogleCloudDatacatalogV1ViewSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec¶
type GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec struct {// Dataset: Output only. The Data Catalog resource name of the dataset entry// the current table belongs to, for example,// `projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entr// ies/{entry_id}`.Datasetstring `json:"dataset,omitempty"`// ShardCount: Output only. Total number of shards.ShardCountint64 `json:"shardCount,omitempty,string"`// TablePrefix: Output only. The table name prefix of the shards. The name of// any given shard is `[table_prefix]YYYYMMDD`, for example, for shard// `MyTable20180101`, the `table_prefix` is `MyTable`.TablePrefixstring `json:"tablePrefix,omitempty"`// ForceSendFields is a list of field names (e.g. "Dataset") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Dataset") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec: Spec for a group ofBigQuery tables with name pattern `[prefix]YYYYMMDD`. Context:https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding
func (GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1BigQueryTableSpec¶
type GoogleCloudDatacatalogV1beta1BigQueryTableSpec struct {// TableSourceType: Output only. The table source type.//// Possible values:// "TABLE_SOURCE_TYPE_UNSPECIFIED" - Default unknown type.// "BIGQUERY_VIEW" - Table view.// "BIGQUERY_TABLE" - BigQuery native table.// "BIGQUERY_MATERIALIZED_VIEW" - BigQuery materialized view.TableSourceTypestring `json:"tableSourceType,omitempty"`// TableSpec: Spec of a BigQuery table. This field should only be populated if// `table_source_type` is `BIGQUERY_TABLE`.TableSpec *GoogleCloudDatacatalogV1beta1TableSpec `json:"tableSpec,omitempty"`// ViewSpec: Table view specification. This field should only be populated if// `table_source_type` is `BIGQUERY_VIEW`.ViewSpec *GoogleCloudDatacatalogV1beta1ViewSpec `json:"viewSpec,omitempty"`// ForceSendFields is a list of field names (e.g. "TableSourceType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TableSourceType") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1BigQueryTableSpec: Describes a BigQuery table.
func (GoogleCloudDatacatalogV1beta1BigQueryTableSpec)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1BigQueryTableSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ColumnSchema¶
type GoogleCloudDatacatalogV1beta1ColumnSchema struct {// Column: Required. Name of the column.Columnstring `json:"column,omitempty"`// Description: Optional. Description of the column. Default value is an empty// string.Descriptionstring `json:"description,omitempty"`// Mode: Optional. A column's mode indicates whether the values in this column// are required, nullable, etc. Only `NULLABLE`, `REQUIRED` and `REPEATED` are// supported. Default mode is `NULLABLE`.Modestring `json:"mode,omitempty"`// Subcolumns: Optional. Schema of sub-columns. A column can have zero or more// sub-columns.Subcolumns []*GoogleCloudDatacatalogV1beta1ColumnSchema `json:"subcolumns,omitempty"`// Type: Required. Type of the column.Typestring `json:"type,omitempty"`// ForceSendFields is a list of field names (e.g. "Column") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Column") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ColumnSchema: Representation of a column withina schema. Columns could be nested inside other columns.
func (GoogleCloudDatacatalogV1beta1ColumnSchema)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1ColumnSchema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1Entry¶
type GoogleCloudDatacatalogV1beta1Entry struct {// BigqueryDateShardedSpec: Specification for a group of BigQuery tables with// name pattern `[prefix]YYYYMMDD`. Context://https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding.BigqueryDateShardedSpec *GoogleCloudDatacatalogV1beta1BigQueryDateShardedSpec `json:"bigqueryDateShardedSpec,omitempty"`// BigqueryTableSpec: Specification that applies to a BigQuery table. This is// only valid on entries of type `TABLE`.BigqueryTableSpec *GoogleCloudDatacatalogV1beta1BigQueryTableSpec `json:"bigqueryTableSpec,omitempty"`// Description: Entry description, which can consist of several sentences or// paragraphs that describe entry contents. Default value is an empty string.Descriptionstring `json:"description,omitempty"`// DisplayName: Display information such as title and description. A short name// to identify the entry, for example, "Analytics Data - Jan 2011". Default// value is an empty string.DisplayNamestring `json:"displayName,omitempty"`// GcsFilesetSpec: Specification that applies to a Cloud Storage fileset. This// is only valid on entries of type FILESET.GcsFilesetSpec *GoogleCloudDatacatalogV1beta1GcsFilesetSpec `json:"gcsFilesetSpec,omitempty"`// IntegratedSystem: Output only. This field indicates the entry's source// system that Data Catalog integrates with, such as BigQuery or Pub/Sub.//// Possible values:// "INTEGRATED_SYSTEM_UNSPECIFIED" - Default unknown system.// "BIGQUERY" - BigQuery.// "CLOUD_PUBSUB" - Cloud Pub/Sub.IntegratedSystemstring `json:"integratedSystem,omitempty"`// LinkedResource: The resource this metadata entry refers to. For Google Cloud// Platform resources, `linked_resource` is the full name of the resource// (https://cloud.google.com/apis/design/resource_names#full_resource_name).// For example, the `linked_resource` for a table resource from BigQuery is: *// //bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/tableI// d Output only when Entry is of type in the EntryType enum. For entries with// user_specified_type, this field is optional and defaults to an empty string.LinkedResourcestring `json:"linkedResource,omitempty"`// Name: Output only. Identifier. The Data Catalog resource name of the entry// in URL format. Example: *// projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entri// es/{entry_id} Note that this Entry and its child resources may not actually// be stored in the location in this name.Namestring `json:"name,omitempty"`// Schema: Schema of the entry. An entry might not have any schema attached to// it.Schema *GoogleCloudDatacatalogV1beta1Schema `json:"schema,omitempty"`// SourceSystemTimestamps: Output only. Timestamps about the underlying// resource, not about this Data Catalog entry. Output only when Entry is of// type in the EntryType enum. For entries with user_specified_type, this field// is optional and defaults to an empty timestamp.SourceSystemTimestamps *GoogleCloudDatacatalogV1beta1SystemTimestamps `json:"sourceSystemTimestamps,omitempty"`// Type: The type of the entry. Only used for Entries with types in the// EntryType enum.//// Possible values:// "ENTRY_TYPE_UNSPECIFIED" - Default unknown type.// "TABLE" - Output only. The type of entry that has a GoogleSQL schema,// including logical views.// "MODEL" - Output only. The type of models.//https://cloud.google.com/bigquery-ml/docs/bigqueryml-intro// "DATA_STREAM" - Output only. An entry type which is used for streaming// entries. Example: Pub/Sub topic.// "FILESET" - An entry type which is a set of files or objects. Example:// Cloud Storage fileset.Typestring `json:"type,omitempty"`// UsageSignal: Output only. Statistics on the usage level of the resource.UsageSignal *GoogleCloudDatacatalogV1beta1UsageSignal `json:"usageSignal,omitempty"`// UserSpecifiedSystem: This field indicates the entry's source system that// Data Catalog does not integrate with. `user_specified_system` strings must// begin with a letter or underscore and can only contain letters, numbers, and// underscores; are case insensitive; must be at least 1 character and at most// 64 characters long.UserSpecifiedSystemstring `json:"userSpecifiedSystem,omitempty"`// UserSpecifiedType: Entry type if it does not fit any of the input-allowed// values listed in `EntryType` enum above. When creating an entry, users// should check the enum values first, if nothing matches the entry to be// created, then provide a custom value, for example "my_special_type".// `user_specified_type` strings must begin with a letter or underscore and can// only contain letters, numbers, and underscores; are case insensitive; must// be at least 1 character and at most 64 characters long. Currently, only// FILESET enum value is allowed. All other entries created through Data// Catalog must use `user_specified_type`.UserSpecifiedTypestring `json:"userSpecifiedType,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "BigqueryDateShardedSpec") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BigqueryDateShardedSpec") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1Entry: Entry Metadata. A Data Catalog Entryresource represents another resource in Google Cloud Platform (such as aBigQuery dataset or a Pub/Sub topic), or outside of Google Cloud Platform.Clients can use the `linked_resource` field in the Entry resource to referto the original resource ID of the source system. An Entry resource containsresource details, such as its schema. An Entry can also be used to attachflexible metadata, such as a Tag.
func (GoogleCloudDatacatalogV1beta1Entry)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1Entry) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1EntryGroup¶
type GoogleCloudDatacatalogV1beta1EntryGroup struct {// DataCatalogTimestamps: Output only. Timestamps about this EntryGroup.// Default value is empty timestamps.DataCatalogTimestamps *GoogleCloudDatacatalogV1beta1SystemTimestamps `json:"dataCatalogTimestamps,omitempty"`// Description: Entry group description, which can consist of several sentences// or paragraphs that describe entry group contents. Default value is an empty// string.Descriptionstring `json:"description,omitempty"`// DisplayName: A short name to identify the entry group, for example,// "analytics data - jan 2011". Default value is an empty string.DisplayNamestring `json:"displayName,omitempty"`// Name: Identifier. The resource name of the entry group in URL format.// Example: *// projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note// that this EntryGroup and its child resources may not actually be stored in// the location in this name.Namestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DataCatalogTimestamps") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataCatalogTimestamps") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1EntryGroup: EntryGroup Metadata. An EntryGroupresource represents a logical grouping of zero or more Data Catalog Entryresources.
func (GoogleCloudDatacatalogV1beta1EntryGroup)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1EntryGroup) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse struct {// Taxonomies: List of taxonomies and policy tags in a tree structure.Taxonomies []*GoogleCloudDatacatalogV1beta1SerializedTaxonomy `json:"taxonomies,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Taxonomies") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Taxonomies") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse: Response message forExportTaxonomies.
func (GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1FieldType¶
type GoogleCloudDatacatalogV1beta1FieldType struct {// EnumType: Represents an enum type.EnumType *GoogleCloudDatacatalogV1beta1FieldTypeEnumType `json:"enumType,omitempty"`// PrimitiveType: Represents primitive types - string, bool etc.//// Possible values:// "PRIMITIVE_TYPE_UNSPECIFIED" - This is the default invalid value for a// type.// "DOUBLE" - A double precision number.// "STRING" - An UTF-8 string.// "BOOL" - A boolean value.// "TIMESTAMP" - A timestamp.PrimitiveTypestring `json:"primitiveType,omitempty"`// ForceSendFields is a list of field names (e.g. "EnumType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EnumType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudDatacatalogV1beta1FieldType)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1FieldType) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1FieldTypeEnumType¶
type GoogleCloudDatacatalogV1beta1FieldTypeEnumType struct {AllowedValues []*GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue `json:"allowedValues,omitempty"`// ForceSendFields is a list of field names (e.g. "AllowedValues") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AllowedValues") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudDatacatalogV1beta1FieldTypeEnumType)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1FieldTypeEnumType) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue¶
type GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue struct {// DisplayName: Required. The display name of the enum value. Must not be an// empty string.DisplayNamestring `json:"displayName,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}func (GoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1FieldTypeEnumTypeEnumValue) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1GcsFileSpec¶
type GoogleCloudDatacatalogV1beta1GcsFileSpec struct {// FilePath: Required. The full file path. Example: `gs://bucket_name/a/b.txt`.FilePathstring `json:"filePath,omitempty"`// GcsTimestamps: Output only. Timestamps about the Cloud Storage file.GcsTimestamps *GoogleCloudDatacatalogV1beta1SystemTimestamps `json:"gcsTimestamps,omitempty"`// SizeBytes: Output only. The size of the file, in bytes.SizeBytesint64 `json:"sizeBytes,omitempty,string"`// ForceSendFields is a list of field names (e.g. "FilePath") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FilePath") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1GcsFileSpec: Specifications of a single file inCloud Storage.
func (GoogleCloudDatacatalogV1beta1GcsFileSpec)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1GcsFileSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1GcsFilesetSpec¶
type GoogleCloudDatacatalogV1beta1GcsFilesetSpec struct {// FilePatterns: Required. Patterns to identify a set of files in Google Cloud// Storage. See Cloud Storage documentation// (https://cloud.google.com/storage/docs/wildcards) for more information. Note// that bucket wildcards are currently not supported. Examples of valid// file_patterns: * `gs://bucket_name/dir/*`: matches all files within// `bucket_name/dir` directory. * `gs://bucket_name/dir/**`: matches all files// in `bucket_name/dir` spanning all subdirectories. *// `gs://bucket_name/file*`: matches files prefixed by `file` in `bucket_name`// * `gs://bucket_name/??.txt`: matches files with two characters followed by// `.txt` in `bucket_name` * `gs://bucket_name/[aeiou].txt`: matches files that// contain a single vowel character followed by `.txt` in `bucket_name` *// `gs://bucket_name/[a-m].txt`: matches files that contain `a`, `b`, ... or// `m` followed by `.txt` in `bucket_name` * `gs://bucket_name/a/*/b`: matches// all files in `bucket_name` that match `a/*/b` pattern, such as `a/c/b`,// `a/d/b` * `gs://another_bucket/a.txt`: matches `gs://another_bucket/a.txt`// You can combine wildcards to provide more powerful matches, for example: *// `gs://bucket_name/[a-m]??.j*g`FilePatterns []string `json:"filePatterns,omitempty"`// SampleGcsFileSpecs: Output only. Sample files contained in this fileset, not// all files contained in this fileset are represented here.SampleGcsFileSpecs []*GoogleCloudDatacatalogV1beta1GcsFileSpec `json:"sampleGcsFileSpecs,omitempty"`// ForceSendFields is a list of field names (e.g. "FilePatterns") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FilePatterns") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1GcsFilesetSpec: Describes a Cloud Storagefileset entry.
func (GoogleCloudDatacatalogV1beta1GcsFilesetSpec)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1GcsFilesetSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest struct {// InlineSource: Inline source used for taxonomies to be imported.InlineSource *GoogleCloudDatacatalogV1beta1InlineSource `json:"inlineSource,omitempty"`// ForceSendFields is a list of field names (e.g. "InlineSource") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "InlineSource") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest: Request message forImportTaxonomies.
func (GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse struct {// Taxonomies: Taxonomies that were imported.Taxonomies []*GoogleCloudDatacatalogV1beta1Taxonomy `json:"taxonomies,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Taxonomies") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Taxonomies") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse: Response message forImportTaxonomies.
func (GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1InlineSource¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1InlineSource struct {// Taxonomies: Required. Taxonomies to be imported.Taxonomies []*GoogleCloudDatacatalogV1beta1SerializedTaxonomy `json:"taxonomies,omitempty"`// ForceSendFields is a list of field names (e.g. "Taxonomies") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Taxonomies") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1InlineSource: Inline source used for taxonomiesimport.
func (GoogleCloudDatacatalogV1beta1InlineSource)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1InlineSource) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ListEntriesResponse¶added inv0.18.0
type GoogleCloudDatacatalogV1beta1ListEntriesResponse struct {// Entries: Entry details.Entries []*GoogleCloudDatacatalogV1beta1Entry `json:"entries,omitempty"`// NextPageToken: Token to retrieve the next page of results. It is set to// empty if no items remain in results.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Entries") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Entries") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ListEntriesResponse: Response message forListEntries.
func (GoogleCloudDatacatalogV1beta1ListEntriesResponse)MarshalJSON¶added inv0.18.0
func (sGoogleCloudDatacatalogV1beta1ListEntriesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ListEntryGroupsResponse¶added inv0.18.0
type GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse struct {// EntryGroups: EntryGroup details.EntryGroups []*GoogleCloudDatacatalogV1beta1EntryGroup `json:"entryGroups,omitempty"`// NextPageToken: Token to retrieve the next page of results. It is set to// empty if no items remain in results.NextPageTokenstring `json:"nextPageToken,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "EntryGroups") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "EntryGroups") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse: Response message forListEntryGroups.
func (GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse)MarshalJSON¶added inv0.18.0
func (sGoogleCloudDatacatalogV1beta1ListEntryGroupsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ListPolicyTagsResponse¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse struct {// NextPageToken: Token used to retrieve the next page of results, or empty if// there are no more results in the list.NextPageTokenstring `json:"nextPageToken,omitempty"`// PolicyTags: The policy tags that are in the requested taxonomy.PolicyTags []*GoogleCloudDatacatalogV1beta1PolicyTag `json:"policyTags,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse: Response message forListPolicyTags.
func (GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1ListPolicyTagsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ListTagsResponse¶
type GoogleCloudDatacatalogV1beta1ListTagsResponse struct {// NextPageToken: Token to retrieve the next page of results. It is set to// empty if no items remain in results.NextPageTokenstring `json:"nextPageToken,omitempty"`// Tags: Tag details.Tags []*GoogleCloudDatacatalogV1beta1Tag `json:"tags,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ListTagsResponse: Response message forListTags.
func (GoogleCloudDatacatalogV1beta1ListTagsResponse)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1ListTagsResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1ListTaxonomiesResponse¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse struct {// NextPageToken: Token used to retrieve the next page of results, or empty if// there are no more results in the list.NextPageTokenstring `json:"nextPageToken,omitempty"`// Taxonomies: Taxonomies that the project contains.Taxonomies []*GoogleCloudDatacatalogV1beta1Taxonomy `json:"taxonomies,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse: Response message forListTaxonomies.
func (GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1ListTaxonomiesResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1PolicyTag¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1PolicyTag struct {// ChildPolicyTags: Output only. Resource names of child policy tags of this// policy tag.ChildPolicyTags []string `json:"childPolicyTags,omitempty"`// Description: Description of this policy tag. It must: contain only unicode// characters, tabs, newlines, carriage returns and page breaks; and be at most// 2000 bytes long when encoded in UTF-8. If not set, defaults to an empty// description. If not set, defaults to an empty description.Descriptionstring `json:"description,omitempty"`// DisplayName: Required. User defined name of this policy tag. It must: be// unique within the parent taxonomy; contain only unicode letters, numbers,// underscores, dashes and spaces; not start or end with spaces; and be at most// 200 bytes long when encoded in UTF-8.DisplayNamestring `json:"displayName,omitempty"`// Name: Identifier. Resource name of this policy tag, whose format is:// "projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/p// olicyTags/{id}".Namestring `json:"name,omitempty"`// ParentPolicyTag: Resource name of this policy tag's parent policy tag (e.g.// for the "LatLong" policy tag in the example above, this field contains the// resource name of the "Geolocation" policy tag). If empty, it means this// policy tag is a top level policy tag (e.g. this field is empty for the// "Geolocation" policy tag in the example above). If not set, defaults to an// empty string.ParentPolicyTagstring `json:"parentPolicyTag,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ChildPolicyTags") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ChildPolicyTags") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1PolicyTag: Denotes one policy tag in a taxonomy(e.g. ssn). Policy Tags can be defined in a hierarchy. For example, considerthe following hierarchy: Geolocation -> (LatLong, City, ZipCode). PolicyTag"Geolocation" contains three child policy tags: "LatLong", "City", and"ZipCode".
func (GoogleCloudDatacatalogV1beta1PolicyTag)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1PolicyTag) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest¶added inv0.29.0
type GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest struct {// NewEnumValueDisplayName: Required. The new display name of the enum value.// For example, `my_new_enum_value`.NewEnumValueDisplayNamestring `json:"newEnumValueDisplayName,omitempty"`// ForceSendFields is a list of field names (e.g. "NewEnumValueDisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NewEnumValueDisplayName") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest: Requestmessage for RenameTagTemplateFieldEnumValue.
func (GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest)MarshalJSON¶added inv0.29.0
func (sGoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest¶
type GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest struct {// NewTagTemplateFieldId: Required. The new ID of this tag template field. For// example, `my_new_field`.NewTagTemplateFieldIdstring `json:"newTagTemplateFieldId,omitempty"`// ForceSendFields is a list of field names (e.g. "NewTagTemplateFieldId") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NewTagTemplateFieldId") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest: Request messagefor RenameTagTemplateField.
func (GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1Schema¶
type GoogleCloudDatacatalogV1beta1Schema struct {// Columns: Required. Schema of columns. A maximum of 10,000 columns and// sub-columns can be specified.Columns []*GoogleCloudDatacatalogV1beta1ColumnSchema `json:"columns,omitempty"`// ForceSendFields is a list of field names (e.g. "Columns") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Columns") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1Schema: Represents a schema (e.g. BigQuery,GoogleSQL, Avro schema).
func (GoogleCloudDatacatalogV1beta1Schema)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1Schema) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1SearchCatalogRequest¶
type GoogleCloudDatacatalogV1beta1SearchCatalogRequest struct {// OrderBy: Specifies the ordering of results, currently supported// case-sensitive choices are: * `relevance`, only supports descending *// `last_modified_timestamp [asc|desc]`, defaults to descending if not// specified * `default` that can only be descending If not specified, defaults// to `relevance` descending.OrderBystring `json:"orderBy,omitempty"`// PageSize: Number of results in the search page. If <=0 then defaults to 10.// Max limit for page_size is 1000. Throws an invalid argument for page_size >// 1000.PageSizeint64 `json:"pageSize,omitempty"`// PageToken: Optional. Pagination token returned in an earlier// SearchCatalogResponse.next_page_token, which indicates that this is a// continuation of a prior SearchCatalogRequest call, and that the system// should return the next page of data. If empty, the first page is returned.PageTokenstring `json:"pageToken,omitempty"`// Query: Optional. The query string in search query syntax. An empty query// string will result in all data assets (in the specified scope) that the user// has access to. Query strings can be simple as "x" or more qualified as: *// name:x * column:x * description:y Note: Query tokens need to have a minimum// of 3 characters for substring matching to work correctly. See Data Catalog// Search Syntax// (https://cloud.google.com/data-catalog/docs/how-to/search-reference) for// more information.Querystring `json:"query,omitempty"`// Scope: Required. The scope of this search request. A `scope` that has empty// `include_org_ids`, `include_project_ids` AND false// `include_gcp_public_datasets` is considered invalid. Data Catalog will// return an error in such a case.Scope *GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope `json:"scope,omitempty"`// ForceSendFields is a list of field names (e.g. "OrderBy") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "OrderBy") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1SearchCatalogRequest: Request message forSearchCatalog.
func (GoogleCloudDatacatalogV1beta1SearchCatalogRequest)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1SearchCatalogRequest) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1SearchCatalogRequestScope¶
type GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope struct {// IncludeGcpPublicDatasets: If `true`, include Google Cloud public datasets in// the search results. Info on Google Cloud public datasets is available at//https://cloud.google.com/public-datasets/. By default, Google Cloud public// datasets are excluded.IncludeGcpPublicDatasetsbool `json:"includeGcpPublicDatasets,omitempty"`// IncludeOrgIds: The list of organization IDs to search within. To find your// organization ID, follow instructions in//https://cloud.google.com/resource-manager/docs/creating-managing-organization.IncludeOrgIds []string `json:"includeOrgIds,omitempty"`// IncludeProjectIds: The list of project IDs to search within. To learn more// about the distinction between project names/IDs/numbers, go to//https://cloud.google.com/docs/overview/#projects.IncludeProjectIds []string `json:"includeProjectIds,omitempty"`// RestrictedLocations: Optional. The list of locations to search within. 1. If// empty, search will be performed in all locations; 2. If any of the locations// are NOT in the valid locations list, error will be returned; 3. Otherwise,// search only the given locations for matching results. Typical usage is to// leave this field empty. When a location is unreachable as returned in the// `SearchCatalogResponse.unreachable` field, users can repeat the search// request with this parameter set to get additional information on the error.// Valid locations: * asia-east1 * asia-east2 * asia-northeast1 *// asia-northeast2 * asia-northeast3 * asia-south1 * asia-southeast1 *// australia-southeast1 * eu * europe-north1 * europe-west1 * europe-west2 *// europe-west3 * europe-west4 * europe-west6 * global *// northamerica-northeast1 * southamerica-east1 * us * us-central1 * us-east1 *// us-east4 * us-west1 * us-west2RestrictedLocations []string `json:"restrictedLocations,omitempty"`// ForceSendFields is a list of field names (e.g. "IncludeGcpPublicDatasets")// to unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "IncludeGcpPublicDatasets") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope: The criteria thatselect the subspace used for query matching.
func (GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1SearchCatalogRequestScope) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1SearchCatalogResponse¶
type GoogleCloudDatacatalogV1beta1SearchCatalogResponse struct {// NextPageToken: The token that can be used to retrieve the next page of// results.NextPageTokenstring `json:"nextPageToken,omitempty"`// Results: Search results.Results []*GoogleCloudDatacatalogV1beta1SearchCatalogResult `json:"results,omitempty"`// TotalSize: The approximate total number of entries matched by the query.TotalSizeint64 `json:"totalSize,omitempty"`// Unreachable: Unreachable locations. Search result does not include data from// those locations. Users can get additional information on the error by// repeating the search request with a more restrictive parameter -- setting// the value for `SearchDataCatalogRequest.scope.restricted_locations`.Unreachable []string `json:"unreachable,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "NextPageToken") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "NextPageToken") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1SearchCatalogResponse: Response message forSearchCatalog.
func (GoogleCloudDatacatalogV1beta1SearchCatalogResponse)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1SearchCatalogResponse) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1SearchCatalogResult¶
type GoogleCloudDatacatalogV1beta1SearchCatalogResult struct {// LinkedResource: The full name of the cloud resource the entry belongs to.// See:https://cloud.google.com/apis/design/resource_names#full_resource_name.// Example: *// `//bigquery.googleapis.com/projects/projectId/datasets/datasetId/tables/table// Id`LinkedResourcestring `json:"linkedResource,omitempty"`// ModifyTime: Last-modified timestamp of the entry from the managing system.ModifyTimestring `json:"modifyTime,omitempty"`// RelativeResourceName: The relative resource name of the resource in URL// format. Examples: *// `projects/{project_id}/locations/{location_id}/entryGroups/{entry_group_id}/e// ntries/{entry_id}` * `projects/{project_id}/tagTemplates/{tag_template_id}`RelativeResourceNamestring `json:"relativeResourceName,omitempty"`// SearchResultSubtype: Sub-type of the search result. This is a dot-delimited// description of the resource's full type, and is the same as the value// callers would provide in the "type" search facet. Examples: `entry.table`,// `entry.dataStream`, `tagTemplate`.SearchResultSubtypestring `json:"searchResultSubtype,omitempty"`// SearchResultType: Type of the search result. This field can be used to// determine which Get method to call to fetch the full resource.//// Possible values:// "SEARCH_RESULT_TYPE_UNSPECIFIED" - Default unknown type.// "ENTRY" - An Entry.// "TAG_TEMPLATE" - A TagTemplate.// "ENTRY_GROUP" - An EntryGroup.SearchResultTypestring `json:"searchResultType,omitempty"`// ForceSendFields is a list of field names (e.g. "LinkedResource") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "LinkedResource") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1SearchCatalogResult: A result that appears inthe response of a search request. Each result captures details of one entrythat matches the search.
func (GoogleCloudDatacatalogV1beta1SearchCatalogResult)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1SearchCatalogResult) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1SerializedPolicyTag¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1SerializedPolicyTag struct {// ChildPolicyTags: Children of the policy tag if any.ChildPolicyTags []*GoogleCloudDatacatalogV1beta1SerializedPolicyTag `json:"childPolicyTags,omitempty"`// Description: Description of the serialized policy tag. The length of the// description is limited to 2000 bytes when encoded in UTF-8. If not set,// defaults to an empty description.Descriptionstring `json:"description,omitempty"`// DisplayName: Required. Display name of the policy tag. Max 200 bytes when// encoded in UTF-8.DisplayNamestring `json:"displayName,omitempty"`// PolicyTag: Resource name of the policy tag. This field will be ignored when// calling ImportTaxonomies.PolicyTagstring `json:"policyTag,omitempty"`// ForceSendFields is a list of field names (e.g. "ChildPolicyTags") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ChildPolicyTags") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1SerializedPolicyTag: Message representing onepolicy tag when exported as a nested proto.
func (GoogleCloudDatacatalogV1beta1SerializedPolicyTag)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1SerializedPolicyTag) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1SerializedTaxonomy¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1SerializedTaxonomy struct {// ActivatedPolicyTypes: A list of policy types that are activated for a// taxonomy.//// Possible values:// "POLICY_TYPE_UNSPECIFIED" - Unspecified policy type.// "FINE_GRAINED_ACCESS_CONTROL" - Fine grained access control policy, which// enables access control on tagged resources.ActivatedPolicyTypes []string `json:"activatedPolicyTypes,omitempty"`// Description: Description of the serialized taxonomy. The length of the// description is limited to 2000 bytes when encoded in UTF-8. If not set,// defaults to an empty description.Descriptionstring `json:"description,omitempty"`// DisplayName: Required. Display name of the taxonomy. Max 200 bytes when// encoded in UTF-8.DisplayNamestring `json:"displayName,omitempty"`// PolicyTags: Top level policy tags associated with the taxonomy if any.PolicyTags []*GoogleCloudDatacatalogV1beta1SerializedPolicyTag `json:"policyTags,omitempty"`// ForceSendFields is a list of field names (e.g. "ActivatedPolicyTypes") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActivatedPolicyTypes") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1SerializedTaxonomy: Message capturing ataxonomy and its policy tag hierarchy as a nested proto. Used for taxonomyimport/export and mutation.
func (GoogleCloudDatacatalogV1beta1SerializedTaxonomy)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1SerializedTaxonomy) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1SystemTimestamps¶
type GoogleCloudDatacatalogV1beta1SystemTimestamps struct {// CreateTime: The creation time of the resource within the given system.CreateTimestring `json:"createTime,omitempty"`// ExpireTime: Output only. The expiration time of the resource within the// given system. Currently only apllicable to BigQuery resources.ExpireTimestring `json:"expireTime,omitempty"`// UpdateTime: The last-modified time of the resource within the given system.UpdateTimestring `json:"updateTime,omitempty"`// ForceSendFields is a list of field names (e.g. "CreateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "CreateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1SystemTimestamps: Timestamps about thisresource according to a particular system.
func (GoogleCloudDatacatalogV1beta1SystemTimestamps)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1SystemTimestamps) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1TableSpec¶
type GoogleCloudDatacatalogV1beta1TableSpec struct {// GroupedEntry: Output only. If the table is a dated shard, i.e., with name// pattern `[prefix]YYYYMMDD`, `grouped_entry` is the Data Catalog resource// name of the date sharded grouped entry, for example,// `projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entr// ies/{entry_id}`. Otherwise, `grouped_entry` is empty.GroupedEntrystring `json:"groupedEntry,omitempty"`// ForceSendFields is a list of field names (e.g. "GroupedEntry") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GroupedEntry") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1TableSpec: Normal BigQuery table spec.
func (GoogleCloudDatacatalogV1beta1TableSpec)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1TableSpec) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1Tag¶
type GoogleCloudDatacatalogV1beta1Tag struct {// Column: Resources like Entry can have schemas associated with them. This// scope allows users to attach tags to an individual column based on that// schema. For attaching a tag to a nested column, use `.` to separate the// column names. Example: * `outer_column.inner_column`Columnstring `json:"column,omitempty"`// Fields: Required. This maps the ID of a tag field to the value of and// additional information about that field. Valid field IDs are defined by the// tag's template. A tag must have at least 1 field and at most 500 fields.Fields map[string]GoogleCloudDatacatalogV1beta1TagField `json:"fields,omitempty"`// Name: Identifier. The resource name of the tag in URL format. Example: *// projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entri// es/{entry_id}/tags/{tag_id} where `tag_id` is a system-generated identifier.// Note that this Tag may not actually be stored in the location in this name.Namestring `json:"name,omitempty"`// Template: Required. The resource name of the tag template that this tag// uses. Example: *// projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}// This field cannot be modified after creation.Templatestring `json:"template,omitempty"`// TemplateDisplayName: Output only. The display name of the tag template.TemplateDisplayNamestring `json:"templateDisplayName,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Column") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Column") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1Tag: Tags are used to attach custom metadata toData Catalog resources. Tags conform to the specifications within their tagtemplate. See Data Catalog IAM(https://cloud.google.com/data-catalog/docs/concepts/iam) for information onthe permissions needed to create or view tags.
func (GoogleCloudDatacatalogV1beta1Tag)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1Tag) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1TagField¶
type GoogleCloudDatacatalogV1beta1TagField struct {// BoolValue: Holds the value for a tag field with boolean type.BoolValuebool `json:"boolValue,omitempty"`// DisplayName: Output only. The display name of this field.DisplayNamestring `json:"displayName,omitempty"`// DoubleValue: Holds the value for a tag field with double type.DoubleValuefloat64 `json:"doubleValue,omitempty"`// EnumValue: Holds the value for a tag field with enum type. This value must// be one of the allowed values in the definition of this enum.EnumValue *GoogleCloudDatacatalogV1beta1TagFieldEnumValue `json:"enumValue,omitempty"`// Order: Output only. The order of this field with respect to other fields in// this tag. It can be set in Tag. For example, a higher value can indicate a// more important field. The value can be negative. Multiple fields can have// the same order, and field orders within a tag do not have to be sequential.Orderint64 `json:"order,omitempty"`// StringValue: Holds the value for a tag field with string type.StringValuestring `json:"stringValue,omitempty"`// TimestampValue: Holds the value for a tag field with timestamp type.TimestampValuestring `json:"timestampValue,omitempty"`// ForceSendFields is a list of field names (e.g. "BoolValue") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "BoolValue") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1TagField: Contains the value and supportinginformation for a field within a Tag.
func (GoogleCloudDatacatalogV1beta1TagField)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1TagField) MarshalJSON() ([]byte,error)
func (*GoogleCloudDatacatalogV1beta1TagField)UnmarshalJSON¶
func (s *GoogleCloudDatacatalogV1beta1TagField) UnmarshalJSON(data []byte)error
typeGoogleCloudDatacatalogV1beta1TagFieldEnumValue¶
type GoogleCloudDatacatalogV1beta1TagFieldEnumValue struct {// DisplayName: The display name of the enum value.DisplayNamestring `json:"displayName,omitempty"`// ForceSendFields is a list of field names (e.g. "DisplayName") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DisplayName") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1TagFieldEnumValue: Holds an enum value.
func (GoogleCloudDatacatalogV1beta1TagFieldEnumValue)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1TagFieldEnumValue) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1TagTemplate¶
type GoogleCloudDatacatalogV1beta1TagTemplate struct {// DataplexTransferStatus: Output only. Transfer status of the TagTemplate//// Possible values:// "DATAPLEX_TRANSFER_STATUS_UNSPECIFIED" - Default value. TagTemplate and// its tags are only visible and editable in DataCatalog.// "MIGRATED" - TagTemplate and its tags are auto-copied to Dataplex// Universal Catalog service. Visible in both services. Editable in Data// Catalog, read-only in Dataplex Universal Catalog. Deprecated: Individual// TagTemplate migration is deprecated in favor of organization or project wide// TagTemplate migration opt-in.DataplexTransferStatusstring `json:"dataplexTransferStatus,omitempty"`// DisplayName: The display name for this template. Defaults to an empty// string.DisplayNamestring `json:"displayName,omitempty"`// Fields: Required. Map of tag template field IDs to the settings for the// field. This map is an exhaustive list of the allowed fields. This map must// contain at least one field and at most 500 fields. The keys to this map are// tag template field IDs. Field IDs can contain letters (both uppercase and// lowercase), numbers (0-9) and underscores (_). Field IDs must be at least 1// character long and at most 64 characters long. Field IDs must start with a// letter or underscore.Fields map[string]GoogleCloudDatacatalogV1beta1TagTemplateField `json:"fields,omitempty"`// Name: Identifier. The resource name of the tag template in URL format.// Example: *// projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}// Note that this TagTemplate and its child resources may not actually be// stored in the location in this name.Namestring `json:"name,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "DataplexTransferStatus") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "DataplexTransferStatus") to// include in API requests with the JSON null value. By default, fields with// empty values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1TagTemplate: A tag template defines a tag,which can have one or more typed fields. The template is used to create andattach the tag to Google Cloud resources. Tag template roles(https://cloud.google.com/iam/docs/understanding-roles#data-catalog-roles)provide permissions to create, edit, and use the template. See, for example,the TagTemplate User(https://cloud.google.com/data-catalog/docs/how-to/template-user) role,which includes permission to use the tag template to tag resources.
func (GoogleCloudDatacatalogV1beta1TagTemplate)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1TagTemplate) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1TagTemplateField¶
type GoogleCloudDatacatalogV1beta1TagTemplateField struct {// Description: The description for this field. Defaults to an empty string.Descriptionstring `json:"description,omitempty"`// DisplayName: The display name for this field. Defaults to an empty string.DisplayNamestring `json:"displayName,omitempty"`// IsRequired: Whether this is a required field. Defaults to false.IsRequiredbool `json:"isRequired,omitempty"`// Name: Output only. Identifier. The resource name of the tag template field// in URL format. Example: *// projects/{project_id}/locations/{location}/tagTemplates/{tag_template}/fields// /{field} Note that this TagTemplateField may not actually be stored in the// location in this name.Namestring `json:"name,omitempty"`// Order: The order of this field with respect to other fields in this tag// template. A higher value indicates a more important field. The value can be// negative. Multiple fields can have the same order, and field orders within a// tag do not have to be sequential.Orderint64 `json:"order,omitempty"`// Type: Required. The type of value this tag field can contain.Type *GoogleCloudDatacatalogV1beta1FieldType `json:"type,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Description") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Description") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1TagTemplateField: The template for anindividual field within a tag template.
func (GoogleCloudDatacatalogV1beta1TagTemplateField)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1TagTemplateField) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1Taxonomy¶added inv0.15.0
type GoogleCloudDatacatalogV1beta1Taxonomy struct {// ActivatedPolicyTypes: Optional. A list of policy types that are activated// for this taxonomy. If not set, defaults to an empty list.//// Possible values:// "POLICY_TYPE_UNSPECIFIED" - Unspecified policy type.// "FINE_GRAINED_ACCESS_CONTROL" - Fine grained access control policy, which// enables access control on tagged resources.ActivatedPolicyTypes []string `json:"activatedPolicyTypes,omitempty"`// Description: Optional. Description of this taxonomy. It must: contain only// unicode characters, tabs, newlines, carriage returns and page breaks; and be// at most 2000 bytes long when encoded in UTF-8. If not set, defaults to an// empty description.Descriptionstring `json:"description,omitempty"`// DisplayName: Required. User defined name of this taxonomy. It must: contain// only unicode letters, numbers, underscores, dashes and spaces; not start or// end with spaces; and be at most 200 bytes long when encoded in UTF-8. The// taxonomy display name must be unique within an organization.DisplayNamestring `json:"displayName,omitempty"`// Name: Identifier. Resource name of this taxonomy, whose format is:// "projects/{project_number}/locations/{location_id}/taxonomies/{id}".Namestring `json:"name,omitempty"`// PolicyTagCount: Output only. Number of policy tags contained in this// taxonomy.PolicyTagCountint64 `json:"policyTagCount,omitempty"`// Service: Output only. Identity of the service which owns the Taxonomy. This// field is only populated when the taxonomy is created by a Google Cloud// service. Currently only 'DATAPLEX' is supported.Service *GoogleCloudDatacatalogV1beta1TaxonomyService `json:"service,omitempty"`// TaxonomyTimestamps: Output only. Timestamps about this taxonomy. Only// create_time and update_time are used.TaxonomyTimestamps *GoogleCloudDatacatalogV1beta1SystemTimestamps `json:"taxonomyTimestamps,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ActivatedPolicyTypes") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ActivatedPolicyTypes") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1Taxonomy: A taxonomy is a collection of policytags that classify data along a common axis. For instance a data*sensitivity* taxonomy could contain policy tags denoting PII such as age,zipcode, and SSN. A data *origin* taxonomy could contain policy tags todistinguish user data, employee data, partner data, public data.
func (GoogleCloudDatacatalogV1beta1Taxonomy)MarshalJSON¶added inv0.15.0
func (sGoogleCloudDatacatalogV1beta1Taxonomy) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1TaxonomyService¶added inv0.109.0
type GoogleCloudDatacatalogV1beta1TaxonomyService struct {// Identity: The service agent for the service.Identitystring `json:"identity,omitempty"`// Name: The Google Cloud service name.//// Possible values:// "MANAGING_SYSTEM_UNSPECIFIED" - Default value// "MANAGING_SYSTEM_DATAPLEX" - Dataplex Universal Catalog.// "MANAGING_SYSTEM_OTHER" - OtherNamestring `json:"name,omitempty"`// ForceSendFields is a list of field names (e.g. "Identity") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Identity") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1TaxonomyService: The source system of theTaxonomy.
func (GoogleCloudDatacatalogV1beta1TaxonomyService)MarshalJSON¶added inv0.109.0
func (sGoogleCloudDatacatalogV1beta1TaxonomyService) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1UsageSignal¶added inv0.47.0
type GoogleCloudDatacatalogV1beta1UsageSignal struct {// UpdateTime: The timestamp of the end of the usage statistics duration.UpdateTimestring `json:"updateTime,omitempty"`// UsageWithinTimeRange: Usage statistics over each of the pre-defined time// ranges, supported strings for time ranges are {"24H", "7D", "30D"}.UsageWithinTimeRange map[string]GoogleCloudDatacatalogV1beta1UsageStats `json:"usageWithinTimeRange,omitempty"`// ForceSendFields is a list of field names (e.g. "UpdateTime") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "UpdateTime") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1UsageSignal: The set of all usage signals thatwe store in Data Catalog.
func (GoogleCloudDatacatalogV1beta1UsageSignal)MarshalJSON¶added inv0.47.0
func (sGoogleCloudDatacatalogV1beta1UsageSignal) MarshalJSON() ([]byte,error)
typeGoogleCloudDatacatalogV1beta1UsageStats¶added inv0.47.0
type GoogleCloudDatacatalogV1beta1UsageStats struct {// TotalCancellations: The number of times that the underlying entry was// attempted to be used but was cancelled by the user.TotalCancellationsfloat64 `json:"totalCancellations,omitempty"`// TotalCompletions: The number of times that the underlying entry was// successfully used.TotalCompletionsfloat64 `json:"totalCompletions,omitempty"`// TotalExecutionTimeForCompletionsMillis: Total time spent (in milliseconds)// during uses the resulted in completions.TotalExecutionTimeForCompletionsMillisfloat64 `json:"totalExecutionTimeForCompletionsMillis,omitempty"`// TotalFailures: The number of times that the underlying entry was attempted// to be used but failed.TotalFailuresfloat64 `json:"totalFailures,omitempty"`// ForceSendFields is a list of field names (e.g. "TotalCancellations") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "TotalCancellations") to include// in API requests with the JSON null value. By default, fields with empty// values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1UsageStats: Detailed counts on the entry'susage. Caveats: - Only BigQuery tables have usage stats - The usage statsonly include BigQuery query jobs - The usage stats might be underestimated,e.g. wildcard table references are not yet counted in usage computationhttps://cloud.google.com/bigquery/docs/querying-wildcard-tables
func (GoogleCloudDatacatalogV1beta1UsageStats)MarshalJSON¶added inv0.47.0
func (sGoogleCloudDatacatalogV1beta1UsageStats) MarshalJSON() ([]byte,error)
func (*GoogleCloudDatacatalogV1beta1UsageStats)UnmarshalJSON¶added inv0.47.0
func (s *GoogleCloudDatacatalogV1beta1UsageStats) UnmarshalJSON(data []byte)error
typeGoogleCloudDatacatalogV1beta1ViewSpec¶
type GoogleCloudDatacatalogV1beta1ViewSpec struct {// ViewQuery: Output only. The query that defines the table view.ViewQuerystring `json:"viewQuery,omitempty"`// ForceSendFields is a list of field names (e.g. "ViewQuery") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ViewQuery") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}GoogleCloudDatacatalogV1beta1ViewSpec: Table view specification.
func (GoogleCloudDatacatalogV1beta1ViewSpec)MarshalJSON¶
func (sGoogleCloudDatacatalogV1beta1ViewSpec) MarshalJSON() ([]byte,error)
typePolicy¶
type Policy struct {// Bindings: Associates a list of `members`, or principals, with a `role`.// Optionally, may specify a `condition` that determines how and when the// `bindings` are applied. Each of the `bindings` must contain at least one// principal. The `bindings` in a `Policy` can refer to up to 1,500 principals;// up to 250 of these principals can be Google groups. Each occurrence of a// principal counts towards these limits. For example, if the `bindings` grant// 50 different roles to `user:alice@example.com`, and not to any other// principal, then you can add another 1,450 principals to the `bindings` in// the `Policy`.Bindings []*Binding `json:"bindings,omitempty"`// Etag: `etag` is used for optimistic concurrency control as a way to help// prevent simultaneous updates of a policy from overwriting each other. It is// strongly suggested that systems make use of the `etag` in the// read-modify-write cycle to perform policy updates in order to avoid race// conditions: An `etag` is returned in the response to `getIamPolicy`, and// systems are expected to put that etag in the request to `setIamPolicy` to// ensure that their change will be applied to the same version of the policy.// **Important:** If you use IAM Conditions, you must include the `etag` field// whenever you call `setIamPolicy`. If you omit this field, then IAM allows// you to overwrite a version `3` policy with a version `1` policy, and all of// the conditions in the version `3` policy are lost.Etagstring `json:"etag,omitempty"`// Version: Specifies the format of the policy. Valid values are `0`, `1`, and// `3`. Requests that specify an invalid value are rejected. Any operation that// affects conditional role bindings must specify version `3`. This requirement// applies to the following operations: * Getting a policy that includes a// conditional role binding * Adding a conditional role binding to a policy *// Changing a conditional role binding in a policy * Removing any role binding,// with or without a condition, from a policy that includes conditions// **Important:** If you use IAM Conditions, you must include the `etag` field// whenever you call `setIamPolicy`. If you omit this field, then IAM allows// you to overwrite a version `3` policy with a version `1` policy, and all of// the conditions in the version `3` policy are lost. If a policy does not// include any conditions, operations on that policy may specify any valid// version or leave the field unset. To learn which resources support// conditions in their IAM policies, see the IAM documentation// (https://cloud.google.com/iam/help/conditions/resource-policies).Versionint64 `json:"version,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Bindings") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Bindings") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}Policy: An Identity and Access Management (IAM) policy, which specifiesaccess controls for Google Cloud resources. A `Policy` is a collection of`bindings`. A `binding` binds one or more `members`, or principals, to asingle `role`. Principals can be user accounts, service accounts, Googlegroups, and domains (such as G Suite). A `role` is a named list ofpermissions; each `role` can be an IAM predefined role or a user-createdcustom role. For some types of Google Cloud resources, a `binding` can alsospecify a `condition`, which is a logical expression that allows access to aresource only if the expression evaluates to `true`. A condition can addconstraints based on attributes of the request, the resource, or both. Tolearn which resources support conditions in their IAM policies, see the IAMdocumentation(https://cloud.google.com/iam/help/conditions/resource-policies). **JSONexample:** ``` { "bindings": [ { "role":"roles/resourcemanager.organizationAdmin", "members": ["user:mike@example.com", "group:admins@example.com", "domain:google.com","serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role":"roles/resourcemanager.organizationViewer", "members": ["user:eve@example.com" ], "condition": { "title": "expirable access","description": "Does not grant access after Sep 2020", "expression":"request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag":"BwWWja0YfJA=", "version": 3 } ``` **YAML example:** ``` bindings: -members: - user:mike@example.com - group:admins@example.com -domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.comrole: roles/resourcemanager.organizationAdmin - members: -user:eve@example.com role: roles/resourcemanager.organizationViewercondition: title: expirable access description: Does not grant access afterSep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z')etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features,see the IAM documentation (https://cloud.google.com/iam/docs/).
func (Policy)MarshalJSON¶
typeProjectsLocationsEntryGroupsCreateCall¶
type ProjectsLocationsEntryGroupsCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsCreateCall)Context¶
func (c *ProjectsLocationsEntryGroupsCreateCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsCreateCall)Do¶
func (c *ProjectsLocationsEntryGroupsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1EntryGroup,error)
Do executes the "datacatalog.projects.locations.entryGroups.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1EntryGroup.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsCreateCall)EntryGroupId¶
func (c *ProjectsLocationsEntryGroupsCreateCall) EntryGroupId(entryGroupIdstring) *ProjectsLocationsEntryGroupsCreateCall
EntryGroupId sets the optional parameter "entryGroupId": Required. The id ofthe entry group to create. The id must begin with a letter or underscore,contain only English letters, numbers and underscores, and be at most 64characters.
func (*ProjectsLocationsEntryGroupsCreateCall)Fields¶
func (c *ProjectsLocationsEntryGroupsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsCreateCall)Header¶
func (c *ProjectsLocationsEntryGroupsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsDeleteCall¶
type ProjectsLocationsEntryGroupsDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsDeleteCall)Context¶
func (c *ProjectsLocationsEntryGroupsDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsDeleteCall)Do¶
func (c *ProjectsLocationsEntryGroupsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.entryGroups.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsDeleteCall)Fields¶
func (c *ProjectsLocationsEntryGroupsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsDeleteCall)Force¶added inv0.16.0
func (c *ProjectsLocationsEntryGroupsDeleteCall) Force(forcebool) *ProjectsLocationsEntryGroupsDeleteCall
Force sets the optional parameter "force": If true, deletes all entries inthe entry group.
func (*ProjectsLocationsEntryGroupsDeleteCall)Header¶
func (c *ProjectsLocationsEntryGroupsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsEntriesCreateCall¶
type ProjectsLocationsEntryGroupsEntriesCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesCreateCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesCreateCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Entry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesCreateCall)EntryId¶
func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) EntryId(entryIdstring) *ProjectsLocationsEntryGroupsEntriesCreateCall
EntryId sets the optional parameter "entryId": Required. The id of the entryto create.
func (*ProjectsLocationsEntryGroupsEntriesCreateCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesCreateCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsEntriesDeleteCall¶
type ProjectsLocationsEntryGroupsEntriesDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesDeleteCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesDeleteCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesDeleteCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesDeleteCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsEntriesGetCall¶
type ProjectsLocationsEntryGroupsEntriesGetCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesGetCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesGetCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Entry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesGetCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesGetCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsEntriesGetCall)IfNoneMatch¶
func (c *ProjectsLocationsEntryGroupsEntriesGetCall) IfNoneMatch(entityTagstring) *ProjectsLocationsEntryGroupsEntriesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeProjectsLocationsEntryGroupsEntriesGetIamPolicyCall¶
type ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsEntriesListCall¶added inv0.18.0
type ProjectsLocationsEntryGroupsEntriesListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesListCall)Context¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesListCall)Do¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListEntriesResponse,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ListEntriesResponse.ServerResponse.Header or(if a response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesListCall)Fields¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesListCall)Header¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsEntriesListCall)IfNoneMatch¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsEntryGroupsEntriesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsEntryGroupsEntriesListCall)PageSize¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) PageSize(pageSizeint64) *ProjectsLocationsEntryGroupsEntriesListCall
PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. Default is 10. Max limit is 1000. Throws an invalid argument for`page_size > 1000`.
func (*ProjectsLocationsEntryGroupsEntriesListCall)PageToken¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) PageToken(pageTokenstring) *ProjectsLocationsEntryGroupsEntriesListCall
PageToken sets the optional parameter "pageToken": Token that specifieswhich page is requested. If empty, the first page is returned.
func (*ProjectsLocationsEntryGroupsEntriesListCall)Pages¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudDatacatalogV1beta1ListEntriesResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
func (*ProjectsLocationsEntryGroupsEntriesListCall)ReadMask¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsEntriesListCall) ReadMask(readMaskstring) *ProjectsLocationsEntryGroupsEntriesListCall
ReadMask sets the optional parameter "readMask": The fields to return foreach Entry. If not set or empty, all fields are returned. For example,setting read_mask to contain only one path "name" will cause ListEntries toreturn a list of Entries with only "name" field.
typeProjectsLocationsEntryGroupsEntriesPatchCall¶
type ProjectsLocationsEntryGroupsEntriesPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesPatchCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesPatchCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Entry,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Entry.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesPatchCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesPatchCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsEntriesPatchCall)UpdateMask¶
func (c *ProjectsLocationsEntryGroupsEntriesPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsEntryGroupsEntriesPatchCall
UpdateMask sets the optional parameter "updateMask": Names of fields whosevalues to overwrite on an entry. If this parameter is absent or empty, allmodifiable fields are overwritten. If such fields are non-required andomitted in the request body, their values are emptied. The following fieldsare modifiable: * For entries with type `DATA_STREAM`: * `schema` * Forentries with type `FILESET`: * `schema` * `display_name` * `description` *`gcs_fileset_spec` * `gcs_fileset_spec.file_patterns` * For entries with`user_specified_type`: * `schema` * `display_name` * `description` *`user_specified_type` * `user_specified_system` * `linked_resource` *`source_system_timestamps`
typeProjectsLocationsEntryGroupsEntriesService¶
type ProjectsLocationsEntryGroupsEntriesService struct {Tags *ProjectsLocationsEntryGroupsEntriesTagsService// contains filtered or unexported fields}funcNewProjectsLocationsEntryGroupsEntriesService¶
func NewProjectsLocationsEntryGroupsEntriesService(s *Service) *ProjectsLocationsEntryGroupsEntriesService
func (*ProjectsLocationsEntryGroupsEntriesService)Create¶
func (r *ProjectsLocationsEntryGroupsEntriesService) Create(parentstring, googleclouddatacatalogv1beta1entry *GoogleCloudDatacatalogV1beta1Entry) *ProjectsLocationsEntryGroupsEntriesCreateCall
Create: Creates an entry. Only entries of 'FILESET' type or user-specifiedtype can be created. Users should enable the Data Catalog API in the projectidentified by the `parent` parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information). A maximum of 100,000 entries may be created per entrygroup.
- parent: The name of the entry group this entry is in. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}Note that this Entry and its child resources may not actually be stored inthe location in this name.
func (*ProjectsLocationsEntryGroupsEntriesService)Delete¶
func (r *ProjectsLocationsEntryGroupsEntriesService) Delete(namestring) *ProjectsLocationsEntryGroupsEntriesDeleteCall
Delete: Deletes an existing entry. Only entries created through CreateEntrymethod can be deleted. Users should enable the Data Catalog API in theproject identified by the `name` parameter (see [Data Catalog ResourceProject](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: The name of the entry. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}.
func (*ProjectsLocationsEntryGroupsEntriesService)Get¶
func (r *ProjectsLocationsEntryGroupsEntriesService) Get(namestring) *ProjectsLocationsEntryGroupsEntriesGetCall
Get: Gets an entry.
- name: The name of the entry. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}.
func (*ProjectsLocationsEntryGroupsEntriesService)GetIamPolicy¶
func (r *ProjectsLocationsEntryGroupsEntriesService) GetIamPolicy(resourcestring, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsEntryGroupsEntriesGetIamPolicyCall
GetIamPolicy: Gets the access control policy for a resource. A `NOT_FOUND`error is returned if the resource does not exist. An empty policy isreturned if the resource exists but does not have a policy set on it.Supported resources are: - Tag templates. - Entries. - Entry groups. Note,this method cannot be used to manage policies for BigQuery, Pub/Sub and anyexternal Google Cloud Platform resources synced to Data Catalog. Callersmust have following Google IAM permission -`datacatalog.tagTemplates.getIamPolicy` to get policies on tag templates. -`datacatalog.entries.getIamPolicy` to get policies on entries. -`datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsEntryGroupsEntriesService)List¶added inv0.18.0
func (r *ProjectsLocationsEntryGroupsEntriesService) List(parentstring) *ProjectsLocationsEntryGroupsEntriesListCall
List: Lists entries.
- parent: The name of the entry group that contains the entries, which canbe provided in URL format. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}.
func (*ProjectsLocationsEntryGroupsEntriesService)Patch¶
func (r *ProjectsLocationsEntryGroupsEntriesService) Patch(namestring, googleclouddatacatalogv1beta1entry *GoogleCloudDatacatalogV1beta1Entry) *ProjectsLocationsEntryGroupsEntriesPatchCall
Patch: Updates an existing entry. Users should enable the Data Catalog APIin the project identified by the `entry.name` parameter (see [Data CatalogResource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: Output only. Identifier. The Data Catalog resource name of the entryin URL format. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this Entry and its child resources may notactually be stored in the location in this name.
func (*ProjectsLocationsEntryGroupsEntriesService)TestIamPermissions¶
func (r *ProjectsLocationsEntryGroupsEntriesService) TestIamPermissions(resourcestring, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall
TestIamPermissions: Returns the caller's permissions on a resource. If theresource does not exist, an empty set of permissions is returned (We don'treturn a `NOT_FOUND` error). Supported resources are: - Tag templates. -Entries. - Entry groups. Note, this method cannot be used to manage policiesfor BigQuery, Pub/Sub and any external Google Cloud Platform resourcessynced to Data Catalog. A caller is not required to have Google IAMpermission to make this request.
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
typeProjectsLocationsEntryGroupsEntriesTagsCreateCall¶
type ProjectsLocationsEntryGroupsEntriesTagsCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesTagsCreateCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesTagsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesTagsCreateCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.tags.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Tag.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesTagsCreateCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesTagsCreateCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsEntriesTagsDeleteCall¶
type ProjectsLocationsEntryGroupsEntriesTagsDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesTagsDeleteCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesTagsDeleteCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.tags.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesTagsDeleteCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesTagsDeleteCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsEntriesTagsListCall¶
type ProjectsLocationsEntryGroupsEntriesTagsListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesTagsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListTagsResponse,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.tags.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ListTagsResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)IfNoneMatch¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsEntryGroupsEntriesTagsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)PageSize¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) PageSize(pageSizeint64) *ProjectsLocationsEntryGroupsEntriesTagsListCall
PageSize sets the optional parameter "pageSize": The maximum number of tagsto return. Default is 10. Max limit is 1000.
func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)PageToken¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) PageToken(pageTokenstring) *ProjectsLocationsEntryGroupsEntriesTagsListCall
PageToken sets the optional parameter "pageToken": Token that specifieswhich page is requested. If empty, the first page is returned.
func (*ProjectsLocationsEntryGroupsEntriesTagsListCall)Pages¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudDatacatalogV1beta1ListTagsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeProjectsLocationsEntryGroupsEntriesTagsPatchCall¶
type ProjectsLocationsEntryGroupsEntriesTagsPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesTagsPatchCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesTagsPatchCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.tags.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Tag.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesTagsPatchCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesTagsPatchCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsEntriesTagsPatchCall)UpdateMask¶
func (c *ProjectsLocationsEntryGroupsEntriesTagsPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
UpdateMask sets the optional parameter "updateMask": Note: Currently, thisparameter can only take "fields" as value. Names of fields whose values tooverwrite on a tag. Currently, a tag has the only modifiable field with thename `fields`. In general, if this parameter is absent or empty, allmodifiable fields are overwritten. If such fields are non-required andomitted in the request body, their values are emptied.
typeProjectsLocationsEntryGroupsEntriesTagsService¶
type ProjectsLocationsEntryGroupsEntriesTagsService struct {// contains filtered or unexported fields}funcNewProjectsLocationsEntryGroupsEntriesTagsService¶
func NewProjectsLocationsEntryGroupsEntriesTagsService(s *Service) *ProjectsLocationsEntryGroupsEntriesTagsService
func (*ProjectsLocationsEntryGroupsEntriesTagsService)Create¶
func (r *ProjectsLocationsEntryGroupsEntriesTagsService) Create(parentstring, googleclouddatacatalogv1beta1tag *GoogleCloudDatacatalogV1beta1Tag) *ProjectsLocationsEntryGroupsEntriesTagsCreateCall
Create: Creates a tag on an Entry. Note: The project identified by the`parent` parameter for the tag(https://cloud.google.com/data-catalog/docs/reference/rest/v1beta1/projects.locations.entryGroups.entries.tags/create#path-parameters)and the tag template(https://cloud.google.com/data-catalog/docs/reference/rest/v1beta1/projects.locations.tagTemplates/create#path-parameters)used to create the tag must be from the same organization.
- parent: The name of the resource to attach this tag to. Tags can beattached to Entries. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this Tag and its child resources may notactually be stored in the location in this name.
func (*ProjectsLocationsEntryGroupsEntriesTagsService)Delete¶
func (r *ProjectsLocationsEntryGroupsEntriesTagsService) Delete(namestring) *ProjectsLocationsEntryGroupsEntriesTagsDeleteCall
Delete: Deletes a tag.
- name: The name of the tag to delete. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}.
func (*ProjectsLocationsEntryGroupsEntriesTagsService)List¶
func (r *ProjectsLocationsEntryGroupsEntriesTagsService) List(parentstring) *ProjectsLocationsEntryGroupsEntriesTagsListCall
List: Lists tags assigned to an Entry. The columns in the response arelowercased.
- parent: The name of the Data Catalog resource to list the tags of. Theresource could be an Entry or an EntryGroup. Examples: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}.
func (*ProjectsLocationsEntryGroupsEntriesTagsService)Patch¶
func (r *ProjectsLocationsEntryGroupsEntriesTagsService) Patch(nameidstring, googleclouddatacatalogv1beta1tag *GoogleCloudDatacatalogV1beta1Tag) *ProjectsLocationsEntryGroupsEntriesTagsPatchCall
Patch: Updates an existing tag.
- name: Identifier. The resource name of the tag in URL format. Example: *projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id} where `tag_id` is a system-generatedidentifier. Note that this Tag may not actually be stored in the locationin this name.
typeProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall¶
type ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall)Context¶
func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall)Do¶
func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse,error)
Do executes the "datacatalog.projects.locations.entryGroups.entries.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*TestIamPermissionsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall)Fields¶
func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall)Header¶
func (c *ProjectsLocationsEntryGroupsEntriesTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsGetCall¶
type ProjectsLocationsEntryGroupsGetCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsGetCall)Context¶
func (c *ProjectsLocationsEntryGroupsGetCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsGetCall)Do¶
func (c *ProjectsLocationsEntryGroupsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1EntryGroup,error)
Do executes the "datacatalog.projects.locations.entryGroups.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1EntryGroup.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsGetCall)Fields¶
func (c *ProjectsLocationsEntryGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsGetCall)Header¶
func (c *ProjectsLocationsEntryGroupsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsGetCall)IfNoneMatch¶
func (c *ProjectsLocationsEntryGroupsGetCall) IfNoneMatch(entityTagstring) *ProjectsLocationsEntryGroupsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsEntryGroupsGetCall)ReadMask¶
func (c *ProjectsLocationsEntryGroupsGetCall) ReadMask(readMaskstring) *ProjectsLocationsEntryGroupsGetCall
ReadMask sets the optional parameter "readMask": The fields to return. Ifnot set or empty, all fields are returned.
typeProjectsLocationsEntryGroupsGetIamPolicyCall¶
type ProjectsLocationsEntryGroupsGetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsGetIamPolicyCall)Context¶
func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsGetIamPolicyCall)Do¶
func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.entryGroups.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsGetIamPolicyCall)Fields¶
func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsGetIamPolicyCall)Header¶
func (c *ProjectsLocationsEntryGroupsGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsListCall¶added inv0.18.0
type ProjectsLocationsEntryGroupsListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsListCall)Context¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsListCall)Do¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse,error)
Do executes the "datacatalog.projects.locations.entryGroups.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsListCall)Fields¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsListCall)Header¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsListCall)IfNoneMatch¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsEntryGroupsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsEntryGroupsListCall)PageSize¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) PageSize(pageSizeint64) *ProjectsLocationsEntryGroupsListCall
PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. Default is 10. Max limit is 1000. Throws an invalid argument for`page_size > 1000`.
func (*ProjectsLocationsEntryGroupsListCall)PageToken¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) PageToken(pageTokenstring) *ProjectsLocationsEntryGroupsListCall
PageToken sets the optional parameter "pageToken": Token that specifieswhich page is requested. If empty, the first page is returned.
func (*ProjectsLocationsEntryGroupsListCall)Pages¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudDatacatalogV1beta1ListEntryGroupsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeProjectsLocationsEntryGroupsPatchCall¶added inv0.18.0
type ProjectsLocationsEntryGroupsPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsPatchCall)Context¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsPatchCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsPatchCall)Do¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1EntryGroup,error)
Do executes the "datacatalog.projects.locations.entryGroups.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1EntryGroup.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsPatchCall)Fields¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsPatchCall)Header¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsPatchCall)UpdateMask¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsEntryGroupsPatchCall
UpdateMask sets the optional parameter "updateMask": Names of fields whosevalues to overwrite on an entry group. If this parameter is absent or empty,all modifiable fields are overwritten. If such fields are non-required andomitted in the request body, their values are emptied.
typeProjectsLocationsEntryGroupsService¶
type ProjectsLocationsEntryGroupsService struct {Entries *ProjectsLocationsEntryGroupsEntriesServiceTags *ProjectsLocationsEntryGroupsTagsService// contains filtered or unexported fields}funcNewProjectsLocationsEntryGroupsService¶
func NewProjectsLocationsEntryGroupsService(s *Service) *ProjectsLocationsEntryGroupsService
func (*ProjectsLocationsEntryGroupsService)Create¶
func (r *ProjectsLocationsEntryGroupsService) Create(parentstring, googleclouddatacatalogv1beta1entrygroup *GoogleCloudDatacatalogV1beta1EntryGroup) *ProjectsLocationsEntryGroupsCreateCall
Create: A maximum of 10,000 entry groups may be created per organizationacross all locations. Users should enable the Data Catalog API in theproject identified by the `parent` parameter (see [Data Catalog ResourceProject](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- parent: The name of the project this entry group is in. Example: *projects/{project_id}/locations/{location} Note that this EntryGroup andits child resources may not actually be stored in the location in thisname.
func (*ProjectsLocationsEntryGroupsService)Delete¶
func (r *ProjectsLocationsEntryGroupsService) Delete(namestring) *ProjectsLocationsEntryGroupsDeleteCall
Delete: Deletes an EntryGroup. Only entry groups that do not contain entriescan be deleted. Users should enable the Data Catalog API in the projectidentified by the `name` parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: The name of the entry group. For example,`projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}`.
func (*ProjectsLocationsEntryGroupsService)Get¶
func (r *ProjectsLocationsEntryGroupsService) Get(namestring) *ProjectsLocationsEntryGroupsGetCall
Get: Gets an EntryGroup.
- name: The name of the entry group. For example,`projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}`.
func (*ProjectsLocationsEntryGroupsService)GetIamPolicy¶
func (r *ProjectsLocationsEntryGroupsService) GetIamPolicy(resourcestring, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsEntryGroupsGetIamPolicyCall
GetIamPolicy: Gets the access control policy for a resource. A `NOT_FOUND`error is returned if the resource does not exist. An empty policy isreturned if the resource exists but does not have a policy set on it.Supported resources are: - Tag templates. - Entries. - Entry groups. Note,this method cannot be used to manage policies for BigQuery, Pub/Sub and anyexternal Google Cloud Platform resources synced to Data Catalog. Callersmust have following Google IAM permission -`datacatalog.tagTemplates.getIamPolicy` to get policies on tag templates. -`datacatalog.entries.getIamPolicy` to get policies on entries. -`datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsEntryGroupsService)List¶added inv0.18.0
func (r *ProjectsLocationsEntryGroupsService) List(parentstring) *ProjectsLocationsEntryGroupsListCall
List: Lists entry groups.
- parent: The name of the location that contains the entry groups, which canbe provided in URL format. Example: *projects/{project_id}/locations/{location}.
func (*ProjectsLocationsEntryGroupsService)Patch¶added inv0.18.0
func (r *ProjectsLocationsEntryGroupsService) Patch(namestring, googleclouddatacatalogv1beta1entrygroup *GoogleCloudDatacatalogV1beta1EntryGroup) *ProjectsLocationsEntryGroupsPatchCall
Patch: Updates an EntryGroup. The user should enable the Data Catalog API inthe project identified by the `entry_group.name` parameter (see [DataCatalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: Identifier. The resource name of the entry group in URL format.Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}Note that this EntryGroup and its child resources may not actually bestored in the location in this name.
func (*ProjectsLocationsEntryGroupsService)SetIamPolicy¶
func (r *ProjectsLocationsEntryGroupsService) SetIamPolicy(resourcestring, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsEntryGroupsSetIamPolicyCall
SetIamPolicy: Sets the access control policy for a resource. Replaces anyexisting policy. Supported resources are: - Tag templates. - Entries. -Entry groups. Note, this method cannot be used to manage policies forBigQuery, Pub/Sub and any external Google Cloud Platform resources synced toData Catalog. Callers must have following Google IAM permission -`datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. -`datacatalog.entries.setIamPolicy` to set policies on entries. -`datacatalog.entryGroups.setIamPolicy` to set policies on entry groups.
- resource: REQUIRED: The resource for which the policy is being specified.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsEntryGroupsService)TestIamPermissions¶
func (r *ProjectsLocationsEntryGroupsService) TestIamPermissions(resourcestring, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsEntryGroupsTestIamPermissionsCall
TestIamPermissions: Returns the caller's permissions on a resource. If theresource does not exist, an empty set of permissions is returned (We don'treturn a `NOT_FOUND` error). Supported resources are: - Tag templates. -Entries. - Entry groups. Note, this method cannot be used to manage policiesfor BigQuery, Pub/Sub and any external Google Cloud Platform resourcessynced to Data Catalog. A caller is not required to have Google IAMpermission to make this request.
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
typeProjectsLocationsEntryGroupsSetIamPolicyCall¶
type ProjectsLocationsEntryGroupsSetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsSetIamPolicyCall)Context¶
func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsSetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsSetIamPolicyCall)Do¶
func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.entryGroups.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsSetIamPolicyCall)Fields¶
func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsSetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsSetIamPolicyCall)Header¶
func (c *ProjectsLocationsEntryGroupsSetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsTagsCreateCall¶added inv0.18.0
type ProjectsLocationsEntryGroupsTagsCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsTagsCreateCall)Context¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsTagsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsTagsCreateCall)Do¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag,error)
Do executes the "datacatalog.projects.locations.entryGroups.tags.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Tag.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsTagsCreateCall)Fields¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsTagsCreateCall)Header¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsTagsDeleteCall¶added inv0.18.0
type ProjectsLocationsEntryGroupsTagsDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsTagsDeleteCall)Context¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsTagsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsTagsDeleteCall)Do¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.entryGroups.tags.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsTagsDeleteCall)Fields¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsTagsDeleteCall)Header¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEntryGroupsTagsListCall¶added inv0.18.0
type ProjectsLocationsEntryGroupsTagsListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsTagsListCall)Context¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsTagsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsTagsListCall)Do¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListTagsResponse,error)
Do executes the "datacatalog.projects.locations.entryGroups.tags.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ListTagsResponse.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsTagsListCall)Fields¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsTagsListCall)Header¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsTagsListCall)IfNoneMatch¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsEntryGroupsTagsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsEntryGroupsTagsListCall)PageSize¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) PageSize(pageSizeint64) *ProjectsLocationsEntryGroupsTagsListCall
PageSize sets the optional parameter "pageSize": The maximum number of tagsto return. Default is 10. Max limit is 1000.
func (*ProjectsLocationsEntryGroupsTagsListCall)PageToken¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) PageToken(pageTokenstring) *ProjectsLocationsEntryGroupsTagsListCall
PageToken sets the optional parameter "pageToken": Token that specifieswhich page is requested. If empty, the first page is returned.
func (*ProjectsLocationsEntryGroupsTagsListCall)Pages¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudDatacatalogV1beta1ListTagsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeProjectsLocationsEntryGroupsTagsPatchCall¶added inv0.18.0
type ProjectsLocationsEntryGroupsTagsPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsTagsPatchCall)Context¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsTagsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsTagsPatchCall)Do¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Tag,error)
Do executes the "datacatalog.projects.locations.entryGroups.tags.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Tag.ServerResponse.Header or (if a responsewas returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsTagsPatchCall)Fields¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTagsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsTagsPatchCall)Header¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEntryGroupsTagsPatchCall)UpdateMask¶added inv0.18.0
func (c *ProjectsLocationsEntryGroupsTagsPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsEntryGroupsTagsPatchCall
UpdateMask sets the optional parameter "updateMask": Note: Currently, thisparameter can only take "fields" as value. Names of fields whose values tooverwrite on a tag. Currently, a tag has the only modifiable field with thename `fields`. In general, if this parameter is absent or empty, allmodifiable fields are overwritten. If such fields are non-required andomitted in the request body, their values are emptied.
typeProjectsLocationsEntryGroupsTagsService¶added inv0.18.0
type ProjectsLocationsEntryGroupsTagsService struct {// contains filtered or unexported fields}funcNewProjectsLocationsEntryGroupsTagsService¶added inv0.18.0
func NewProjectsLocationsEntryGroupsTagsService(s *Service) *ProjectsLocationsEntryGroupsTagsService
func (*ProjectsLocationsEntryGroupsTagsService)Create¶added inv0.18.0
func (r *ProjectsLocationsEntryGroupsTagsService) Create(parentstring, googleclouddatacatalogv1beta1tag *GoogleCloudDatacatalogV1beta1Tag) *ProjectsLocationsEntryGroupsTagsCreateCall
Create: Creates a tag on an Entry. Note: The project identified by the`parent` parameter for the tag(https://cloud.google.com/data-catalog/docs/reference/rest/v1beta1/projects.locations.entryGroups.entries.tags/create#path-parameters)and the tag template(https://cloud.google.com/data-catalog/docs/reference/rest/v1beta1/projects.locations.tagTemplates/create#path-parameters)used to create the tag must be from the same organization.
- parent: The name of the resource to attach this tag to. Tags can beattached to Entries. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id} Note that this Tag and its child resources may notactually be stored in the location in this name.
func (*ProjectsLocationsEntryGroupsTagsService)Delete¶added inv0.18.0
func (r *ProjectsLocationsEntryGroupsTagsService) Delete(namestring) *ProjectsLocationsEntryGroupsTagsDeleteCall
Delete: Deletes a tag.
- name: The name of the tag to delete. Example: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id}.
func (*ProjectsLocationsEntryGroupsTagsService)List¶added inv0.18.0
func (r *ProjectsLocationsEntryGroupsTagsService) List(parentstring) *ProjectsLocationsEntryGroupsTagsListCall
List: Lists tags assigned to an Entry. The columns in the response arelowercased.
- parent: The name of the Data Catalog resource to list the tags of. Theresource could be an Entry or an EntryGroup. Examples: *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} *projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}.
func (*ProjectsLocationsEntryGroupsTagsService)Patch¶added inv0.18.0
func (r *ProjectsLocationsEntryGroupsTagsService) Patch(nameidstring, googleclouddatacatalogv1beta1tag *GoogleCloudDatacatalogV1beta1Tag) *ProjectsLocationsEntryGroupsTagsPatchCall
Patch: Updates an existing tag.
- name: Identifier. The resource name of the tag in URL format. Example: *projects/{project_id}/locations/{location}/entrygroups/{entry_group_id}/entries/{entry_id}/tags/{tag_id} where `tag_id` is a system-generatedidentifier. Note that this Tag may not actually be stored in the locationin this name.
typeProjectsLocationsEntryGroupsTestIamPermissionsCall¶
type ProjectsLocationsEntryGroupsTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEntryGroupsTestIamPermissionsCall)Context¶
func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Context(ctxcontext.Context) *ProjectsLocationsEntryGroupsTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEntryGroupsTestIamPermissionsCall)Do¶
func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse,error)
Do executes the "datacatalog.projects.locations.entryGroups.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*TestIamPermissionsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsEntryGroupsTestIamPermissionsCall)Fields¶
func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsEntryGroupsTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEntryGroupsTestIamPermissionsCall)Header¶
func (c *ProjectsLocationsEntryGroupsTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsService¶
type ProjectsLocationsService struct {EntryGroups *ProjectsLocationsEntryGroupsServiceTagTemplates *ProjectsLocationsTagTemplatesServiceTaxonomies *ProjectsLocationsTaxonomiesService// contains filtered or unexported fields}funcNewProjectsLocationsService¶
func NewProjectsLocationsService(s *Service) *ProjectsLocationsService
typeProjectsLocationsTagTemplatesCreateCall¶
type ProjectsLocationsTagTemplatesCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesCreateCall)Context¶
func (c *ProjectsLocationsTagTemplatesCreateCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesCreateCall)Do¶
func (c *ProjectsLocationsTagTemplatesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplate,error)
Do executes the "datacatalog.projects.locations.tagTemplates.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1TagTemplate.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesCreateCall)Fields¶
func (c *ProjectsLocationsTagTemplatesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesCreateCall)Header¶
func (c *ProjectsLocationsTagTemplatesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTagTemplatesCreateCall)TagTemplateId¶
func (c *ProjectsLocationsTagTemplatesCreateCall) TagTemplateId(tagTemplateIdstring) *ProjectsLocationsTagTemplatesCreateCall
TagTemplateId sets the optional parameter "tagTemplateId": Required. The idof the tag template to create.
typeProjectsLocationsTagTemplatesDeleteCall¶
type ProjectsLocationsTagTemplatesDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesDeleteCall)Context¶
func (c *ProjectsLocationsTagTemplatesDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesDeleteCall)Do¶
func (c *ProjectsLocationsTagTemplatesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.tagTemplates.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesDeleteCall)Fields¶
func (c *ProjectsLocationsTagTemplatesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesDeleteCall)Force¶
func (c *ProjectsLocationsTagTemplatesDeleteCall) Force(forcebool) *ProjectsLocationsTagTemplatesDeleteCall
Force sets the optional parameter "force": Required. Currently, this fieldmust always be set to `true`. This confirms the deletion of any possibletags using this template. `force = false` will be supported in the future.
func (*ProjectsLocationsTagTemplatesDeleteCall)Header¶
func (c *ProjectsLocationsTagTemplatesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTagTemplatesFieldsCreateCall¶
type ProjectsLocationsTagTemplatesFieldsCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesFieldsCreateCall)Context¶
func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesFieldsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesFieldsCreateCall)Do¶
func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField,error)
Do executes the "datacatalog.projects.locations.tagTemplates.fields.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1TagTemplateField.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesFieldsCreateCall)Fields¶
func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesFieldsCreateCall)Header¶
func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTagTemplatesFieldsCreateCall)TagTemplateFieldId¶
func (c *ProjectsLocationsTagTemplatesFieldsCreateCall) TagTemplateFieldId(tagTemplateFieldIdstring) *ProjectsLocationsTagTemplatesFieldsCreateCall
TagTemplateFieldId sets the optional parameter "tagTemplateFieldId":Required. The ID of the tag template field to create. Field ids can containletters (both uppercase and lowercase), numbers (0-9), underscores (_) anddashes (-). Field IDs must be at least 1 character long and at most 128characters long. Field IDs must also be unique within their template.
typeProjectsLocationsTagTemplatesFieldsDeleteCall¶
type ProjectsLocationsTagTemplatesFieldsDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesFieldsDeleteCall)Context¶
func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesFieldsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesFieldsDeleteCall)Do¶
func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.tagTemplates.fields.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesFieldsDeleteCall)Fields¶
func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesFieldsDeleteCall)Force¶
func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Force(forcebool) *ProjectsLocationsTagTemplatesFieldsDeleteCall
Force sets the optional parameter "force": Required. Currently, this fieldmust always be set to `true`. This confirms the deletion of this field fromany tags using this field. `force = false` will be supported in the future.
func (*ProjectsLocationsTagTemplatesFieldsDeleteCall)Header¶
func (c *ProjectsLocationsTagTemplatesFieldsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall¶added inv0.29.0
type ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall)Context¶added inv0.29.0
func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall)Do¶added inv0.29.0
func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField,error)
Do executes the "datacatalog.projects.locations.tagTemplates.fields.enumValues.rename" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1TagTemplateField.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall)Fields¶added inv0.29.0
func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall)Header¶added inv0.29.0
func (c *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTagTemplatesFieldsEnumValuesService¶added inv0.29.0
type ProjectsLocationsTagTemplatesFieldsEnumValuesService struct {// contains filtered or unexported fields}funcNewProjectsLocationsTagTemplatesFieldsEnumValuesService¶added inv0.29.0
func NewProjectsLocationsTagTemplatesFieldsEnumValuesService(s *Service) *ProjectsLocationsTagTemplatesFieldsEnumValuesService
func (*ProjectsLocationsTagTemplatesFieldsEnumValuesService)Rename¶added inv0.29.0
func (r *ProjectsLocationsTagTemplatesFieldsEnumValuesService) Rename(namestring, googleclouddatacatalogv1beta1renametagtemplatefieldenumvaluerequest *GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldEnumValueRequest) *ProjectsLocationsTagTemplatesFieldsEnumValuesRenameCall
Rename: Renames an enum value in a tag template. The enum values have to beunique within one enum field. Thus, an enum value cannot be renamed with aname used in any other enum value within the same enum field.
- name: The name of the enum field value. Example: *projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}/enumValues/{enum_value_display_name}.
typeProjectsLocationsTagTemplatesFieldsPatchCall¶
type ProjectsLocationsTagTemplatesFieldsPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesFieldsPatchCall)Context¶
func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesFieldsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesFieldsPatchCall)Do¶
func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField,error)
Do executes the "datacatalog.projects.locations.tagTemplates.fields.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1TagTemplateField.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesFieldsPatchCall)Fields¶
func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesFieldsPatchCall)Header¶
func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTagTemplatesFieldsPatchCall)UpdateMask¶
func (c *ProjectsLocationsTagTemplatesFieldsPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsTagTemplatesFieldsPatchCall
UpdateMask sets the optional parameter "updateMask": Names of fields whosevalues to overwrite on an individual field of a tag template. The followingfields are modifiable: * `display_name` * `type.enum_type` * `is_required`If this parameter is absent or empty, all modifiable fields are overwritten.If such fields are non-required and omitted in the request body, theirvalues are emptied with one exception: when updating an enum type, theprovided values are merged with the existing values. Therefore, enum valuescan only be added, existing enum values cannot be deleted or renamed.Additionally, updating a template field from optional to required is *not*allowed.
typeProjectsLocationsTagTemplatesFieldsRenameCall¶
type ProjectsLocationsTagTemplatesFieldsRenameCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesFieldsRenameCall)Context¶
func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesFieldsRenameCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesFieldsRenameCall)Do¶
func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplateField,error)
Do executes the "datacatalog.projects.locations.tagTemplates.fields.rename" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1TagTemplateField.ServerResponse.Header or (ifa response was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesFieldsRenameCall)Fields¶
func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesFieldsRenameCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesFieldsRenameCall)Header¶
func (c *ProjectsLocationsTagTemplatesFieldsRenameCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTagTemplatesFieldsService¶
type ProjectsLocationsTagTemplatesFieldsService struct {EnumValues *ProjectsLocationsTagTemplatesFieldsEnumValuesService// contains filtered or unexported fields}funcNewProjectsLocationsTagTemplatesFieldsService¶
func NewProjectsLocationsTagTemplatesFieldsService(s *Service) *ProjectsLocationsTagTemplatesFieldsService
func (*ProjectsLocationsTagTemplatesFieldsService)Create¶
func (r *ProjectsLocationsTagTemplatesFieldsService) Create(parentstring, googleclouddatacatalogv1beta1tagtemplatefield *GoogleCloudDatacatalogV1beta1TagTemplateField) *ProjectsLocationsTagTemplatesFieldsCreateCall
Create: Creates a field in a tag template. The user should enable the DataCatalog API in the project identified by the `parent` parameter (see DataCatalog Resource Project(https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- parent: The name of the project and the template location region(https://cloud.google.com/data-catalog/docs/concepts/regions). Example: *projects/{project_id}/locations/us-central1/tagTemplates/{tag_template_id}.
func (*ProjectsLocationsTagTemplatesFieldsService)Delete¶
func (r *ProjectsLocationsTagTemplatesFieldsService) Delete(namestring) *ProjectsLocationsTagTemplatesFieldsDeleteCall
Delete: Deletes a field in a tag template and all uses of that field. Usersshould enable the Data Catalog API in the project identified by the `name`parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: The name of the tag template field to delete. Example: *projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}.
func (*ProjectsLocationsTagTemplatesFieldsService)Patch¶
func (r *ProjectsLocationsTagTemplatesFieldsService) Patch(namestring, googleclouddatacatalogv1beta1tagtemplatefield *GoogleCloudDatacatalogV1beta1TagTemplateField) *ProjectsLocationsTagTemplatesFieldsPatchCall
Patch: Updates a field in a tag template. This method cannot be used toupdate the field type. Users should enable the Data Catalog API in theproject identified by the `name` parameter (see [Data Catalog ResourceProject](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: The name of the tag template field. Example: *projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}.
func (*ProjectsLocationsTagTemplatesFieldsService)Rename¶
func (r *ProjectsLocationsTagTemplatesFieldsService) Rename(namestring, googleclouddatacatalogv1beta1renametagtemplatefieldrequest *GoogleCloudDatacatalogV1beta1RenameTagTemplateFieldRequest) *ProjectsLocationsTagTemplatesFieldsRenameCall
Rename: Renames a field in a tag template. The user should enable the DataCatalog API in the project identified by the `name` parameter (see DataCatalog Resource Project(https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: The name of the tag template. Example: *projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}/fields/{tag_template_field_id}.
typeProjectsLocationsTagTemplatesGetCall¶
type ProjectsLocationsTagTemplatesGetCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesGetCall)Context¶
func (c *ProjectsLocationsTagTemplatesGetCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesGetCall)Do¶
func (c *ProjectsLocationsTagTemplatesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplate,error)
Do executes the "datacatalog.projects.locations.tagTemplates.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1TagTemplate.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesGetCall)Fields¶
func (c *ProjectsLocationsTagTemplatesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesGetCall)Header¶
func (c *ProjectsLocationsTagTemplatesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTagTemplatesGetCall)IfNoneMatch¶
func (c *ProjectsLocationsTagTemplatesGetCall) IfNoneMatch(entityTagstring) *ProjectsLocationsTagTemplatesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeProjectsLocationsTagTemplatesGetIamPolicyCall¶
type ProjectsLocationsTagTemplatesGetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesGetIamPolicyCall)Context¶
func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesGetIamPolicyCall)Do¶
func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.tagTemplates.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesGetIamPolicyCall)Fields¶
func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesGetIamPolicyCall)Header¶
func (c *ProjectsLocationsTagTemplatesGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTagTemplatesPatchCall¶
type ProjectsLocationsTagTemplatesPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesPatchCall)Context¶
func (c *ProjectsLocationsTagTemplatesPatchCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesPatchCall)Do¶
func (c *ProjectsLocationsTagTemplatesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1TagTemplate,error)
Do executes the "datacatalog.projects.locations.tagTemplates.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1TagTemplate.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesPatchCall)Fields¶
func (c *ProjectsLocationsTagTemplatesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesPatchCall)Header¶
func (c *ProjectsLocationsTagTemplatesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTagTemplatesPatchCall)UpdateMask¶
func (c *ProjectsLocationsTagTemplatesPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsTagTemplatesPatchCall
UpdateMask sets the optional parameter "updateMask": Names of fields whosevalues to overwrite on a tag template. Currently, only `display_name` can beoverwritten. In general, if this parameter is absent or empty, allmodifiable fields are overwritten. If such fields are non-required andomitted in the request body, their values are emptied.
typeProjectsLocationsTagTemplatesService¶
type ProjectsLocationsTagTemplatesService struct {Fields *ProjectsLocationsTagTemplatesFieldsService// contains filtered or unexported fields}funcNewProjectsLocationsTagTemplatesService¶
func NewProjectsLocationsTagTemplatesService(s *Service) *ProjectsLocationsTagTemplatesService
func (*ProjectsLocationsTagTemplatesService)Create¶
func (r *ProjectsLocationsTagTemplatesService) Create(parentstring, googleclouddatacatalogv1beta1tagtemplate *GoogleCloudDatacatalogV1beta1TagTemplate) *ProjectsLocationsTagTemplatesCreateCall
Create: Creates a tag template. The user should enable the Data Catalog APIin the project identified by the `parent` parameter (see Data CatalogResource Project(https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- parent: The name of the project and the template location[region](https://cloud.google.com/data-catalog/docs/concepts/regions.Example: * projects/{project_id}/locations/us-central1.
func (*ProjectsLocationsTagTemplatesService)Delete¶
func (r *ProjectsLocationsTagTemplatesService) Delete(namestring) *ProjectsLocationsTagTemplatesDeleteCall
Delete: Deletes a tag template and all tags using the template. Users shouldenable the Data Catalog API in the project identified by the `name`parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: The name of the tag template to delete. Example: *projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}.
func (*ProjectsLocationsTagTemplatesService)Get¶
func (r *ProjectsLocationsTagTemplatesService) Get(namestring) *ProjectsLocationsTagTemplatesGetCall
Get: Gets a tag template.
- name: The name of the tag template. Example: *projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}.
func (*ProjectsLocationsTagTemplatesService)GetIamPolicy¶
func (r *ProjectsLocationsTagTemplatesService) GetIamPolicy(resourcestring, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsTagTemplatesGetIamPolicyCall
GetIamPolicy: Gets the access control policy for a resource. A `NOT_FOUND`error is returned if the resource does not exist. An empty policy isreturned if the resource exists but does not have a policy set on it.Supported resources are: - Tag templates. - Entries. - Entry groups. Note,this method cannot be used to manage policies for BigQuery, Pub/Sub and anyexternal Google Cloud Platform resources synced to Data Catalog. Callersmust have following Google IAM permission -`datacatalog.tagTemplates.getIamPolicy` to get policies on tag templates. -`datacatalog.entries.getIamPolicy` to get policies on entries. -`datacatalog.entryGroups.getIamPolicy` to get policies on entry groups.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsTagTemplatesService)Patch¶
func (r *ProjectsLocationsTagTemplatesService) Patch(namestring, googleclouddatacatalogv1beta1tagtemplate *GoogleCloudDatacatalogV1beta1TagTemplate) *ProjectsLocationsTagTemplatesPatchCall
Patch: Updates a tag template. This method cannot be used to update thefields of a template. The tag template fields are represented as separateresources and should be updated using their own create/update/deletemethods. Users should enable the Data Catalog API in the project identifiedby the `tag_template.name` parameter (see [Data Catalog Resource Project](https://cloud.google.com/data-catalog/docs/concepts/resource-project) formore information).
- name: Identifier. The resource name of the tag template in URL format.Example: *projects/{project_id}/locations/{location}/tagTemplates/{tag_template_id}Note that this TagTemplate and its child resources may not actually bestored in the location in this name.
func (*ProjectsLocationsTagTemplatesService)SetIamPolicy¶
func (r *ProjectsLocationsTagTemplatesService) SetIamPolicy(resourcestring, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsTagTemplatesSetIamPolicyCall
SetIamPolicy: Sets the access control policy for a resource. Replaces anyexisting policy. Supported resources are: - Tag templates. - Entries. -Entry groups. Note, this method cannot be used to manage policies forBigQuery, Pub/Sub and any external Google Cloud Platform resources synced toData Catalog. Callers must have following Google IAM permission -`datacatalog.tagTemplates.setIamPolicy` to set policies on tag templates. -`datacatalog.entries.setIamPolicy` to set policies on entries. -`datacatalog.entryGroups.setIamPolicy` to set policies on entry groups.
- resource: REQUIRED: The resource for which the policy is being specified.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsTagTemplatesService)TestIamPermissions¶
func (r *ProjectsLocationsTagTemplatesService) TestIamPermissions(resourcestring, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsTagTemplatesTestIamPermissionsCall
TestIamPermissions: Returns the caller's permissions on a resource. If theresource does not exist, an empty set of permissions is returned (We don'treturn a `NOT_FOUND` error). Supported resources are: - Tag templates. -Entries. - Entry groups. Note, this method cannot be used to manage policiesfor BigQuery, Pub/Sub and any external Google Cloud Platform resourcessynced to Data Catalog. A caller is not required to have Google IAMpermission to make this request.
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
typeProjectsLocationsTagTemplatesSetIamPolicyCall¶
type ProjectsLocationsTagTemplatesSetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesSetIamPolicyCall)Context¶
func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesSetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesSetIamPolicyCall)Do¶
func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.tagTemplates.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesSetIamPolicyCall)Fields¶
func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesSetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesSetIamPolicyCall)Header¶
func (c *ProjectsLocationsTagTemplatesSetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTagTemplatesTestIamPermissionsCall¶
type ProjectsLocationsTagTemplatesTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTagTemplatesTestIamPermissionsCall)Context¶
func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Context(ctxcontext.Context) *ProjectsLocationsTagTemplatesTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTagTemplatesTestIamPermissionsCall)Do¶
func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse,error)
Do executes the "datacatalog.projects.locations.tagTemplates.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*TestIamPermissionsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTagTemplatesTestIamPermissionsCall)Fields¶
func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsTagTemplatesTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTagTemplatesTestIamPermissionsCall)Header¶
func (c *ProjectsLocationsTagTemplatesTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesCreateCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesCreateCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesCreateCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesCreateCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Taxonomy,error)
Do executes the "datacatalog.projects.locations.taxonomies.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Taxonomy.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesCreateCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesCreateCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesDeleteCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesDeleteCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesDeleteCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.taxonomies.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesDeleteCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesDeleteCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesExportCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesExportCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesExportCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesExportCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesExportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesExportCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesExportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse,error)
Do executes the "datacatalog.projects.locations.taxonomies.export" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ExportTaxonomiesResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesExportCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesExportCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesExportCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesExportCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesExportCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTaxonomiesExportCall)IfNoneMatch¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesExportCall) IfNoneMatch(entityTagstring) *ProjectsLocationsTaxonomiesExportCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsTaxonomiesExportCall)SerializedTaxonomies¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesExportCall) SerializedTaxonomies(serializedTaxonomiesbool) *ProjectsLocationsTaxonomiesExportCall
SerializedTaxonomies sets the optional parameter "serializedTaxonomies":Export taxonomies as serialized taxonomies.
func (*ProjectsLocationsTaxonomiesExportCall)Taxonomies¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesExportCall) Taxonomies(taxonomies ...string) *ProjectsLocationsTaxonomiesExportCall
Taxonomies sets the optional parameter "taxonomies": Required. Resourcenames of the taxonomies to be exported.
typeProjectsLocationsTaxonomiesGetCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesGetCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesGetCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesGetCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Taxonomy,error)
Do executes the "datacatalog.projects.locations.taxonomies.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Taxonomy.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesGetCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesGetCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTaxonomiesGetCall)IfNoneMatch¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetCall) IfNoneMatch(entityTagstring) *ProjectsLocationsTaxonomiesGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeProjectsLocationsTaxonomiesGetIamPolicyCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesGetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesGetIamPolicyCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesGetIamPolicyCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.taxonomies.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesGetIamPolicyCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesGetIamPolicyCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesImportCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesImportCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesImportCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesImportCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesImportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesImportCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesImportCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse,error)
Do executes the "datacatalog.projects.locations.taxonomies.import" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ImportTaxonomiesResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesImportCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesImportCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesImportCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesImportCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesImportCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesListCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesListCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesListCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse,error)
Do executes the "datacatalog.projects.locations.taxonomies.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesListCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesListCall)Filter¶added inv0.109.0
func (c *ProjectsLocationsTaxonomiesListCall) Filter(filterstring) *ProjectsLocationsTaxonomiesListCall
Filter sets the optional parameter "filter": Supported field for filter is'service' and value is 'dataplex'. Eg: service=dataplex.
func (*ProjectsLocationsTaxonomiesListCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTaxonomiesListCall)IfNoneMatch¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsTaxonomiesListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsTaxonomiesListCall)PageSize¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) PageSize(pageSizeint64) *ProjectsLocationsTaxonomiesListCall
PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. Must be a value between 1 and 1000. If not set, defaults to 50.
func (*ProjectsLocationsTaxonomiesListCall)PageToken¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) PageToken(pageTokenstring) *ProjectsLocationsTaxonomiesListCall
PageToken sets the optional parameter "pageToken": The next_page_token valuereturned from a previous list request, if any. If not set, defaults to anempty string.
func (*ProjectsLocationsTaxonomiesListCall)Pages¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesListCall) Pages(ctxcontext.Context, f func(*GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeProjectsLocationsTaxonomiesPatchCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPatchCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPatchCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPatchCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1Taxonomy,error)
Do executes the "datacatalog.projects.locations.taxonomies.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1Taxonomy.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPatchCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPatchCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTaxonomiesPatchCall)UpdateMask¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsTaxonomiesPatchCall
UpdateMask sets the optional parameter "updateMask": The update mask appliesto the resource. For the `FieldMask` definition, seehttps://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmaskIf not set, defaults to all of the fields that are allowed to update.
typeProjectsLocationsTaxonomiesPolicyTagsCreateCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsCreateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsCreateCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsCreateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsCreateCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1PolicyTag,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.create" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1PolicyTag.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsCreateCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsCreateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsCreateCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsCreateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesPolicyTagsDeleteCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsDeleteCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsDeleteCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsDeleteCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.delete" call.Any non-2xx status code is an error. Response headers are in either*Empty.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsDeleteCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsDeleteCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesPolicyTagsGetCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsGetCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsGetCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsGetCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1PolicyTag,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.get" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1PolicyTag.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsGetCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsGetCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTaxonomiesPolicyTagsGetCall)IfNoneMatch¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetCall) IfNoneMatch(entityTagstring) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.getIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesPolicyTagsListCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.list" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse.ServerResponse.Headeror (if a response was returned at all) in error.(*googleapi.Error).Header.Use googleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)IfNoneMatch¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsTaxonomiesPolicyTagsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)PageSize¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) PageSize(pageSizeint64) *ProjectsLocationsTaxonomiesPolicyTagsListCall
PageSize sets the optional parameter "pageSize": The maximum number of itemsto return. Must be a value between 1 and 1000. If not set, defaults to 50.
func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)PageToken¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) PageToken(pageTokenstring) *ProjectsLocationsTaxonomiesPolicyTagsListCall
PageToken sets the optional parameter "pageToken": The next_page_token valuereturned from a previous List request, if any. If not set, defaults to anempty string.
func (*ProjectsLocationsTaxonomiesPolicyTagsListCall)Pages¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsListCall) Pages(ctxcontext.Context, f func(*GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
typeProjectsLocationsTaxonomiesPolicyTagsPatchCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsPatchCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsPatchCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsPatchCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudDatacatalogV1beta1PolicyTag,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.patch" call.Any non-2xx status code is an error. Response headers are in either*GoogleCloudDatacatalogV1beta1PolicyTag.ServerResponse.Header or (if aresponse was returned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsPatchCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsPatchCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsTaxonomiesPolicyTagsPatchCall)UpdateMask¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsPatchCall) UpdateMask(updateMaskstring) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
UpdateMask sets the optional parameter "updateMask": The update mask appliesto the resource. Only display_name, description and parent_policy_tag can beupdated and thus can be listed in the mask. If update_mask is not provided,all allowed fields (i.e. display_name, description and parent) will beupdated. For more information including the `FieldMask` definition, seehttps://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmaskIf not set, defaults to all of the fields that are allowed to update.
typeProjectsLocationsTaxonomiesPolicyTagsService¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsService struct {// contains filtered or unexported fields}funcNewProjectsLocationsTaxonomiesPolicyTagsService¶added inv0.15.0
func NewProjectsLocationsTaxonomiesPolicyTagsService(s *Service) *ProjectsLocationsTaxonomiesPolicyTagsService
func (*ProjectsLocationsTaxonomiesPolicyTagsService)Create¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Create(parentstring, googleclouddatacatalogv1beta1policytag *GoogleCloudDatacatalogV1beta1PolicyTag) *ProjectsLocationsTaxonomiesPolicyTagsCreateCall
Create: Creates a policy tag in the specified taxonomy.
- parent: Resource name of the taxonomy that the policy tag will belong to.
func (*ProjectsLocationsTaxonomiesPolicyTagsService)Delete¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Delete(namestring) *ProjectsLocationsTaxonomiesPolicyTagsDeleteCall
Delete: Deletes a policy tag. Also deletes all of its descendant policytags.
- name: Resource name of the policy tag to be deleted. All of its descendantpolicy tags will also be deleted.
func (*ProjectsLocationsTaxonomiesPolicyTagsService)Get¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Get(namestring) *ProjectsLocationsTaxonomiesPolicyTagsGetCall
Get: Gets a policy tag.
- name: Resource name of the requested policy tag.
func (*ProjectsLocationsTaxonomiesPolicyTagsService)GetIamPolicy¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) GetIamPolicy(resourcestring, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsTaxonomiesPolicyTagsGetIamPolicyCall
GetIamPolicy: Gets the IAM policy for a taxonomy or a policy tag.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsTaxonomiesPolicyTagsService)List¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) List(parentstring) *ProjectsLocationsTaxonomiesPolicyTagsListCall
List: Lists all policy tags in a taxonomy.
- parent: Resource name of the taxonomy to list the policy tags of.
func (*ProjectsLocationsTaxonomiesPolicyTagsService)Patch¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) Patch(namestring, googleclouddatacatalogv1beta1policytag *GoogleCloudDatacatalogV1beta1PolicyTag) *ProjectsLocationsTaxonomiesPolicyTagsPatchCall
Patch: Updates a policy tag.
- name: Identifier. Resource name of this policy tag, whose format is:"projects/{project_number}/locations/{location_id}/taxonomies/{taxonomy_id}/policyTags/{id}".
func (*ProjectsLocationsTaxonomiesPolicyTagsService)SetIamPolicy¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) SetIamPolicy(resourcestring, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall
SetIamPolicy: Sets the IAM policy for a taxonomy or a policy tag.
- resource: REQUIRED: The resource for which the policy is being specified.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsTaxonomiesPolicyTagsService)TestIamPermissions¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesPolicyTagsService) TestIamPermissions(resourcestring, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall
TestIamPermissions: Returns the permissions that a caller has on thespecified taxonomy or policy tag.
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
typeProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsSetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse,error)
Do executes the "datacatalog.projects.locations.taxonomies.policyTags.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*TestIamPermissionsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesPolicyTagsTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesService¶added inv0.15.0
type ProjectsLocationsTaxonomiesService struct {PolicyTags *ProjectsLocationsTaxonomiesPolicyTagsService// contains filtered or unexported fields}funcNewProjectsLocationsTaxonomiesService¶added inv0.15.0
func NewProjectsLocationsTaxonomiesService(s *Service) *ProjectsLocationsTaxonomiesService
func (*ProjectsLocationsTaxonomiesService)Create¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) Create(parentstring, googleclouddatacatalogv1beta1taxonomy *GoogleCloudDatacatalogV1beta1Taxonomy) *ProjectsLocationsTaxonomiesCreateCall
Create: Creates a taxonomy in the specified project.
- parent: Resource name of the project that the taxonomy will belong to.
func (*ProjectsLocationsTaxonomiesService)Delete¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) Delete(namestring) *ProjectsLocationsTaxonomiesDeleteCall
Delete: Deletes a taxonomy. This operation will also delete all policy tagsin this taxonomy along with their associated policies.
- name: Resource name of the taxonomy to be deleted. All policy tags in thistaxonomy will also be deleted.
func (*ProjectsLocationsTaxonomiesService)Export¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) Export(parentstring) *ProjectsLocationsTaxonomiesExportCall
Export: Exports all taxonomies and their policy tags in a project. Thismethod generates SerializedTaxonomy protos with nested policy tags that canbe used as an input for future ImportTaxonomies calls.
- parent: Resource name of the project that taxonomies to be exported willshare.
func (*ProjectsLocationsTaxonomiesService)Get¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) Get(namestring) *ProjectsLocationsTaxonomiesGetCall
Get: Gets a taxonomy.
- name: Resource name of the requested taxonomy.
func (*ProjectsLocationsTaxonomiesService)GetIamPolicy¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) GetIamPolicy(resourcestring, getiampolicyrequest *GetIamPolicyRequest) *ProjectsLocationsTaxonomiesGetIamPolicyCall
GetIamPolicy: Gets the IAM policy for a taxonomy or a policy tag.
- resource: REQUIRED: The resource for which the policy is being requested.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsTaxonomiesService)Import¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) Import(parentstring, googleclouddatacatalogv1beta1importtaxonomiesrequest *GoogleCloudDatacatalogV1beta1ImportTaxonomiesRequest) *ProjectsLocationsTaxonomiesImportCall
Import: Imports all taxonomies and their policy tags to a project as newtaxonomies. This method provides a bulk taxonomy / policy tag creation usingnested proto structure.
- parent: Resource name of project that the imported taxonomies will belongto.
func (*ProjectsLocationsTaxonomiesService)List¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) List(parentstring) *ProjectsLocationsTaxonomiesListCall
List: Lists all taxonomies in a project in a particular location that thecaller has permission to view.
- parent: Resource name of the project to list the taxonomies of.
func (*ProjectsLocationsTaxonomiesService)Patch¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) Patch(namestring, googleclouddatacatalogv1beta1taxonomy *GoogleCloudDatacatalogV1beta1Taxonomy) *ProjectsLocationsTaxonomiesPatchCall
Patch: Updates a taxonomy.
- name: Identifier. Resource name of this taxonomy, whose format is:"projects/{project_number}/locations/{location_id}/taxonomies/{id}".
func (*ProjectsLocationsTaxonomiesService)SetIamPolicy¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) SetIamPolicy(resourcestring, setiampolicyrequest *SetIamPolicyRequest) *ProjectsLocationsTaxonomiesSetIamPolicyCall
SetIamPolicy: Sets the IAM policy for a taxonomy or a policy tag.
- resource: REQUIRED: The resource for which the policy is being specified.See Resource names (https://cloud.google.com/apis/design/resource_names)for the appropriate value for this field.
func (*ProjectsLocationsTaxonomiesService)TestIamPermissions¶added inv0.15.0
func (r *ProjectsLocationsTaxonomiesService) TestIamPermissions(resourcestring, testiampermissionsrequest *TestIamPermissionsRequest) *ProjectsLocationsTaxonomiesTestIamPermissionsCall
TestIamPermissions: Returns the permissions that a caller has on thespecified taxonomy or policy tag.
- resource: REQUIRED: The resource for which the policy detail is beingrequested. See Resource names(https://cloud.google.com/apis/design/resource_names) for the appropriatevalue for this field.
typeProjectsLocationsTaxonomiesSetIamPolicyCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesSetIamPolicyCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesSetIamPolicyCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesSetIamPolicyCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesSetIamPolicyCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,error)
Do executes the "datacatalog.projects.locations.taxonomies.setIamPolicy" call.Any non-2xx status code is an error. Response headers are in either*Policy.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesSetIamPolicyCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesSetIamPolicyCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesSetIamPolicyCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesSetIamPolicyCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsTaxonomiesTestIamPermissionsCall¶added inv0.15.0
type ProjectsLocationsTaxonomiesTestIamPermissionsCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsTaxonomiesTestIamPermissionsCall)Context¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Context(ctxcontext.Context) *ProjectsLocationsTaxonomiesTestIamPermissionsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsTaxonomiesTestIamPermissionsCall)Do¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestIamPermissionsResponse,error)
Do executes the "datacatalog.projects.locations.taxonomies.testIamPermissions" call.Any non-2xx status code is an error. Response headers are in either*TestIamPermissionsResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsLocationsTaxonomiesTestIamPermissionsCall)Fields¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsLocationsTaxonomiesTestIamPermissionsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsTaxonomiesTestIamPermissionsCall)Header¶added inv0.15.0
func (c *ProjectsLocationsTaxonomiesTestIamPermissionsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsService¶
type ProjectsService struct {Locations *ProjectsLocationsService// contains filtered or unexported fields}funcNewProjectsService¶
func NewProjectsService(s *Service) *ProjectsService
typeService¶
type Service struct {BasePathstring// API endpoint base URLUserAgentstring// optional additional User-Agent fragmentCatalog *CatalogServiceEntries *EntriesServiceProjects *ProjectsService// contains filtered or unexported fields} funcNewdeprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead.To provide a custom HTTP client, use option.WithHTTPClient.If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
funcNewService¶
NewService creates a new Service.
typeSetIamPolicyRequest¶
type SetIamPolicyRequest struct {// Policy: REQUIRED: The complete policy to be applied to the `resource`. The// size of the policy is limited to a few 10s of KB. An empty policy is a valid// policy but certain Google Cloud services (such as Projects) might reject// them.Policy *Policy `json:"policy,omitempty"`// ForceSendFields is a list of field names (e.g. "Policy") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Policy") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}SetIamPolicyRequest: Request message for `SetIamPolicy` method.
func (SetIamPolicyRequest)MarshalJSON¶
func (sSetIamPolicyRequest) MarshalJSON() ([]byte,error)
typeStatus¶added inv0.107.0
type Status struct {// Code: The status code, which should be an enum value of google.rpc.Code.Codeint64 `json:"code,omitempty"`// Details: A list of messages that carry the error details. There is a common// set of message types for APIs to use.Details []googleapi.RawMessage `json:"details,omitempty"`// Message: A developer-facing error message, which should be in English. Any// user-facing error message should be localized and sent in the// google.rpc.Status.details field, or localized by the client.Messagestring `json:"message,omitempty"`// ForceSendFields is a list of field names (e.g. "Code") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Code") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}Status: The `Status` type defines a logical error model that is suitable fordifferent programming environments, including REST APIs and RPC APIs. It isused by gRPC (https://github.com/grpc). Each `Status` message contains threepieces of data: error code, error message, and error details. You can findout more about this error model and how to work with it in the API DesignGuide (https://cloud.google.com/apis/design/errors).
func (Status)MarshalJSON¶added inv0.107.0
typeTestIamPermissionsRequest¶
type TestIamPermissionsRequest struct {// Permissions: The set of permissions to check for the `resource`. Permissions// with wildcards (such as `*` or `storage.*`) are not allowed. For more// information see IAM Overview// (https://cloud.google.com/iam/docs/overview#permissions).Permissions []string `json:"permissions,omitempty"`// ForceSendFields is a list of field names (e.g. "Permissions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Permissions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}TestIamPermissionsRequest: Request message for `TestIamPermissions` method.
func (TestIamPermissionsRequest)MarshalJSON¶
func (sTestIamPermissionsRequest) MarshalJSON() ([]byte,error)
typeTestIamPermissionsResponse¶
type TestIamPermissionsResponse struct {// Permissions: A subset of `TestPermissionsRequest.permissions` that the// caller is allowed.Permissions []string `json:"permissions,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "Permissions") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Permissions") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}TestIamPermissionsResponse: Response message for `TestIamPermissions`method.
func (TestIamPermissionsResponse)MarshalJSON¶
func (sTestIamPermissionsResponse) MarshalJSON() ([]byte,error)