Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 8c305f2

Browse files
fix: specify valid go_package option (#184)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2f1c25ce-8eb0-44ab-a1b9-1723da7e1897/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) PiperOrigin-RevId: 370589666 Source-Link: googleapis/googleapis@e7d77d6
1 parent 64fcd87 commit 8c305f2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

proto-google-identity-accesscontextmanager-type/src/main/java/com/google/identity/accesscontextmanager/type/TypeProto.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
4646
+ "\020\002\022\021\n\rDESKTOP_LINUX\020\003\022\025\n\021DESKTOP_CHROME_"
4747
+ "OS\020\006\022\013\n\007ANDROID\020\004\022\007\n\003IOS\020\005*V\n\025DeviceMana"
4848
+ "gementLevel\022\032\n\026MANAGEMENT_UNSPECIFIED\020\000\022"
49-
+ "\010\n\004NONE\020\001\022\t\n\005BASIC\020\002\022\014\n\010COMPLETE\020\003B\222\002\n-c"
49+
+ "\010\n\004NONE\020\001\022\t\n\005BASIC\020\002\022\014\n\010COMPLETE\020\003B\215\002\n-c"
5050
+ "om.google.identity.accesscontextmanager."
51-
+ "typeB\tTypeProtoP\001ZMgoogle.golang.org/gen"
51+
+ "typeB\tTypeProtoP\001ZHgoogle.golang.org/gen"
5252
+ "proto/googleapis/identity/accesscontextm"
53-
+ "anager/type;type\252\002)Google.Identity.Acces"
54-
+ "sContextManager.Type\312\002)Google\\Identity\\A"
55-
+ "ccessContextManager\\Type\352\002,Google::Ident"
56-
+ "ity::AccessContextManager::Typeb\006proto3"
53+
+ "anager/type\252\002)Google.Identity.AccessCont"
54+
+ "extManager.Type\312\002)Google\\Identity\\Access"
55+
+ "ContextManager\\Type\352\002,Google::Identity::"
56+
+ "AccessContextManager::Typeb\006proto3"
5757
};
5858
descriptor =
5959
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-identity-accesscontextmanager-type/src/main/proto/google/identity/accesscontextmanager/type/device_resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package google.identity.accesscontextmanager.type;
1919
import "google/api/annotations.proto";
2020

2121
option csharp_namespace = "Google.Identity.AccessContextManager.Type";
22-
option go_package = "google.golang.org/genproto/googleapis/identity/accesscontextmanager/type;type";
22+
option go_package = "google.golang.org/genproto/googleapis/identity/accesscontextmanager/type";
2323
option java_package = "com.google.identity.accesscontextmanager.type";
2424
option java_multiple_files = true;
2525
option java_outer_classname = "TypeProto";

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-accesscontextmanager.git",
7-
"sha": "95c8d17dba7b2aa33e5efbba700cc0259bb870a9"
7+
"sha": "20cf32f43985a2c4ef1a06b1eb5e8545d8656dc2"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
15-
"internalRef": "313460921"
14+
"sha": "e7d77d65f0e05ce584c1a824c7ecab53b411498b",
15+
"internalRef": "370589666"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)