aboutsummaryrefslogtreecommitdiff
path: root/google/cloud/talent/v4beta1/histogram.proto
diff options
context:
space:
mode:
Diffstat (limited to 'google/cloud/talent/v4beta1/histogram.proto')
-rw-r--r--google/cloud/talent/v4beta1/histogram.proto9
1 files changed, 3 insertions, 6 deletions
diff --git a/google/cloud/talent/v4beta1/histogram.proto b/google/cloud/talent/v4beta1/histogram.proto
index 22c4f82df..a8caf39a0 100644
--- a/google/cloud/talent/v4beta1/histogram.proto
+++ b/google/cloud/talent/v4beta1/histogram.proto
@@ -17,8 +17,8 @@ syntax = "proto3";
package google.cloud.talent.v4beta1;
-import "google/api/annotations.proto";
import "google/protobuf/wrappers.proto";
+import "google/api/annotations.proto";
option go_package = "google.golang.org/genproto/googleapis/cloud/talent/v4beta1;talent";
option java_multiple_files = true;
@@ -33,11 +33,8 @@ message HistogramQuery {
// An expression specifies a histogram request against matching resources
// (for example, jobs, profiles) for searches.
//
- // See
- // [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries]
- // and
- // [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries]
- // for details about syntax.
+ // See [SearchJobsRequest.histogram_queries][google.cloud.talent.v4beta1.SearchJobsRequest.histogram_queries] and
+ // [SearchProfilesRequest.histogram_queries][google.cloud.talent.v4beta1.SearchProfilesRequest.histogram_queries] for details about syntax.
string histogram_query = 1;
}