123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- type: google.api.Service
- config_version: 3
- name: bigquery.googleapis.com
- title: BigQuery API
- apis:
- - name: google.cloud.bigquery.v2.ModelService
- documentation:
- summary: 'A data platform for customers to create, manage, share and query data.'
- rules:
- - selector: google.iam.v1.IAMPolicy.GetIamPolicy
- description: |-
- Gets the access control policy for a resource. Returns an empty policy
- if the resource exists and does not have a policy set.
- - selector: google.iam.v1.IAMPolicy.SetIamPolicy
- description: |-
- Sets the access control policy on the specified resource. Replaces
- any existing policy.
- Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`
- errors.
- - selector: google.iam.v1.IAMPolicy.TestIamPermissions
- description: |-
- Returns permissions that a caller has on the specified resource. If the
- resource does not exist, this will return an empty set of
- permissions, not a `NOT_FOUND` error.
- Note: This operation is designed to be used for building
- permission-aware UIs and command-line tools, not for authorization
- checking. This operation may "fail open" without warning.
- http:
- rules:
- - selector: google.iam.v1.IAMPolicy.GetIamPolicy
- post: '/bigquery/v2/{resource=projects/*/datasets/*}:getIamPolicy'
- body: '*'
- additional_bindings:
- - post: '/bigquery/v2/{resource=projects/*/datasets/*/tables/*}:getIamPolicy'
- body: '*'
- - post: '/bigquery/v2/{resource=projects/*/datasets/*/tables/*/rowAccessPolicies/*}:getIamPolicy'
- body: '*'
- - selector: google.iam.v1.IAMPolicy.SetIamPolicy
- post: '/bigquery/v2/{resource=projects/*/datasets/*}:setIamPolicy'
- body: '*'
- additional_bindings:
- - post: '/bigquery/v2/{resource=projects/*/datasets/*/tables/*}:setIamPolicy'
- body: '*'
- - selector: google.iam.v1.IAMPolicy.TestIamPermissions
- post: '/bigquery/v2/{resource=projects/*/datasets/*}:testIamPermissions'
- body: '*'
- additional_bindings:
- - post: '/bigquery/v2/{resource=projects/*/datasets/*/tables/*}:testIamPermissions'
- body: '*'
- - post: '/bigquery/v2/{resource=projects/*/datasets/*/tables/*/rowAccessPolicies/*}:testIamPermissions'
- body: '*'
- authentication:
- rules:
- - selector: google.cloud.bigquery.v2.ModelService.DeleteModel
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/bigquery,
- https://www.googleapis.com/auth/cloud-platform
- - selector: google.cloud.bigquery.v2.ModelService.GetModel
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/bigquery,
- https://www.googleapis.com/auth/bigquery.readonly,
- https://www.googleapis.com/auth/cloud-platform,
- https://www.googleapis.com/auth/cloud-platform.read-only
- - selector: google.cloud.bigquery.v2.ModelService.ListModels
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/bigquery,
- https://www.googleapis.com/auth/bigquery.readonly,
- https://www.googleapis.com/auth/cloud-platform,
- https://www.googleapis.com/auth/cloud-platform.read-only
- - selector: google.cloud.bigquery.v2.ModelService.PatchModel
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/bigquery,
- https://www.googleapis.com/auth/cloud-platform
- - selector: google.iam.v1.IAMPolicy.GetIamPolicy
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/bigquery,
- https://www.googleapis.com/auth/bigquery.readonly,
- https://www.googleapis.com/auth/cloud-platform,
- https://www.googleapis.com/auth/cloud-platform.read-only
- - selector: google.iam.v1.IAMPolicy.SetIamPolicy
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/bigquery,
- https://www.googleapis.com/auth/cloud-platform
- - selector: google.iam.v1.IAMPolicy.TestIamPermissions
- oauth:
- canonical_scopes: |-
- https://www.googleapis.com/auth/bigquery,
- https://www.googleapis.com/auth/bigquery.readonly,
- https://www.googleapis.com/auth/cloud-platform,
- https://www.googleapis.com/auth/cloud-platform.read-only
|