File tree 3 files changed +6
-6
lines changed
gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub
proto-google-cloud-storage-v2/src/main
java/com/google/storage/v2
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ public class GrpcStorageStub extends StorageStub {
472
472
private static final PathTemplate DELETE_OBJECT_0_PATH_TEMPLATE =
473
473
PathTemplate .create ("{bucket=**}" );
474
474
private static final PathTemplate CANCEL_RESUMABLE_WRITE_0_PATH_TEMPLATE =
475
- PathTemplate .create ("{bucket=projects/*/buckets/*}: **" );
475
+ PathTemplate .create ("{bucket=projects/*/buckets/*}/ **" );
476
476
private static final PathTemplate GET_OBJECT_0_PATH_TEMPLATE = PathTemplate .create ("{bucket=**}" );
477
477
private static final PathTemplate READ_OBJECT_0_PATH_TEMPLATE =
478
478
PathTemplate .create ("{bucket=**}" );
@@ -487,7 +487,7 @@ public class GrpcStorageStub extends StorageStub {
487
487
private static final PathTemplate START_RESUMABLE_WRITE_0_PATH_TEMPLATE =
488
488
PathTemplate .create ("{bucket=**}" );
489
489
private static final PathTemplate QUERY_WRITE_STATUS_0_PATH_TEMPLATE =
490
- PathTemplate .create ("{bucket=projects/*/buckets/*}: **" );
490
+ PathTemplate .create ("{bucket=projects/*/buckets/*}/ **" );
491
491
private static final PathTemplate GET_SERVICE_ACCOUNT_0_PATH_TEMPLATE =
492
492
PathTemplate .create ("{project=**}" );
493
493
private static final PathTemplate CREATE_HMAC_KEY_0_PATH_TEMPLATE =
Original file line number Diff line number Diff line change @@ -811,7 +811,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
811
811
+ "ncelResumableWriteRequest\032 /.google.stora"
812
812
+ "ge.v2.CancelResumableWriteResponse\" A\212 \323 \344 \223 "
813
813
+ "\002 /\022 -\n \t upload_id\022 {bucket=projects/*/buck"
814
- + "ets/*}: **\332 A\t upload_id\022 \225 \001 \n \t GetObject\022 #.go"
814
+ + "ets/*}/ **\332 A\t upload_id\022 \225 \001 \n \t GetObject\022 #.go"
815
815
+ "ogle.storage.v2.GetObjectRequest\032 \031 .googl"
816
816
+ "e.storage.v2.Object\" H\212 \323 \344 \223 \002 \027 \022 \025 \n \006 bucket\022 \013 {"
817
817
+ "bucket=**}\332 A\r bucket,object\332 A\030 bucket,obje"
@@ -841,7 +841,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
841
841
+ "storage.v2.QueryWriteStatusRequest\032 +.goo"
842
842
+ "gle.storage.v2.QueryWriteStatusResponse\" "
843
843
+ "A\212 \323 \344 \223 \002 /\022 -\n \t upload_id\022 {bucket=projects/*"
844
- + "/buckets/*}: **\332 A\t upload_id\022 \200 \001 \n \021 GetServic"
844
+ + "/buckets/*}/ **\332 A\t upload_id\022 \200 \001 \n \021 GetServic"
845
845
+ "eAccount\022 +.google.storage.v2.GetServiceA"
846
846
+ "ccountRequest\032 !.google.storage.v2.Servic"
847
847
+ "eAccount\" \033 \212 \323 \344 \223 \002 \013 \022 \t \n \007 project\332 A\007 project\022 \225 \001 "
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ service Storage {
252
252
option (google.api.routing ) = {
253
253
routing_parameters {
254
254
field : "upload_id"
255
- path_template : "{bucket=projects/*/buckets/*}: **"
255
+ path_template : "{bucket=projects/*/buckets/*}/ **"
256
256
}
257
257
};
258
258
option (google.api.method_signature ) = "upload_id" ;
@@ -391,7 +391,7 @@ service Storage {
391
391
option (google.api.routing ) = {
392
392
routing_parameters {
393
393
field : "upload_id"
394
- path_template : "{bucket=projects/*/buckets/*}: **"
394
+ path_template : "{bucket=projects/*/buckets/*}/ **"
395
395
}
396
396
};
397
397
option (google.api.method_signature ) = "upload_id" ;
You can’t perform that action at this time.
0 commit comments