File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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 {
472472 private static final PathTemplate DELETE_OBJECT_0_PATH_TEMPLATE =
473473 PathTemplate .create ("{bucket=**}" );
474474 private static final PathTemplate CANCEL_RESUMABLE_WRITE_0_PATH_TEMPLATE =
475- PathTemplate .create ("{bucket=projects/*/buckets/*}: **" );
475+ PathTemplate .create ("{bucket=projects/*/buckets/*}/ **" );
476476 private static final PathTemplate GET_OBJECT_0_PATH_TEMPLATE = PathTemplate .create ("{bucket=**}" );
477477 private static final PathTemplate READ_OBJECT_0_PATH_TEMPLATE =
478478 PathTemplate .create ("{bucket=**}" );
@@ -487,7 +487,7 @@ public class GrpcStorageStub extends StorageStub {
487487 private static final PathTemplate START_RESUMABLE_WRITE_0_PATH_TEMPLATE =
488488 PathTemplate .create ("{bucket=**}" );
489489 private static final PathTemplate QUERY_WRITE_STATUS_0_PATH_TEMPLATE =
490- PathTemplate .create ("{bucket=projects/*/buckets/*}: **" );
490+ PathTemplate .create ("{bucket=projects/*/buckets/*}/ **" );
491491 private static final PathTemplate GET_SERVICE_ACCOUNT_0_PATH_TEMPLATE =
492492 PathTemplate .create ("{project=**}" );
493493 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() {
811811 + "ncelResumableWriteRequest\032 /.google.stora"
812812 + "ge.v2.CancelResumableWriteResponse\" A\212 \323 \344 \223 "
813813 + "\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"
815815 + "ogle.storage.v2.GetObjectRequest\032 \031 .googl"
816816 + "e.storage.v2.Object\" H\212 \323 \344 \223 \002 \027 \022 \025 \n \006 bucket\022 \013 {"
817817 + "bucket=**}\332 A\r bucket,object\332 A\030 bucket,obje"
@@ -841,7 +841,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
841841 + "storage.v2.QueryWriteStatusRequest\032 +.goo"
842842 + "gle.storage.v2.QueryWriteStatusResponse\" "
843843 + "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"
845845 + "eAccount\022 +.google.storage.v2.GetServiceA"
846846 + "ccountRequest\032 !.google.storage.v2.Servic"
847847 + "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 {
252252 option (google.api.routing ) = {
253253 routing_parameters {
254254 field : "upload_id"
255- path_template : "{bucket=projects/*/buckets/*}: **"
255+ path_template : "{bucket=projects/*/buckets/*}/ **"
256256 }
257257 };
258258 option (google.api.method_signature ) = "upload_id" ;
@@ -391,7 +391,7 @@ service Storage {
391391 option (google.api.routing ) = {
392392 routing_parameters {
393393 field : "upload_id"
394- path_template : "{bucket=projects/*/buckets/*}: **"
394+ path_template : "{bucket=projects/*/buckets/*}/ **"
395395 }
396396 };
397397 option (google.api.method_signature ) = "upload_id" ;
You can’t perform that action at this time.
0 commit comments