|
672 | 672 | "location": "query",
|
673 | 673 | "type": "string"
|
674 | 674 | },
|
675 |
| -"pageSize": { |
676 |
| -"description": "Number of entity rows to return. Defaults page size = 25. Max page size = 200.", |
677 |
| -"format": "int32", |
678 |
| -"location": "query", |
679 |
| -"type": "integer" |
680 |
| -}, |
681 |
| -"pageToken": { |
682 |
| -"description": "Page token value if available from a previous request.", |
683 |
| -"location": "query", |
684 |
| -"type": "string" |
685 |
| -}, |
686 | 675 | "parent": {
|
687 | 676 | "description": "Required. Resource name of the Entity Type. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{type}",
|
688 | 677 | "location": "path",
|
689 | 678 | "pattern": "^projects/[^/]+/locations/[^/]+/connections/[^/]+/entityTypes/[^/]+$",
|
690 | 679 | "required": true,
|
691 | 680 | "type": "string"
|
692 |
| -}, |
693 |
| -"sortBy": { |
694 |
| -"description": "List of 'sort_by' columns to use when returning the results.", |
695 |
| -"location": "query", |
696 |
| -"repeated": true, |
697 |
| -"type": "string" |
698 | 681 | }
|
699 | 682 | },
|
700 | 683 | "path": "v2/{+parent}/entitieswithacls",
|
701 | 684 | "response": {
|
702 |
| -"$ref": "ListEntitiesWithACLsResponse" |
| 685 | +"$ref": "Operation" |
703 | 686 | },
|
704 | 687 | "scopes": [
|
705 | 688 | "https://www.googleapis.com/auth/cloud-platform"
|
|
716 | 699 | }
|
717 | 700 | }
|
718 | 701 | },
|
719 |
| -"revision": "20240529", |
| 702 | +"revision": "20240606", |
720 | 703 | "rootUrl": "https://connectors.googleapis.com/",
|
721 | 704 | "schemas": {
|
722 | 705 | "AccessCredentials": {
|
|
739 | 722 | },
|
740 | 723 | "type": "object"
|
741 | 724 | },
|
742 |
| -"AclInfo": { |
743 |
| -"description": "AclInfo has a list of readers for a resource. This is defined as per the below docs https://cloud.google.com/generative-ai-app-builder/docs/reference/rest/v1alpha/projects.locations.collections.dataStores.branches.documents#aclinfo", |
744 |
| -"id": "AclInfo", |
745 |
| -"properties": { |
746 |
| -"readers": { |
747 |
| -"description": "A list of readers for a resource.", |
748 |
| -"items": { |
749 |
| -"$ref": "Readers" |
750 |
| -}, |
751 |
| -"type": "array" |
752 |
| -} |
753 |
| -}, |
754 |
| -"type": "object" |
755 |
| -}, |
756 | 725 | "Action": {
|
757 | 726 | "description": "Action message contains metadata information about a single action present in the external system.",
|
758 | 727 | "id": "Action",
|
|
957 | 926 | },
|
958 | 927 | "type": "object"
|
959 | 928 | },
|
960 |
| -"EntityWithACL": { |
961 |
| -"description": "EntityWithACL refers to a single row of an entity type with ACL information.", |
962 |
| -"id": "EntityWithACL", |
963 |
| -"properties": { |
964 |
| -"acl_info": { |
965 |
| -"$ref": "AclInfo", |
966 |
| -"description": "ACL information of the entity." |
967 |
| -}, |
968 |
| -"id": { |
969 |
| -"readOnly": true, |
970 |
| -"type": "string" |
971 |
| -}, |
972 |
| -"jsonData": { |
973 |
| -"description": "Entity data in JSON format.", |
974 |
| -"type": "string" |
975 |
| -} |
976 |
| -}, |
977 |
| -"type": "object" |
978 |
| -}, |
979 | 929 | "ExchangeAuthCodeRequest": {
|
980 | 930 | "description": "ExchangeAuthCodeRequest currently includes no fields.",
|
981 | 931 | "id": "ExchangeAuthCodeRequest",
|
@@ -1792,24 +1742,6 @@ false
|
1792 | 1742 | },
|
1793 | 1743 | "type": "object"
|
1794 | 1744 | },
|
1795 |
| -"ListEntitiesWithACLsResponse": { |
1796 |
| -"description": "Response message for EntityService.ListEntitiesWithACLs", |
1797 |
| -"id": "ListEntitiesWithACLsResponse", |
1798 |
| -"properties": { |
1799 |
| -"entitiesWithAcl": { |
1800 |
| -"description": "List containing entity rows.", |
1801 |
| -"items": { |
1802 |
| -"$ref": "EntityWithACL" |
1803 |
| -}, |
1804 |
| -"type": "array" |
1805 |
| -}, |
1806 |
| -"nextPageToken": { |
1807 |
| -"description": "Next page token if more records are available.", |
1808 |
| -"type": "string" |
1809 |
| -} |
1810 |
| -}, |
1811 |
| -"type": "object" |
1812 |
| -}, |
1813 | 1745 | "ListEntityTypesResponse": {
|
1814 | 1746 | "description": "Response message for EntityService.ListEntityTypes",
|
1815 | 1747 | "id": "ListEntityTypesResponse",
|
@@ -1986,31 +1918,51 @@ false
|
1986 | 1918 | },
|
1987 | 1919 | "type": "object"
|
1988 | 1920 | },
|
1989 |
| -"PerSliSloEligibility": { |
1990 |
| -"description": "PerSliSloEligibility is a mapping from an SLI name to eligibility.", |
1991 |
| -"id": "PerSliSloEligibility", |
| 1921 | +"Operation": { |
| 1922 | +"description": "This resource represents a long-running operation that is the result of a network API call.", |
| 1923 | +"id": "Operation", |
1992 | 1924 | "properties": {
|
1993 |
| -"eligibilities": { |
| 1925 | +"done": { |
| 1926 | +"description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.", |
| 1927 | +"type": "boolean" |
| 1928 | +}, |
| 1929 | +"error": { |
| 1930 | +"$ref": "Status", |
| 1931 | +"description": "The error result of the operation in case of failure or cancellation." |
| 1932 | +}, |
| 1933 | +"metadata": { |
1994 | 1934 | "additionalProperties": {
|
1995 |
| -"$ref": "SloEligibility" |
| 1935 | +"description": "Properties of the object. Contains field @type with type URL.", |
| 1936 | +"type": "any" |
1996 | 1937 | },
|
1997 |
| -"description": "An entry in the eligibilities map specifies an eligibility for a particular SLI for the given instance. The SLI key in the name must be a valid SLI name specified in the Eligibility Exporter binary flags otherwise an error will be emitted by Eligibility Exporter and the oncaller will be alerted. If an SLI has been defined in the binary flags but the eligibilities map does not contain it, the corresponding SLI time series will not be emitted by the Eligibility Exporter. This ensures a smooth rollout and compatibility between the data produced by different versions of the Eligibility Exporters. If eligibilities map contains a key for an SLI which has not been declared in the binary flags, there will be an error message emitted in the Eligibility Exporter log and the metric for the SLI in question will not be emitted.", |
| 1938 | +"description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.", |
| 1939 | +"type": "object" |
| 1940 | +}, |
| 1941 | +"name": { |
| 1942 | +"description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.", |
| 1943 | +"type": "string" |
| 1944 | +}, |
| 1945 | +"response": { |
| 1946 | +"additionalProperties": { |
| 1947 | +"description": "Properties of the object. Contains field @type with type URL.", |
| 1948 | +"type": "any" |
| 1949 | +}, |
| 1950 | +"description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.", |
1998 | 1951 | "type": "object"
|
1999 | 1952 | }
|
2000 | 1953 | },
|
2001 | 1954 | "type": "object"
|
2002 | 1955 | },
|
2003 |
| -"Principal": { |
2004 |
| -"description": "Principal is a user or group that has access to a resource.", |
2005 |
| -"id": "Principal", |
| 1956 | +"PerSliSloEligibility": { |
| 1957 | +"description": "PerSliSloEligibility is a mapping from an SLI name to eligibility.", |
| 1958 | +"id": "PerSliSloEligibility", |
2006 | 1959 | "properties": {
|
2007 |
| -"group_id": { |
2008 |
| -"description": "The group that has access to a resource.", |
2009 |
| -"type": "string" |
| 1960 | +"eligibilities": { |
| 1961 | +"additionalProperties": { |
| 1962 | +"$ref": "SloEligibility" |
2010 | 1963 | },
|
2011 |
| -"user_id": { |
2012 |
| -"description": "The user that has access to a resource.", |
2013 |
| -"type": "string" |
| 1964 | +"description": "An entry in the eligibilities map specifies an eligibility for a particular SLI for the given instance. The SLI key in the name must be a valid SLI name specified in the Eligibility Exporter binary flags otherwise an error will be emitted by Eligibility Exporter and the oncaller will be alerted. If an SLI has been defined in the binary flags but the eligibilities map does not contain it, the corresponding SLI time series will not be emitted by the Eligibility Exporter. This ensures a smooth rollout and compatibility between the data produced by different versions of the Eligibility Exporters. If eligibilities map contains a key for an SLI which has not been declared in the binary flags, there will be an error message emitted in the Eligibility Exporter log and the metric for the SLI in question will not be emitted.", |
| 1965 | +"type": "object" |
2014 | 1966 | }
|
2015 | 1967 | },
|
2016 | 1968 | "type": "object"
|
@@ -2212,20 +2164,6 @@ false
|
2212 | 2164 | },
|
2213 | 2165 | "type": "object"
|
2214 | 2166 | },
|
2215 |
| -"Readers": { |
2216 |
| -"description": "Readers is a list of principals that have read access to a resource.", |
2217 |
| -"id": "Readers", |
2218 |
| -"properties": { |
2219 |
| -"principals": { |
2220 |
| -"description": "A list of principals that have read access to a resource.", |
2221 |
| -"items": { |
2222 |
| -"$ref": "Principal" |
2223 |
| -}, |
2224 |
| -"type": "array" |
2225 |
| -} |
2226 |
| -}, |
2227 |
| -"type": "object" |
2228 |
| -}, |
2229 | 2167 | "Reference": {
|
2230 | 2168 | "id": "Reference",
|
2231 | 2169 | "properties": {
|
@@ -2497,6 +2435,33 @@ false
|
2497 | 2435 | },
|
2498 | 2436 | "type": "object"
|
2499 | 2437 | },
|
| 2438 | +"Status": { |
| 2439 | +"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).", |
| 2440 | +"id": "Status", |
| 2441 | +"properties": { |
| 2442 | +"code": { |
| 2443 | +"description": "The status code, which should be an enum value of google.rpc.Code.", |
| 2444 | +"format": "int32", |
| 2445 | +"type": "integer" |
| 2446 | +}, |
| 2447 | +"details": { |
| 2448 | +"description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", |
| 2449 | +"items": { |
| 2450 | +"additionalProperties": { |
| 2451 | +"description": "Properties of the object. Contains field @type with type URL.", |
| 2452 | +"type": "any" |
| 2453 | +}, |
| 2454 | +"type": "object" |
| 2455 | +}, |
| 2456 | +"type": "array" |
| 2457 | +}, |
| 2458 | +"message": { |
| 2459 | +"description": "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.", |
| 2460 | +"type": "string" |
| 2461 | +} |
| 2462 | +}, |
| 2463 | +"type": "object" |
| 2464 | +}, |
2500 | 2465 | "TimeOfDay": {
|
2501 | 2466 | "description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
|
2502 | 2467 | "id": "TimeOfDay",
|
|
0 commit comments