Skip to content

Commit

Permalink
chore: Fix Ruby namespace for Cloud Notebooks V1beta1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 326279948

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Aug 12 11:55:40 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 8ed61110e12ee3ef734c6a11e3f3e714c43bf09a
Source-Link: googleapis/googleapis@8ed6111
  • Loading branch information
yoshi-automation authored and jskeet committed Aug 13, 2020
1 parent 2182ebb commit 9e018bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static EnvironmentReflection() {
"R2dvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvY2xvdWQv",
"bm90ZWJvb2tzL3YxYmV0YTE7bm90ZWJvb2tzqgIeR29vZ2xlLkNsb3VkLk5v",
"dGVib29rcy5WMUJldGExygIeR29vZ2xlXENsb3VkXE5vdGVib29rc1xWMUJl",
"dGEx6gIhR29vZ2xlOjpDbG91ZDo6Tm90ZWJvb2tzOjpWMUJldGExYgZwcm90",
"dGEx6gIhR29vZ2xlOjpDbG91ZDo6Tm90ZWJvb2tzOjpWMWJldGExYgZwcm90",
"bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::Google.Api.FieldBehaviorReflection.Descriptor, global::Google.Api.ResourceReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Api.AnnotationsReflection.Descriptor, },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static InstanceReflection() {
"ZWFwaXMvY2xvdWQvbm90ZWJvb2tzL3YxYmV0YTE7bm90ZWJvb2tzqgIeR29v",
"Z2xlLkNsb3VkLk5vdGVib29rcy5WMUJldGExygIeR29vZ2xlXENsb3VkXE5v",
"dGVib29rc1xWMUJldGEx6gIhR29vZ2xlOjpDbG91ZDo6Tm90ZWJvb2tzOjpW",
"MUJldGExYgZwcm90bzM="));
"MWJldGExYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::Google.Api.FieldBehaviorReflection.Descriptor, global::Google.Api.ResourceReflection.Descriptor, global::Google.Cloud.Notebooks.V1Beta1.EnvironmentReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Api.AnnotationsReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static ServiceReflection() {
"b29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL2Nsb3VkL25v",
"dGVib29rcy92MWJldGExO25vdGVib29rc6oCHkdvb2dsZS5DbG91ZC5Ob3Rl",
"Ym9va3MuVjFCZXRhMcoCHkdvb2dsZVxDbG91ZFxOb3RlYm9va3NcVjFCZXRh",
"MeoCIUdvb2dsZTo6Q2xvdWQ6Ok5vdGVib29rczo6VjFCZXRhMWIGcHJvdG8z"));
"MeoCIUdvb2dsZTo6Q2xvdWQ6Ok5vdGVib29rczo6VjFiZXRhMWIGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::Google.Api.AnnotationsReflection.Descriptor, global::Google.Api.FieldBehaviorReflection.Descriptor, global::Google.Cloud.Notebooks.V1Beta1.EnvironmentReflection.Descriptor, global::Google.Cloud.Notebooks.V1Beta1.InstanceReflection.Descriptor, global::Google.LongRunning.OperationsReflection.Descriptor, global::Google.Protobuf.WellKnownTypes.TimestampReflection.Descriptor, global::Google.Api.ClientReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Notebooks.V1Beta1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "bb46f87724ddd2fd1ce9f9dcb71f147427775592"
"sha": "8ed61110e12ee3ef734c6a11e3f3e714c43bf09a"
}
}
]
Expand Down

0 comments on commit 9e018bf

Please sign in to comment.