Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add region field to Network Domain proto #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/app_connection_controller_grpc_web_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
// versions:
// protoc-gen-grpc-web v1.4.2
// protoc v4.22.2
// protoc-gen-grpc-web v1.5.0
// protoc v3.12.4
// source: app_connection_controller.proto


Expand Down
30 changes: 1 addition & 29 deletions js/app_connection_controller_pb.js
Original file line number Diff line number Diff line change
@@ -1,44 +1,16 @@
/**
* Copyright (c) 2023 Cisco Systems, Inc. and its affiliates
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/

// source: app_connection_controller.proto
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();
var global = Function('return this')();

var app_connection_pb = require('./app_connection_pb.js');
goog.object.extend(proto, app_connection_pb);
54 changes: 9 additions & 45 deletions js/app_connection_pb.js
Original file line number Diff line number Diff line change
@@ -1,44 +1,16 @@
/**
* Copyright (c) 2023 Cisco Systems, Inc. and its affiliates
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/

// source: app_connection.proto
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();
var global = Function('return this')();

var common_pb = require('./common_pb.js');
goog.object.extend(proto, common_pb);
Expand Down Expand Up @@ -2149,8 +2121,7 @@ proto.AppMetadata.prototype.getLabelMap = function(opt_noLazyCreate) {
*/
proto.AppMetadata.prototype.clearLabelMap = function() {
this.getLabelMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -4157,8 +4128,7 @@ proto.Endpoint.Selector.prototype.getMatchlabelsMap = function(opt_noLazyCreate)
*/
proto.Endpoint.Selector.prototype.clearMatchlabelsMap = function() {
this.getMatchlabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -4859,8 +4829,7 @@ proto.AppSubnet.Selector.prototype.getMatchlabelsMap = function(opt_noLazyCreate
*/
proto.AppSubnet.Selector.prototype.clearMatchlabelsMap = function() {
this.getMatchlabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -5271,8 +5240,7 @@ proto.Namespace.Selector.prototype.getMatchlabelsMap = function(opt_noLazyCreate
*/
proto.Namespace.Selector.prototype.clearMatchlabelsMap = function() {
this.getMatchlabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -6389,8 +6357,7 @@ proto.Service.Selector.prototype.getMatchlabelsMap = function(opt_noLazyCreate)
*/
proto.Service.Selector.prototype.clearMatchlabelsMap = function() {
this.getMatchlabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -6837,8 +6804,7 @@ proto.Cluster.Selector.prototype.getMatchlabelsMap = function(opt_noLazyCreate)
*/
proto.Cluster.Selector.prototype.clearMatchlabelsMap = function() {
this.getMatchlabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -7176,8 +7142,7 @@ proto.NetworkDomain.Selector.prototype.getMatchlabelsMap = function(opt_noLazyCr
*/
proto.NetworkDomain.Selector.prototype.clearMatchlabelsMap = function() {
this.getMatchlabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -7692,8 +7657,7 @@ proto.AccessPolicySelector.Selector.prototype.getMatchlabelsMap = function(opt_n
*/
proto.AccessPolicySelector.Selector.prototype.clearMatchlabelsMap = function() {
this.getMatchlabelsMap().clear();
return this;
};
return this;};



Expand Down
4 changes: 2 additions & 2 deletions js/cloud_request_grpc_web_pb.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
// versions:
// protoc-gen-grpc-web v1.4.2
// protoc v4.22.2
// protoc-gen-grpc-web v1.5.0
// protoc v3.12.4
// source: cloud_request.proto


Expand Down
51 changes: 8 additions & 43 deletions js/cloud_request_pb.js
Original file line number Diff line number Diff line change
@@ -1,44 +1,16 @@
/**
* Copyright (c) 2023 Cisco Systems, Inc. and its affiliates
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/

// source: cloud_request.proto
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();
var global = Function('return this')();

goog.exportSymbol('proto.Instance', null, global);
goog.exportSymbol('proto.K8sService', null, global);
Expand Down Expand Up @@ -720,8 +692,7 @@ proto.ListInstancesRequest.prototype.getLabelsMap = function(opt_noLazyCreate) {
*/
proto.ListInstancesRequest.prototype.clearLabelsMap = function() {
this.getLabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -1242,8 +1213,7 @@ proto.Instance.prototype.getLabelsMap = function(opt_noLazyCreate) {
*/
proto.Instance.prototype.clearLabelsMap = function() {
this.getLabelsMap().clear();
return this;
};
return this;};



Expand Down Expand Up @@ -1538,8 +1508,7 @@ proto.ListSubnetRequest.prototype.getLabelsMap = function(opt_noLazyCreate) {
*/
proto.ListSubnetRequest.prototype.clearLabelsMap = function() {
this.getLabelsMap().clear();
return this;
};
return this;};


/**
Expand Down Expand Up @@ -2000,8 +1969,7 @@ proto.Subnet.prototype.getLabelsMap = function(opt_noLazyCreate) {
*/
proto.Subnet.prototype.clearLabelsMap = function() {
this.getLabelsMap().clear();
return this;
};
return this;};



Expand Down Expand Up @@ -3335,8 +3303,7 @@ proto.VPC.prototype.getLabelsMap = function(opt_noLazyCreate) {
*/
proto.VPC.prototype.clearLabelsMap = function() {
this.getLabelsMap().clear();
return this;
};
return this;};



Expand Down Expand Up @@ -4069,8 +4036,7 @@ proto.Pod.prototype.getLabelsMap = function(opt_noLazyCreate) {
*/
proto.Pod.prototype.clearLabelsMap = function() {
this.getLabelsMap().clear();
return this;
};
return this;};



Expand Down Expand Up @@ -4581,8 +4547,7 @@ proto.K8sService.prototype.getLabelsMap = function(opt_noLazyCreate) {
*/
proto.K8sService.prototype.clearLabelsMap = function() {
this.getLabelsMap().clear();
return this;
};
return this;};


/**
Expand Down
30 changes: 1 addition & 29 deletions js/common_pb.js
Original file line number Diff line number Diff line change
@@ -1,44 +1,16 @@
/**
* Copyright (c) 2023 Cisco Systems, Inc. and its affiliates
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*/

// source: common.proto
/**
* @fileoverview
* @enhanceable
* @suppress {missingRequire} reports error on implicit type usages.
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
/* eslint-disable */
// @ts-nocheck

var jspb = require('google-protobuf');
var goog = jspb;
var global =
(typeof globalThis !== 'undefined' && globalThis) ||
(typeof window !== 'undefined' && window) ||
(typeof global !== 'undefined' && global) ||
(typeof self !== 'undefined' && self) ||
(function () { return this; }).call(null) ||
Function('return this')();
var global = Function('return this')();

goog.exportSymbol('proto.ControllerCapabilities', null, global);
goog.exportSymbol('proto.ControllerGetCapabilitiesRequest', null, global);
Expand Down
Loading