You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/rpc/code.proto" (package "google.rpc", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/rpc/error_details.proto" (package "google.rpc", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -47,7 +47,7 @@ export interface RetryInfo {
|
||||
/**
|
||||
* Clients should wait at least this long between retrying the same request.
|
||||
*
|
||||
* @generated from protobuf field: google.protobuf.Duration retry_delay = 1;
|
||||
* @generated from protobuf field: google.protobuf.Duration retry_delay = 1
|
||||
*/
|
||||
retry_delay?: Duration;
|
||||
}
|
||||
@@ -60,13 +60,13 @@ export interface DebugInfo {
|
||||
/**
|
||||
* The stack trace entries indicating where the error occurred.
|
||||
*
|
||||
* @generated from protobuf field: repeated string stack_entries = 1;
|
||||
* @generated from protobuf field: repeated string stack_entries = 1
|
||||
*/
|
||||
stack_entries: string[];
|
||||
/**
|
||||
* Additional debugging information provided by the server.
|
||||
*
|
||||
* @generated from protobuf field: string detail = 2;
|
||||
* @generated from protobuf field: string detail = 2
|
||||
*/
|
||||
detail: string;
|
||||
}
|
||||
@@ -89,7 +89,7 @@ export interface QuotaFailure {
|
||||
/**
|
||||
* Describes all quota violations.
|
||||
*
|
||||
* @generated from protobuf field: repeated google.rpc.QuotaFailure.Violation violations = 1;
|
||||
* @generated from protobuf field: repeated google.rpc.QuotaFailure.Violation violations = 1
|
||||
*/
|
||||
violations: QuotaFailure_Violation[];
|
||||
}
|
||||
@@ -105,7 +105,7 @@ export interface QuotaFailure_Violation {
|
||||
* For example, "clientip:<ip address of client>" or "project:<Google
|
||||
* developer project id>".
|
||||
*
|
||||
* @generated from protobuf field: string subject = 1;
|
||||
* @generated from protobuf field: string subject = 1
|
||||
*/
|
||||
subject: string;
|
||||
/**
|
||||
@@ -117,7 +117,7 @@ export interface QuotaFailure_Violation {
|
||||
* For example: "Service disabled" or "Daily Limit for read operations
|
||||
* exceeded".
|
||||
*
|
||||
* @generated from protobuf field: string description = 2;
|
||||
* @generated from protobuf field: string description = 2
|
||||
*/
|
||||
description: string;
|
||||
}
|
||||
@@ -134,7 +134,7 @@ export interface PreconditionFailure {
|
||||
/**
|
||||
* Describes all precondition violations.
|
||||
*
|
||||
* @generated from protobuf field: repeated google.rpc.PreconditionFailure.Violation violations = 1;
|
||||
* @generated from protobuf field: repeated google.rpc.PreconditionFailure.Violation violations = 1
|
||||
*/
|
||||
violations: PreconditionFailure_Violation[];
|
||||
}
|
||||
@@ -149,7 +149,7 @@ export interface PreconditionFailure_Violation {
|
||||
* enum type to define the supported precondition violation types. For
|
||||
* example, "TOS" for "Terms of Service violation".
|
||||
*
|
||||
* @generated from protobuf field: string type = 1;
|
||||
* @generated from protobuf field: string type = 1
|
||||
*/
|
||||
type: string;
|
||||
/**
|
||||
@@ -157,7 +157,7 @@ export interface PreconditionFailure_Violation {
|
||||
* For example, "google.com/cloud" relative to the "TOS" type would
|
||||
* indicate which terms of service is being referenced.
|
||||
*
|
||||
* @generated from protobuf field: string subject = 2;
|
||||
* @generated from protobuf field: string subject = 2
|
||||
*/
|
||||
subject: string;
|
||||
/**
|
||||
@@ -166,7 +166,7 @@ export interface PreconditionFailure_Violation {
|
||||
*
|
||||
* For example: "Terms of service not accepted".
|
||||
*
|
||||
* @generated from protobuf field: string description = 3;
|
||||
* @generated from protobuf field: string description = 3
|
||||
*/
|
||||
description: string;
|
||||
}
|
||||
@@ -180,7 +180,7 @@ export interface BadRequest {
|
||||
/**
|
||||
* Describes all violations in a client request.
|
||||
*
|
||||
* @generated from protobuf field: repeated google.rpc.BadRequest.FieldViolation field_violations = 1;
|
||||
* @generated from protobuf field: repeated google.rpc.BadRequest.FieldViolation field_violations = 1
|
||||
*/
|
||||
field_violations: BadRequest_FieldViolation[];
|
||||
}
|
||||
@@ -195,13 +195,13 @@ export interface BadRequest_FieldViolation {
|
||||
* sequence of dot-separated identifiers that identify a protocol buffer
|
||||
* field. E.g., "field_violations.field" would identify this field.
|
||||
*
|
||||
* @generated from protobuf field: string field = 1;
|
||||
* @generated from protobuf field: string field = 1
|
||||
*/
|
||||
field: string;
|
||||
/**
|
||||
* A description of why the request element is bad.
|
||||
*
|
||||
* @generated from protobuf field: string description = 2;
|
||||
* @generated from protobuf field: string description = 2
|
||||
*/
|
||||
description: string;
|
||||
}
|
||||
@@ -216,14 +216,14 @@ export interface RequestInfo {
|
||||
* An opaque string that should only be interpreted by the service generating
|
||||
* it. For example, it can be used to identify requests in the service's logs.
|
||||
*
|
||||
* @generated from protobuf field: string request_id = 1;
|
||||
* @generated from protobuf field: string request_id = 1
|
||||
*/
|
||||
request_id: string;
|
||||
/**
|
||||
* Any data that was used to serve this request. For example, an encrypted
|
||||
* stack trace that can be sent back to the service provider for debugging.
|
||||
*
|
||||
* @generated from protobuf field: string serving_data = 2;
|
||||
* @generated from protobuf field: string serving_data = 2
|
||||
*/
|
||||
serving_data: string;
|
||||
}
|
||||
@@ -238,7 +238,7 @@ export interface ResourceInfo {
|
||||
* "cloud storage bucket", "file", "Google calendar"; or the type URL
|
||||
* of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
|
||||
*
|
||||
* @generated from protobuf field: string resource_type = 1;
|
||||
* @generated from protobuf field: string resource_type = 1
|
||||
*/
|
||||
resource_type: string;
|
||||
/**
|
||||
@@ -246,7 +246,7 @@ export interface ResourceInfo {
|
||||
* name: "example.com_4fghdhgsrgh@group.calendar.google.com", if the current
|
||||
* error is [google.rpc.Code.PERMISSION_DENIED][google.rpc.Code.PERMISSION_DENIED].
|
||||
*
|
||||
* @generated from protobuf field: string resource_name = 2;
|
||||
* @generated from protobuf field: string resource_name = 2
|
||||
*/
|
||||
resource_name: string;
|
||||
/**
|
||||
@@ -254,7 +254,7 @@ export interface ResourceInfo {
|
||||
* For example, "user:<owner email>" or "project:<Google developer project
|
||||
* id>".
|
||||
*
|
||||
* @generated from protobuf field: string owner = 3;
|
||||
* @generated from protobuf field: string owner = 3
|
||||
*/
|
||||
owner: string;
|
||||
/**
|
||||
@@ -262,7 +262,7 @@ export interface ResourceInfo {
|
||||
* For example, updating a cloud project may require the `writer` permission
|
||||
* on the developer console project.
|
||||
*
|
||||
* @generated from protobuf field: string description = 4;
|
||||
* @generated from protobuf field: string description = 4
|
||||
*/
|
||||
description: string;
|
||||
}
|
||||
@@ -279,7 +279,7 @@ export interface Help {
|
||||
/**
|
||||
* URL(s) pointing to additional information on handling the current error.
|
||||
*
|
||||
* @generated from protobuf field: repeated google.rpc.Help.Link links = 1;
|
||||
* @generated from protobuf field: repeated google.rpc.Help.Link links = 1
|
||||
*/
|
||||
links: Help_Link[];
|
||||
}
|
||||
@@ -292,13 +292,13 @@ export interface Help_Link {
|
||||
/**
|
||||
* Describes what the link offers.
|
||||
*
|
||||
* @generated from protobuf field: string description = 1;
|
||||
* @generated from protobuf field: string description = 1
|
||||
*/
|
||||
description: string;
|
||||
/**
|
||||
* The URL of the link.
|
||||
*
|
||||
* @generated from protobuf field: string url = 2;
|
||||
* @generated from protobuf field: string url = 2
|
||||
*/
|
||||
url: string;
|
||||
}
|
||||
@@ -314,13 +314,13 @@ export interface LocalizedMessage {
|
||||
* http://www.rfc-editor.org/rfc/bcp/bcp47.txt.
|
||||
* Examples are: "en-US", "fr-CH", "es-MX"
|
||||
*
|
||||
* @generated from protobuf field: string locale = 1;
|
||||
* @generated from protobuf field: string locale = 1
|
||||
*/
|
||||
locale: string;
|
||||
/**
|
||||
* The localized error message in the above locale.
|
||||
*
|
||||
* @generated from protobuf field: string message = 2;
|
||||
* @generated from protobuf field: string message = 2
|
||||
*/
|
||||
message: string;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/rpc/status.proto" (package "google.rpc", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -86,7 +86,7 @@ export interface Status {
|
||||
/**
|
||||
* The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
|
||||
*
|
||||
* @generated from protobuf field: int32 code = 1;
|
||||
* @generated from protobuf field: int32 code = 1
|
||||
*/
|
||||
code: number;
|
||||
/**
|
||||
@@ -94,14 +94,14 @@ export interface Status {
|
||||
* user-facing error message should be localized and sent in the
|
||||
* [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
|
||||
*
|
||||
* @generated from protobuf field: string message = 2;
|
||||
* @generated from protobuf field: string message = 2
|
||||
*/
|
||||
message: string;
|
||||
/**
|
||||
* A list of messages that carry the error details. There is a common set of
|
||||
* message types for APIs to use.
|
||||
*
|
||||
* @generated from protobuf field: repeated google.protobuf.Any details = 3;
|
||||
* @generated from protobuf field: repeated google.protobuf.Any details = 3
|
||||
*/
|
||||
details: Any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user