Skip to content

Commit f5ee95d

Browse files
chore: add storage_control.proto publish settings for C#, PHP and Ruby (#2451)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 616205855 Source-Link: https://togithub.com/googleapis/googleapis/commit/05e9c326c5c93a2b083158bdd5af22226c64174b Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/5a2e475514d8b120afc40ef3c20a185399411f46 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWEyZTQ3NTUxNGQ4YjEyMGFmYzQwZWYzYzIwYTE4NTM5OTQxMWY0NiJ9
1 parent bf35a9a commit f5ee95d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

proto-google-cloud-storage-control-v2/src/main/java/com/google/storage/control/v2/StorageControlProto.java

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
204204
+ "m/auth/devstorage.full_control,https://w"
205205
+ "ww.googleapis.com/auth/devstorage.read_o"
206206
+ "nly,https://www.googleapis.com/auth/devs"
207-
+ "torage.read_writeB\312\001\n\035com.google.storage"
207+
+ "torage.read_writeB\264\002\n\035com.google.storage"
208208
+ ".control.v2B\023StorageControlProtoP\001ZKclou"
209209
+ "d.google.com/go/storage/control/apiv2/st"
210-
+ "oragecontrolpb;storagecontrolpb\352AD\n\035stor"
211-
+ "age.googleapis.com/Bucket\022#projects/{pro"
212-
+ "ject}/buckets/{bucket}b\006proto3"
210+
+ "oragecontrolpb;storagecontrolpb\252\002\037Google"
211+
+ ".Cloud.Storage.Control.V2\312\002\037Google\\Cloud"
212+
+ "\\Storage\\Control\\V2\352\002#Google::Cloud::Sto"
213+
+ "rage::Control::V2\352AD\n\035storage.googleapis"
214+
+ ".com/Bucket\022#projects/{project}/buckets/"
215+
+ "{bucket}b\006proto3"
213216
};
214217
descriptor =
215218
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-storage-control-v2/src/main/proto/google/storage/control/v2/storage_control.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ import "google/longrunning/operations.proto";
2525
import "google/protobuf/empty.proto";
2626
import "google/protobuf/timestamp.proto";
2727

28+
option csharp_namespace = "Google.Cloud.Storage.Control.V2";
2829
option go_package = "cloud.google.com/go/storage/control/apiv2/storagecontrolpb;storagecontrolpb";
2930
option java_multiple_files = true;
3031
option java_outer_classname = "StorageControlProto";
3132
option java_package = "com.google.storage.control.v2";
33+
option php_namespace = "Google\\Cloud\\Storage\\Control\\V2";
34+
option ruby_package = "Google::Cloud::Storage::Control::V2";
3235
option (google.api.resource_definition) = {
3336
type: "storage.googleapis.com/Bucket"
3437
pattern: "projects/{project}/buckets/{bucket}"

0 commit comments

Comments
 (0)