Skip to content

Commit 12a9851

Browse files
feat(apihub): update the api
#### apihub:v1 The following keys were added: - resources.projects.resources.locations.methods.retrieveApiViews (Total Keys: 20) - resources.projects.resources.locations.resources.addons.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.addons.methods.list (Total Keys: 18) - resources.projects.resources.locations.resources.addons.methods.manageConfig (Total Keys: 12) - resources.projects.resources.locations.resources.apis.resources.versions.resources.specs.methods.fetchAdditionalSpecContent (Total Keys: 13) - schemas.GoogleCloudApihubV1AdditionalSpecContent (Total Keys: 12) - schemas.GoogleCloudApihubV1Addon (Total Keys: 18) - schemas.GoogleCloudApihubV1AllDataAddonConfig (Total Keys: 3) - schemas.GoogleCloudApihubV1ApiView (Total Keys: 6) - schemas.GoogleCloudApihubV1ApigeeEdgeConfig (Total Keys: 3) - schemas.GoogleCloudApihubV1ApigeeOPDKConfig (Total Keys: 3) - schemas.GoogleCloudApihubV1ApigeeXHybridConfig (Total Keys: 3) - schemas.GoogleCloudApihubV1EnvironmentFilter (Total Keys: 5) - schemas.GoogleCloudApihubV1FetchAdditionalSpecContentResponse (Total Keys: 3) - schemas.GoogleCloudApihubV1FlattenedApiVersionDeploymentView (Total Keys: 5) - schemas.GoogleCloudApihubV1FlattenedApiVersionOperationDeploymentView (Total Keys: 6) - schemas.GoogleCloudApihubV1GatewayPluginAddonConfig (Total Keys: 4) - schemas.GoogleCloudApihubV1GatewayPluginConfig (Total Keys: 6) - schemas.GoogleCloudApihubV1LastExecution.properties.resultMetadata (Total Keys: 2) - schemas.GoogleCloudApihubV1ListAddonsResponse (Total Keys: 5) - schemas.GoogleCloudApihubV1ManageAddonConfigRequest (Total Keys: 3) - schemas.GoogleCloudApihubV1McpTool (Total Keys: 6) - schemas.GoogleCloudApihubV1OperationDetails.properties.mcpTool.$ref (Total Keys: 1) - schemas.GoogleCloudApihubV1OperationSchema (Total Keys: 4) - schemas.GoogleCloudApihubV1PluginInstance.properties.sourceEnvironmentsConfig (Total Keys: 2) - schemas.GoogleCloudApihubV1RetrieveApiViewsResponse (Total Keys: 5) - schemas.GoogleCloudApihubV1SourceEnvironment (Total Keys: 8) - schemas.GoogleCloudApihubV1Spec.properties.additionalSpecContents (Total Keys: 3) - schemas.GoogleCloudApihubV1ToolAnnotations (Total Keys: 8)
1 parent 94bb4cb commit 12a9851

8 files changed

+2859
-92
lines changed

docs/dyn/apihub_v1.projects.locations.addons.html

Lines changed: 319 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/apihub_v1.projects.locations.apis.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ <h3>Method Details</h3>
10231023

10241024
Args:
10251025
parent: string, Required. The parent, which owns this collection of API resources. Format: `projects/{project}/locations/{location}` (required)
1026-
filter: string, Optional. An expression that filters the list of ApiResources. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `&lt;`, `&gt;`, `:` or `=`. Filters are not case sensitive. The following fields in the `ApiResource` are eligible for filtering: * `owner.email` - The email of the team which owns the ApiResource. Allowed comparison operators: `=`. * `create_time` - The time at which the ApiResource was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `&gt;` and `&lt;`. * `display_name` - The display name of the ApiResource. Allowed comparison operators: `=`. * `target_user.enum_values.values.id` - The allowed value id of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `target_user.enum_values.values.display_name` - The allowed value display name of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.id` - The allowed value id of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.display_name` - The allowed value display name of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.id` - The allowed value id of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.display_name` - The allowed value display name of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.id` - The allowed value id of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.display_name` - The allowed value display name of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.id` - The allowed value id of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.display_name` - The allowed value display name of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \&quot;api-1\&quot;` is equivalent to `name = \&quot;projects/test-project-id/locations/test-location-id/apis/api-1\&quot;` provided the parent is `projects/test-project-id/locations/test-location-id`. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `owner.email = \&quot;apihub@google.com\&quot;` - - The owner team email is _apihub@google.com_. * `owner.email = \&quot;apihub@google.com\&quot; AND create_time &lt; \&quot;2021-08-15T14:50:00Z\&quot; AND create_time &gt; \&quot;2021-08-10T12:00:00Z\&quot;` - The owner team email is _apihub@google.com_ and the api was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `owner.email = \&quot;apihub@google.com\&quot; OR team.enum_values.values.id: apihub-team-id` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the id of the allowed value associated with the team attribute is _apihub-team-id_. * `owner.email = \&quot;apihub@google.com\&quot; OR team.enum_values.values.display_name: ApiHub Team` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the display name of the allowed value associated with the team attribute is `ApiHub Team`. * `owner.email = \&quot;apihub@google.com\&quot; AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.enum_values.values.id: test_enum_id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/1765\0f90-4a29-5431-b3d0-d5532da3764c.string_values.values: test_string_value` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ and the id of the allowed value associated with the user defined attribute of type enum is _test_enum_id_ and the value of the user defined attribute of type string is _test_..
1026+
filter: string, Optional. An expression that filters the list of ApiResources. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string. The comparison operator must be one of: `&lt;`, `&gt;`, `:` or `=`. Filters are not case sensitive. The following fields in the `ApiResource` are eligible for filtering: * `owner.email` - The email of the team which owns the ApiResource. Allowed comparison operators: `=`. * `create_time` - The time at which the ApiResource was created. The value should be in the (RFC3339)[https://tools.ietf.org/html/rfc3339] format. Allowed comparison operators: `&gt;` and `&lt;`. * `display_name` - The display name of the ApiResource. Allowed comparison operators: `=`. * `target_user.enum_values.values.id` - The allowed value id of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `target_user.enum_values.values.display_name` - The allowed value display name of the target users attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.id` - The allowed value id of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `team.enum_values.values.display_name` - The allowed value display name of the team attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.id` - The allowed value id of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `business_unit.enum_values.values.display_name` - The allowed value display name of the business unit attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.id` - The allowed value id of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `maturity_level.enum_values.values.display_name` - The allowed value display name of the maturity level attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.id` - The allowed value id of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `api_style.enum_values.values.display_name` - The allowed value display name of the api style attribute associated with the ApiResource. Allowed comparison operator is `:`. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.id` - The allowed value id of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-id is a placeholder that can be replaced with any user defined enum attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.enum_values.values.display_name` - The allowed value display name of the user defined enum attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-enum-display-name is a placeholder that can be replaced with any user defined enum attribute enum name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.string_values.values` - The allowed value of the user defined string attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-string is a placeholder that can be replaced with any user defined string attribute name. * `attributes.projects/test-project-id/locations/test-location-id/ attributes/user-defined-attribute-id.json_values.values` - The allowed value of the user defined JSON attribute associated with the Resource. Allowed comparison operator is `:`. Here user-defined-attribute-json is a placeholder that can be replaced with any user defined JSON attribute name. A filter function is also supported in the filter string. The filter function is `id(name)`. The `id(name)` function returns the id of the resource name. For example, `id(name) = \&quot;api-1\&quot;` is equivalent to `name = \&quot;projects/test-project-id/locations/test-location-id/apis/api-1\&quot;` provided the parent is `projects/test-project-id/locations/test-location-id`. Another supported filter function is `plugins(source_metadata)`. This function filters for resources that are associated with a specific plugin. For example, `plugins(source_metadata) : &quot;projects/test-project-id/locations/test-location-id/plugins/test-plugin-id&quot;` will return resources sourced from the given plugin. Expressions are combined with either `AND` logic operator or `OR` logical operator but not both of them together i.e. only one of the `AND` or `OR` operator can be used throughout the filter string and both the operators cannot be used together. No other logical operators are supported. At most three filter fields are allowed in the filter string and if provided more than that then `INVALID_ARGUMENT` error is returned by the API. Here are a few examples: * `owner.email = \&quot;apihub@google.com\&quot;` - - The owner team email is _apihub@google.com_. * `owner.email = \&quot;apihub@google.com\&quot; AND create_time &lt; \&quot;2021-08-15T14:50:00Z\&quot; AND create_time &gt; \&quot;2021-08-10T12:00:00Z\&quot;` - The owner team email is _apihub@google.com_ and the api was created before _2021-08-15 14:50:00 UTC_ and after _2021-08-10 12:00:00 UTC_. * `owner.email = \&quot;apihub@google.com\&quot; OR team.enum_values.values.id: apihub-team-id` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the id of the allowed value associated with the team attribute is _apihub-team-id_. * `owner.email = \&quot;apihub@google.com\&quot; OR team.enum_values.values.display_name: ApiHub Team` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ or the display name of the allowed value associated with the team attribute is `ApiHub Team`. * `owner.email = \&quot;apihub@google.com\&quot; AND attributes.projects/test-project-id/locations/test-location-id/ attributes/17650f90-4a29-4971-b3c0-d5532da3764b.enum_values.values.id: test_enum_id AND attributes.projects/test-project-id/locations/test-location-id/ attributes/1765\0f90-4a29-5431-b3d0-d5532da3764c.string_values.values: test_string_value` - The filter string specifies the APIs where the owner team email is _apihub@google.com_ and the id of the allowed value associated with the user defined attribute of type enum is _test_enum_id_ and the value of the user defined attribute of type string is _test_..
10271027
pageSize: integer, Optional. The maximum number of API resources to return. The service may return fewer than this value. If unspecified, at most 50 Apis will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
10281028
pageToken: string, Optional. A page token, received from a previous `ListApis` call. Provide this to retrieve the subsequent page. When paginating, all other parameters (except page_size) provided to `ListApis` must match the call that provided the page token.
10291029
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)