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

Commit

Permalink
fix: specify valid go_package option (#184)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Apr 30, 2021
1 parent 64fcd87 commit 8c305f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Expand Up @@ -46,14 +46,14 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\020\002\022\021\n\rDESKTOP_LINUX\020\003\022\025\n\021DESKTOP_CHROME_"
+ "OS\020\006\022\013\n\007ANDROID\020\004\022\007\n\003IOS\020\005*V\n\025DeviceMana"
+ "gementLevel\022\032\n\026MANAGEMENT_UNSPECIFIED\020\000\022"
+ "\010\n\004NONE\020\001\022\t\n\005BASIC\020\002\022\014\n\010COMPLETE\020\003B\222\002\n-c"
+ "\010\n\004NONE\020\001\022\t\n\005BASIC\020\002\022\014\n\010COMPLETE\020\003B\215\002\n-c"
+ "om.google.identity.accesscontextmanager."
+ "typeB\tTypeProtoP\001ZMgoogle.golang.org/gen"
+ "typeB\tTypeProtoP\001ZHgoogle.golang.org/gen"
+ "proto/googleapis/identity/accesscontextm"
+ "anager/type;type\252\002)Google.Identity.Acces"
+ "sContextManager.Type\312\002)Google\\Identity\\A"
+ "ccessContextManager\\Type\352\002,Google::Ident"
+ "ity::AccessContextManager::Typeb\006proto3"
+ "anager/type\252\002)Google.Identity.AccessCont"
+ "extManager.Type\312\002)Google\\Identity\\Access"
+ "ContextManager\\Type\352\002,Google::Identity::"
+ "AccessContextManager::Typeb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
Expand Down
Expand Up @@ -19,7 +19,7 @@ package google.identity.accesscontextmanager.type;
import "google/api/annotations.proto";

option csharp_namespace = "Google.Identity.AccessContextManager.Type";
option go_package = "google.golang.org/genproto/googleapis/identity/accesscontextmanager/type;type";
option go_package = "google.golang.org/genproto/googleapis/identity/accesscontextmanager/type";
option java_package = "com.google.identity.accesscontextmanager.type";
option java_multiple_files = true;
option java_outer_classname = "TypeProto";
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-accesscontextmanager.git",
"sha": "95c8d17dba7b2aa33e5efbba700cc0259bb870a9"
"sha": "20cf32f43985a2c4ef1a06b1eb5e8545d8656dc2"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c4e37010d74071851ff24121f522e802231ac86e",
"internalRef": "313460921"
"sha": "e7d77d65f0e05ce584c1a824c7ecab53b411498b",
"internalRef": "370589666"
}
},
{
Expand Down

0 comments on commit 8c305f2

Please sign in to comment.