| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2d0b3a1 commit fe4d9b3
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -98,27 +98,12 @@ documentation: | |||
| 98 | 98 | permission-aware UIs and command-line tools, not for authorization | |
| 99 | 99 | checking. This operation may "fail open" without warning. | |
| 100 | 100 | ||
| 101 | - backend: | ||
| 101 | + http: | ||
| 102 | 102 | rules: | |
| 103 | 103 | - selector: google.cloud.location.Locations.GetLocation | |
| 104 | - deadline: 60.0 | ||
| 104 | + get: '/v1/{name=projects/*/locations/*}' | ||
| 105 | 105 | - selector: google.cloud.location.Locations.ListLocations | |
| 106 | - deadline: 60.0 | ||
| 107 | - - selector: 'google.cloud.visionai.v1.AppPlatform.*' | ||
| 108 | - deadline: 60.0 | ||
| 109 | - - selector: 'google.cloud.visionai.v1.LiveVideoAnalytics.*' | ||
| 110 | - deadline: 60.0 | ||
| 111 | - - selector: 'google.cloud.visionai.v1.StreamsService.*' | ||
| 112 | - deadline: 60.0 | ||
| 113 | - - selector: 'google.cloud.visionai.v1.Warehouse.*' | ||
| 114 | - deadline: 60.0 | ||
| 115 | - - selector: 'google.iam.v1.IAMPolicy.*' | ||
| 116 | - deadline: 60.0 | ||
| 117 | - - selector: 'google.longrunning.Operations.*' | ||
| 118 | - deadline: 60.0 | ||
| 119 | - | ||
| 120 | - http: | ||
| 121 | - rules: | ||
| 106 | + get: '/v1/{name=projects/*}/locations' | ||
| 122 | 107 | - selector: google.longrunning.Operations.CancelOperation | |
| 123 | 108 | post: '/v1/{name=projects/*/locations/*/operations/*}:cancel' | |
| 124 | 109 | body: '*' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - // Copyright 2025 Google LLC | ||
| 1 | + // Copyright 2026 Google LLC | ||
| 2 | 2 | // | |
| 3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); | |
| 4 | 4 | // you may not use this file except in compliance with the License. | |
@@ -41,7 +41,7 @@ option ruby_package = "Google::Cloud::VisionAI::V1"; | |||
| 41 | 41 | ||
| 42 | 42 | // Service that manages media content + metadata for streaming. | |
| 43 | 43 | service Warehouse { | |
| 44 | - option (google.api.default_host) = "visionai.googleapis.com"; | ||
| 44 | + option (google.api.default_host) = "warehouse-visionai.googleapis.com"; | ||
| 45 | 45 | option (google.api.oauth_scopes) = | |
| 46 | 46 | "https://www.googleapis.com/auth/cloud-platform"; | |
| 47 | 47 | ||
@@ -3247,7 +3247,7 @@ message SearchIndexEndpointRequest { | |||
| 3247 | 3247 | // If negative, INVALID_ARGUMENT error will be returned. | |
| 3248 | 3248 | // If unspecified or 0, API will pick a default size, which is 10. | |
| 3249 | 3249 | // If the requested page size is larger than the maximum size, API will pick | |
| 3250 | - // the maximum size, which is 100. | ||
| 3250 | + // the maximum size, which is 200. | ||
| 3251 | 3251 | int32 page_size = 5; | |
| 3252 | 3252 | ||
| 3253 | 3253 | // The continuation token to fetch the next page. If empty, it means it is | |
@@ -3344,8 +3344,8 @@ message SearchResultItem { | |||
| 3344 | 3344 | // image query). | |
| 3345 | 3345 | // By default this represents cosine similarity between the query and the | |
| 3346 | 3346 | // retrieved media content. The value is in the range of [-1, 1]. | |
| 3347 | - // Note that search ranking is not only decided by this relevance score, | ||
| 3348 | - // but also other factors such as the match of annotations. | ||
| 3347 | + // Note that search ranking is not only decided by this relevance score, but | ||
| 3348 | + // also other factors such as the match of annotations. | ||
| 3349 | 3349 | double relevance = 6; | |
| 3350 | 3350 | ||
| 3351 | 3351 | // Search result annotations specified by result_annotation_keys in search | |
| Back | FazBrowse Home | New Git URL |
0 commit comments