Skip to content

Commit 407fb63

Browse files
Built new protos from 4984edb
1 parent 4984edb commit 407fb63

File tree

17 files changed

+703
-161
lines changed

17 files changed

+703
-161
lines changed

component/base/v1/base.pb.gw.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/gantry/v1/gantry.pb.gw.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/inputcontroller/v1/input_controller.pb.gw.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/motor/v1/motor.pb.gw.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/posetracker/v1/pose_tracker.pb.gw.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/powersensor/v1/powersensor.pb.gw.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

component/sensor/v1/sensor.pb.gw.go

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/js/google/api/client_pb.d.ts

+6
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ export class Publishing extends jspb.Message {
145145
getProtoReferenceDocumentationUri(): string;
146146
setProtoReferenceDocumentationUri(value: string): void;
147147

148+
getRestReferenceDocumentationUri(): string;
149+
setRestReferenceDocumentationUri(value: string): void;
150+
148151
serializeBinary(): Uint8Array;
149152
toObject(includeInstance?: boolean): Publishing.AsObject;
150153
static toObject(includeInstance: boolean, msg: Publishing): Publishing.AsObject;
@@ -167,6 +170,7 @@ export namespace Publishing {
167170
organization: ClientLibraryOrganizationMap[keyof ClientLibraryOrganizationMap],
168171
librarySettingsList: Array<ClientLibrarySettings.AsObject>,
169172
protoReferenceDocumentationUri: string,
173+
restReferenceDocumentationUri: string,
170174
}
171175
}
172176

@@ -453,6 +457,8 @@ export namespace MethodSettings {
453457

454458
export const oauthScopes: jspb.ExtensionFieldInfo<string>;
455459

460+
export const apiVersion: jspb.ExtensionFieldInfo<string>;
461+
456462
export interface ClientLibraryOrganizationMap {
457463
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED: 0;
458464
CLOUD: 1;

0 commit comments

Comments
 (0)