|
1877 | 1877 | "https://www.googleapis.com/auth/cloud-platform"
|
1878 | 1878 | ]
|
1879 | 1879 | }
|
1880 |
| - }, |
1881 |
| - "resources": { |
1882 |
| - "views": { |
1883 |
| - "methods": { |
1884 |
| - "getIamPolicy": { |
1885 |
| - "description": "Gets the access control policy for a Table resource. Returns an empty policy if the resource exists but does not have a policy set.", |
1886 |
| - "flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/views/{viewsId}:getIamPolicy", |
1887 |
| - "httpMethod": "POST", |
1888 |
| - "id": "bigtableadmin.projects.instances.tables.views.getIamPolicy", |
1889 |
| - "parameterOrder": [ |
1890 |
| - "resource" |
1891 |
| - ], |
1892 |
| - "parameters": { |
1893 |
| - "resource": { |
1894 |
| - "description": "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.", |
1895 |
| - "location": "path", |
1896 |
| - "pattern": "^projects/[^/]+/instances/[^/]+/tables/[^/]+/views/[^/]+$", |
1897 |
| - "required": true, |
1898 |
| - "type": "string" |
1899 |
| - } |
1900 |
| - }, |
1901 |
| - "path": "v2/{+resource}:getIamPolicy", |
1902 |
| - "request": { |
1903 |
| - "$ref": "GetIamPolicyRequest" |
1904 |
| - }, |
1905 |
| - "response": { |
1906 |
| - "$ref": "Policy" |
1907 |
| - }, |
1908 |
| - "scopes": [ |
1909 |
| - "https://www.googleapis.com/auth/bigtable.admin", |
1910 |
| - "https://www.googleapis.com/auth/bigtable.admin.table", |
1911 |
| - "https://www.googleapis.com/auth/cloud-bigtable.admin", |
1912 |
| - "https://www.googleapis.com/auth/cloud-bigtable.admin.table", |
1913 |
| - "https://www.googleapis.com/auth/cloud-platform" |
1914 |
| - ] |
1915 |
| - }, |
1916 |
| - "setIamPolicy": { |
1917 |
| - "description": "Sets the access control policy on a Table resource. Replaces any existing policy.", |
1918 |
| - "flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/views/{viewsId}:setIamPolicy", |
1919 |
| - "httpMethod": "POST", |
1920 |
| - "id": "bigtableadmin.projects.instances.tables.views.setIamPolicy", |
1921 |
| - "parameterOrder": [ |
1922 |
| - "resource" |
1923 |
| - ], |
1924 |
| - "parameters": { |
1925 |
| - "resource": { |
1926 |
| - "description": "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.", |
1927 |
| - "location": "path", |
1928 |
| - "pattern": "^projects/[^/]+/instances/[^/]+/tables/[^/]+/views/[^/]+$", |
1929 |
| - "required": true, |
1930 |
| - "type": "string" |
1931 |
| - } |
1932 |
| - }, |
1933 |
| - "path": "v2/{+resource}:setIamPolicy", |
1934 |
| - "request": { |
1935 |
| - "$ref": "SetIamPolicyRequest" |
1936 |
| - }, |
1937 |
| - "response": { |
1938 |
| - "$ref": "Policy" |
1939 |
| - }, |
1940 |
| - "scopes": [ |
1941 |
| - "https://www.googleapis.com/auth/bigtable.admin", |
1942 |
| - "https://www.googleapis.com/auth/bigtable.admin.table", |
1943 |
| - "https://www.googleapis.com/auth/cloud-bigtable.admin", |
1944 |
| - "https://www.googleapis.com/auth/cloud-bigtable.admin.table", |
1945 |
| - "https://www.googleapis.com/auth/cloud-platform" |
1946 |
| - ] |
1947 |
| - }, |
1948 |
| - "testIamPermissions": { |
1949 |
| - "description": "Returns permissions that the caller has on the specified table resource.", |
1950 |
| - "flatPath": "v2/projects/{projectsId}/instances/{instancesId}/tables/{tablesId}/views/{viewsId}:testIamPermissions", |
1951 |
| - "httpMethod": "POST", |
1952 |
| - "id": "bigtableadmin.projects.instances.tables.views.testIamPermissions", |
1953 |
| - "parameterOrder": [ |
1954 |
| - "resource" |
1955 |
| - ], |
1956 |
| - "parameters": { |
1957 |
| - "resource": { |
1958 |
| - "description": "REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.", |
1959 |
| - "location": "path", |
1960 |
| - "pattern": "^projects/[^/]+/instances/[^/]+/tables/[^/]+/views/[^/]+$", |
1961 |
| - "required": true, |
1962 |
| - "type": "string" |
1963 |
| - } |
1964 |
| - }, |
1965 |
| - "path": "v2/{+resource}:testIamPermissions", |
1966 |
| - "request": { |
1967 |
| - "$ref": "TestIamPermissionsRequest" |
1968 |
| - }, |
1969 |
| - "response": { |
1970 |
| - "$ref": "TestIamPermissionsResponse" |
1971 |
| - }, |
1972 |
| - "scopes": [ |
1973 |
| - "https://www.googleapis.com/auth/bigtable.admin", |
1974 |
| - "https://www.googleapis.com/auth/bigtable.admin.table", |
1975 |
| - "https://www.googleapis.com/auth/cloud-bigtable.admin", |
1976 |
| - "https://www.googleapis.com/auth/cloud-bigtable.admin.table", |
1977 |
| - "https://www.googleapis.com/auth/cloud-platform" |
1978 |
| - ] |
1979 |
| - } |
1980 |
| - } |
1981 |
| - } |
1982 | 1880 | }
|
1983 | 1881 | }
|
1984 | 1882 | }
|
|
2068 | 1966 | }
|
2069 | 1967 | }
|
2070 | 1968 | },
|
2071 |
| - "revision": "20230619", |
| 1969 | + "revision": "20230731", |
2072 | 1970 | "rootUrl": "https://bigtableadmin.googleapis.com/",
|
2073 | 1971 | "schemas": {
|
2074 | 1972 | "AppProfile": {
|
|
2196 | 2094 | "type": "string"
|
2197 | 2095 | },
|
2198 | 2096 | "expireTime": {
|
2199 |
| - "description": "Required. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 30 days from the time the request is received. Once the `expire_time` has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.", |
| 2097 | + "description": "Required. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 90 days from the time the request is received. Once the `expire_time` has passed, Cloud Bigtable will delete the backup and free the resources used by the backup.", |
2200 | 2098 | "format": "google-datetime",
|
2201 | 2099 | "type": "string"
|
2202 | 2100 | },
|
|
2368 | 2266 | "type": "string"
|
2369 | 2267 | },
|
2370 | 2268 | "serveNodes": {
|
2371 |
| - "description": "The number of nodes allocated to this cluster. More nodes enable higher throughput and more consistent performance.", |
| 2269 | + "description": "The number of nodes in the cluster. If no value is set, Cloud Bigtable automatically allocates nodes based on your data footprint and optimized for 50% storage utilization.", |
2372 | 2270 | "format": "int32",
|
2373 | 2271 | "type": "integer"
|
2374 | 2272 | },
|
|
0 commit comments