chirpstack/api/grpc-web/google/api/service_pb.d.ts
Orne Brocaar 103e4298fb Add device-profile option to configure region configuration.
By selecting a region configuration, devices using the device-profile
will only stick to the selected region configuration, rather than the
configurations provided by the selected region common-name.

This change also renames the region 'name' option to 'id' in the region
configuration, as well it adds a 'description' to provide a human
readable description, which is used in the drop-down in the UI.

This also fixes the JS API generation. In a previous commit the the
protobuf package was updated, but the latest protobuf compiler no longer
supports generating JS code (this now requires an external plugin). This
has been fixed.

Please note that if you have implemented custom ADR algorithms that are
referring to the 'regionName' key, that you must change this to
'regionConfigId' (see the ADR code example).
2023-01-09 12:04:10 +00:00

188 lines
8.4 KiB
TypeScript
Vendored

import * as jspb from 'google-protobuf'
import * as google_api_auth_pb from '../../google/api/auth_pb';
import * as google_api_backend_pb from '../../google/api/backend_pb';
import * as google_api_billing_pb from '../../google/api/billing_pb';
import * as google_api_client_pb from '../../google/api/client_pb';
import * as google_api_context_pb from '../../google/api/context_pb';
import * as google_api_control_pb from '../../google/api/control_pb';
import * as google_api_documentation_pb from '../../google/api/documentation_pb';
import * as google_api_endpoint_pb from '../../google/api/endpoint_pb';
import * as google_api_http_pb from '../../google/api/http_pb';
import * as google_api_log_pb from '../../google/api/log_pb';
import * as google_api_logging_pb from '../../google/api/logging_pb';
import * as google_api_metric_pb from '../../google/api/metric_pb';
import * as google_api_monitored_resource_pb from '../../google/api/monitored_resource_pb';
import * as google_api_monitoring_pb from '../../google/api/monitoring_pb';
import * as google_api_quota_pb from '../../google/api/quota_pb';
import * as google_api_source_info_pb from '../../google/api/source_info_pb';
import * as google_api_system_parameter_pb from '../../google/api/system_parameter_pb';
import * as google_api_usage_pb from '../../google/api/usage_pb';
import * as google_protobuf_api_pb from 'google-protobuf/google/protobuf/api_pb';
import * as google_protobuf_type_pb from 'google-protobuf/google/protobuf/type_pb';
import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb';
export class Service extends jspb.Message {
getName(): string;
setName(value: string): Service;
getTitle(): string;
setTitle(value: string): Service;
getProducerProjectId(): string;
setProducerProjectId(value: string): Service;
getId(): string;
setId(value: string): Service;
getApisList(): Array<google_protobuf_api_pb.Api>;
setApisList(value: Array<google_protobuf_api_pb.Api>): Service;
clearApisList(): Service;
addApis(value?: google_protobuf_api_pb.Api, index?: number): google_protobuf_api_pb.Api;
getTypesList(): Array<google_protobuf_type_pb.Type>;
setTypesList(value: Array<google_protobuf_type_pb.Type>): Service;
clearTypesList(): Service;
addTypes(value?: google_protobuf_type_pb.Type, index?: number): google_protobuf_type_pb.Type;
getEnumsList(): Array<google_protobuf_type_pb.Enum>;
setEnumsList(value: Array<google_protobuf_type_pb.Enum>): Service;
clearEnumsList(): Service;
addEnums(value?: google_protobuf_type_pb.Enum, index?: number): google_protobuf_type_pb.Enum;
getDocumentation(): google_api_documentation_pb.Documentation | undefined;
setDocumentation(value?: google_api_documentation_pb.Documentation): Service;
hasDocumentation(): boolean;
clearDocumentation(): Service;
getBackend(): google_api_backend_pb.Backend | undefined;
setBackend(value?: google_api_backend_pb.Backend): Service;
hasBackend(): boolean;
clearBackend(): Service;
getHttp(): google_api_http_pb.Http | undefined;
setHttp(value?: google_api_http_pb.Http): Service;
hasHttp(): boolean;
clearHttp(): Service;
getQuota(): google_api_quota_pb.Quota | undefined;
setQuota(value?: google_api_quota_pb.Quota): Service;
hasQuota(): boolean;
clearQuota(): Service;
getAuthentication(): google_api_auth_pb.Authentication | undefined;
setAuthentication(value?: google_api_auth_pb.Authentication): Service;
hasAuthentication(): boolean;
clearAuthentication(): Service;
getContext(): google_api_context_pb.Context | undefined;
setContext(value?: google_api_context_pb.Context): Service;
hasContext(): boolean;
clearContext(): Service;
getUsage(): google_api_usage_pb.Usage | undefined;
setUsage(value?: google_api_usage_pb.Usage): Service;
hasUsage(): boolean;
clearUsage(): Service;
getEndpointsList(): Array<google_api_endpoint_pb.Endpoint>;
setEndpointsList(value: Array<google_api_endpoint_pb.Endpoint>): Service;
clearEndpointsList(): Service;
addEndpoints(value?: google_api_endpoint_pb.Endpoint, index?: number): google_api_endpoint_pb.Endpoint;
getControl(): google_api_control_pb.Control | undefined;
setControl(value?: google_api_control_pb.Control): Service;
hasControl(): boolean;
clearControl(): Service;
getLogsList(): Array<google_api_log_pb.LogDescriptor>;
setLogsList(value: Array<google_api_log_pb.LogDescriptor>): Service;
clearLogsList(): Service;
addLogs(value?: google_api_log_pb.LogDescriptor, index?: number): google_api_log_pb.LogDescriptor;
getMetricsList(): Array<google_api_metric_pb.MetricDescriptor>;
setMetricsList(value: Array<google_api_metric_pb.MetricDescriptor>): Service;
clearMetricsList(): Service;
addMetrics(value?: google_api_metric_pb.MetricDescriptor, index?: number): google_api_metric_pb.MetricDescriptor;
getMonitoredResourcesList(): Array<google_api_monitored_resource_pb.MonitoredResourceDescriptor>;
setMonitoredResourcesList(value: Array<google_api_monitored_resource_pb.MonitoredResourceDescriptor>): Service;
clearMonitoredResourcesList(): Service;
addMonitoredResources(value?: google_api_monitored_resource_pb.MonitoredResourceDescriptor, index?: number): google_api_monitored_resource_pb.MonitoredResourceDescriptor;
getBilling(): google_api_billing_pb.Billing | undefined;
setBilling(value?: google_api_billing_pb.Billing): Service;
hasBilling(): boolean;
clearBilling(): Service;
getLogging(): google_api_logging_pb.Logging | undefined;
setLogging(value?: google_api_logging_pb.Logging): Service;
hasLogging(): boolean;
clearLogging(): Service;
getMonitoring(): google_api_monitoring_pb.Monitoring | undefined;
setMonitoring(value?: google_api_monitoring_pb.Monitoring): Service;
hasMonitoring(): boolean;
clearMonitoring(): Service;
getSystemParameters(): google_api_system_parameter_pb.SystemParameters | undefined;
setSystemParameters(value?: google_api_system_parameter_pb.SystemParameters): Service;
hasSystemParameters(): boolean;
clearSystemParameters(): Service;
getSourceInfo(): google_api_source_info_pb.SourceInfo | undefined;
setSourceInfo(value?: google_api_source_info_pb.SourceInfo): Service;
hasSourceInfo(): boolean;
clearSourceInfo(): Service;
getPublishing(): google_api_client_pb.Publishing | undefined;
setPublishing(value?: google_api_client_pb.Publishing): Service;
hasPublishing(): boolean;
clearPublishing(): Service;
getConfigVersion(): google_protobuf_wrappers_pb.UInt32Value | undefined;
setConfigVersion(value?: google_protobuf_wrappers_pb.UInt32Value): Service;
hasConfigVersion(): boolean;
clearConfigVersion(): Service;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): Service.AsObject;
static toObject(includeInstance: boolean, msg: Service): Service.AsObject;
static serializeBinaryToWriter(message: Service, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): Service;
static deserializeBinaryFromReader(message: Service, reader: jspb.BinaryReader): Service;
}
export namespace Service {
export type AsObject = {
name: string,
title: string,
producerProjectId: string,
id: string,
apisList: Array<google_protobuf_api_pb.Api.AsObject>,
typesList: Array<google_protobuf_type_pb.Type.AsObject>,
enumsList: Array<google_protobuf_type_pb.Enum.AsObject>,
documentation?: google_api_documentation_pb.Documentation.AsObject,
backend?: google_api_backend_pb.Backend.AsObject,
http?: google_api_http_pb.Http.AsObject,
quota?: google_api_quota_pb.Quota.AsObject,
authentication?: google_api_auth_pb.Authentication.AsObject,
context?: google_api_context_pb.Context.AsObject,
usage?: google_api_usage_pb.Usage.AsObject,
endpointsList: Array<google_api_endpoint_pb.Endpoint.AsObject>,
control?: google_api_control_pb.Control.AsObject,
logsList: Array<google_api_log_pb.LogDescriptor.AsObject>,
metricsList: Array<google_api_metric_pb.MetricDescriptor.AsObject>,
monitoredResourcesList: Array<google_api_monitored_resource_pb.MonitoredResourceDescriptor.AsObject>,
billing?: google_api_billing_pb.Billing.AsObject,
logging?: google_api_logging_pb.Logging.AsObject,
monitoring?: google_api_monitoring_pb.Monitoring.AsObject,
systemParameters?: google_api_system_parameter_pb.SystemParameters.AsObject,
sourceInfo?: google_api_source_info_pb.SourceInfo.AsObject,
publishing?: google_api_client_pb.Publishing.AsObject,
configVersion?: google_protobuf_wrappers_pb.UInt32Value.AsObject,
}
}