Skip to content

Commit 6be93a0

Browse files
Google APIscopybara-github
authored andcommitted
docs: A comment for method ListJobs in service StorageBatchOperations is changed
docs: A comment for field `parent` in message `.google.cloud.storagebatchoperations.v1.ListJobsRequest` is changed docs: A comment for field `name` in message `.google.cloud.storagebatchoperations.v1.GetJobRequest` is changed docs: A comment for field `name` in message `.google.cloud.storagebatchoperations.v1.CancelJobRequest` is changed docs: A comment for field `name` in message `.google.cloud.storagebatchoperations.v1.DeleteJobRequest` is changed docs: A comment for field `operation` in message `.google.cloud.storagebatchoperations.v1.OperationMetadata` is changed PiperOrigin-RevId: 752885882
1 parent f6bda19 commit 6be93a0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

google/cloud/storagebatchoperations/v1/storage_batch_operations.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ service StorageBatchOperations {
4242
option (google.api.oauth_scopes) =
4343
"https://www.googleapis.com/auth/cloud-platform";
4444

45-
// Lists Jobs in a given project and location.
45+
// Lists Jobs in a given project.
4646
rpc ListJobs(ListJobsRequest) returns (ListJobsResponse) {
4747
option (google.api.http) = {
4848
get: "/v1/{parent=projects/*/locations/*}/jobs"
@@ -91,7 +91,7 @@ service StorageBatchOperations {
9191

9292
// Message for request to list Jobs
9393
message ListJobsRequest {
94-
// Required. Format: projects/{project_id}/locations/{location_id} .
94+
// Required. Format: projects/{project_id}/locations/global.
9595
string parent = 1 [
9696
(google.api.field_behavior) = REQUIRED,
9797
(google.api.resource_reference) = {
@@ -127,7 +127,7 @@ message ListJobsResponse {
127127
// Message for getting a Job
128128
message GetJobRequest {
129129
// Required. `name` of the job to retrieve.
130-
// Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .
130+
// Format: projects/{project_id}/locations/global/jobs/{job_id} .
131131
string name = 1 [
132132
(google.api.field_behavior) = REQUIRED,
133133
(google.api.resource_reference) = {
@@ -166,7 +166,7 @@ message CreateJobRequest {
166166
// Message for Job to Cancel
167167
message CancelJobRequest {
168168
// Required. The `name` of the job to cancel.
169-
// Format: projects/{project_id}/locations/{location_id}/jobs/{job_id}.
169+
// Format: projects/{project_id}/locations/global/jobs/{job_id}.
170170
string name = 1 [
171171
(google.api.field_behavior) = REQUIRED,
172172
(google.api.resource_reference) = {
@@ -185,7 +185,7 @@ message CancelJobRequest {
185185
// Message for deleting a Job
186186
message DeleteJobRequest {
187187
// Required. The `name` of the job to delete.
188-
// Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .
188+
// Format: projects/{project_id}/locations/global/jobs/{job_id} .
189189
string name = 1 [
190190
(google.api.field_behavior) = REQUIRED,
191191
(google.api.resource_reference) = {
@@ -207,7 +207,7 @@ message CancelJobResponse {}
207207
// Represents the metadata of the long-running operation.
208208
message OperationMetadata {
209209
// Output only. The unique operation resource name.
210-
// Format: projects/{project}/locations/{location}/operations/{operation}.
210+
// Format: projects/{project}/locations/global/operations/{operation}.
211211
string operation = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
212212

213213
// Output only. The time the operation was created.

0 commit comments

Comments
 (0)