rg

package
v1.0.30 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CacheType_name = map[int32]string{
	0: "UNKNOWNTYPE",
	1: "ADD",
	2: "DEL",
}
View Source
var CacheType_value = map[string]int32{
	"UNKNOWNTYPE": 0,
	"ADD":         1,
	"DEL":         2,
}
View Source
var CommonError_name = map[int32]string{
	0:   "ERR_ALL",
	500: "ERR_INTERNAL_SERVER",
	400: "ERR_BAD_REQUEST",
}
View Source
var CommonError_value = map[string]int32{
	"ERR_ALL":             0,
	"ERR_INTERNAL_SERVER": 500,
	"ERR_BAD_REQUEST":     400,
}
View Source
var E_Auth = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*Auth)(nil),
	Field:         811000,
	Name:          "rg.auth",
	Tag:           "bytes,811000,opt,name=auth",
	Filename:      "rg/rg.proto",
}
View Source
var E_Cache = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*Cache)(nil),
	Field:         814000,
	Name:          "rg.cache",
	Tag:           "bytes,814000,opt,name=cache",
	Filename:      "rg/rg.proto",
}
View Source
var E_DefaultErrors = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.ServiceOptions)(nil),
	ExtensionType: (*DefaultError)(nil),
	Field:         850000,
	Name:          "rg.default_errors",
	Tag:           "bytes,850000,opt,name=default_errors",
	Filename:      "rg/rg.proto",
}
View Source
var E_Errors = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: ([]*Error)(nil),
	Field:         810000,
	Name:          "rg.errors",
	Tag:           "bytes,810000,rep,name=errors",
	Filename:      "rg/rg.proto",
}
View Source
var E_GatewayUrl = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         812000,
	Name:          "rg.gateway_url",
	Tag:           "bytes,812000,opt,name=gateway_url",
	Filename:      "rg/rg.proto",
}
View Source
var E_Oauth = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.MethodOptions)(nil),
	ExtensionType: (*OAuth)(nil),
	Field:         813000,
	Name:          "rg.oauth",
	Tag:           "bytes,813000,opt,name=oauth",
	Filename:      "rg/rg.proto",
}
View Source
var E_Unstable = &proto.ExtensionDesc{
	ExtendedType:  (*descriptor.ServiceOptions)(nil),
	ExtensionType: (*bool)(nil),
	Field:         830001,
	Name:          "rg.unstable",
	Tag:           "varint,830001,opt,name=unstable",
	Filename:      "rg/rg.proto",
}
View Source
var HttpStatus_name = map[int32]string{
	0:   "UNKNOWN",
	100: "CONTINUE",
	101: "SWITCHING_PROTOCOLS",
	102: "PROCESSING",
	103: "EARLY_HINTS",
	200: "OK",
	201: "CREATED",
	202: "ACCEPTED",
	203: "NON_AUTHORITATIVE_INFORMATION",
	204: "NO_CONTENT",
	205: "RESET_CONTENT",
	206: "PARTIAL_CONTENT",
	207: "MULTI_STATUS",
	208: "ALREADY_REPORTED",
	226: "IM_USED",
	300: "MULTIPLE_CHOICES",
	301: "MOVED_PERMANENTLY",
	302: "FOUND",
	303: "SEE_OTHER",
	304: "NOT_MODIFIED",
	305: "USE_PROXY",
	306: "SWITCH_PROXY",
	307: "TEMPORARY_REDIRECT",
	308: "PERMANENT_REDIRECT",
	400: "BAD_REQUEST",
	401: "UNAUTHORIZED",
	402: "PAYMENT_REQUIRED",
	403: "FORBIDDEN",
	404: "NOT_FOUND",
	405: "METHOD_NOT_ALLOWED",
	406: "NOT_ACCEPTABLE",
	407: "PROXY_AUTHENTICATION_REQUIRED",
	408: "REQUEST_TIMEOUT",
	409: "CONFLICT",
	410: "GONE",
	411: "LENGTH_REQUIRED",
	412: "PRECONDITION_FAILED",
	413: "PAYLOAD_TOO_LARGE",
	414: "URI_TOO_LONG",
	415: "UNSUPPORTED_MEDIA_TYPE",
	416: "RANGE_NOT_SATISFIABLE",
	417: "EXPECTATION_FAILED",
	418: "I_M_A_TEAPOT",
	421: "MISDIRECTED_REQUEST",
	422: "UNPROCESSABLE_ENTITY",
	423: "LOCKED",
	424: "FAILED_DEPENDENCY",
	425: "TOO_EARLY",
	426: "UPGRADE_REQUIRED",
	428: "PRECONDITION_REQUIRED",
	429: "TOO_MANY_REQUESTS",
	431: "REQUEST_HEADER_FIELDS_TOO_LARGE",
	451: "UNAVAILABLE_FOR_LEGAL_REASONS",
	500: "INTERNAL_SERVER_ERROR",
	501: "NOT_IMPLEMENTED",
	502: "BAD_GATEWAY",
	503: "SERVICE_UNAVAILABLE",
	504: "GATEWAY_TIMEOUT",
	505: "HTTP_VERSION_NOT_SUPPORTED",
	506: "VARIANT_ALSO_NEGOTIATES",
	507: "INSUFFICIENT_STORAGE",
	508: "LOOP_DETECTED",
	510: "NOT_EXTENDED",
	511: "NETWORK_AUTHENTICATION_REQUIRED",
}
View Source
var HttpStatus_value = map[string]int32{
	"UNKNOWN":                         0,
	"CONTINUE":                        100,
	"SWITCHING_PROTOCOLS":             101,
	"PROCESSING":                      102,
	"EARLY_HINTS":                     103,
	"OK":                              200,
	"CREATED":                         201,
	"ACCEPTED":                        202,
	"NON_AUTHORITATIVE_INFORMATION":   203,
	"NO_CONTENT":                      204,
	"RESET_CONTENT":                   205,
	"PARTIAL_CONTENT":                 206,
	"MULTI_STATUS":                    207,
	"ALREADY_REPORTED":                208,
	"IM_USED":                         226,
	"MULTIPLE_CHOICES":                300,
	"MOVED_PERMANENTLY":               301,
	"FOUND":                           302,
	"SEE_OTHER":                       303,
	"NOT_MODIFIED":                    304,
	"USE_PROXY":                       305,
	"SWITCH_PROXY":                    306,
	"TEMPORARY_REDIRECT":              307,
	"PERMANENT_REDIRECT":              308,
	"BAD_REQUEST":                     400,
	"UNAUTHORIZED":                    401,
	"PAYMENT_REQUIRED":                402,
	"FORBIDDEN":                       403,
	"NOT_FOUND":                       404,
	"METHOD_NOT_ALLOWED":              405,
	"NOT_ACCEPTABLE":                  406,
	"PROXY_AUTHENTICATION_REQUIRED":   407,
	"REQUEST_TIMEOUT":                 408,
	"CONFLICT":                        409,
	"GONE":                            410,
	"LENGTH_REQUIRED":                 411,
	"PRECONDITION_FAILED":             412,
	"PAYLOAD_TOO_LARGE":               413,
	"URI_TOO_LONG":                    414,
	"UNSUPPORTED_MEDIA_TYPE":          415,
	"RANGE_NOT_SATISFIABLE":           416,
	"EXPECTATION_FAILED":              417,
	"I_M_A_TEAPOT":                    418,
	"MISDIRECTED_REQUEST":             421,
	"UNPROCESSABLE_ENTITY":            422,
	"LOCKED":                          423,
	"FAILED_DEPENDENCY":               424,
	"TOO_EARLY":                       425,
	"UPGRADE_REQUIRED":                426,
	"PRECONDITION_REQUIRED":           428,
	"TOO_MANY_REQUESTS":               429,
	"REQUEST_HEADER_FIELDS_TOO_LARGE": 431,
	"UNAVAILABLE_FOR_LEGAL_REASONS":   451,
	"INTERNAL_SERVER_ERROR":           500,
	"NOT_IMPLEMENTED":                 501,
	"BAD_GATEWAY":                     502,
	"SERVICE_UNAVAILABLE":             503,
	"GATEWAY_TIMEOUT":                 504,
	"HTTP_VERSION_NOT_SUPPORTED":      505,
	"VARIANT_ALSO_NEGOTIATES":         506,
	"INSUFFICIENT_STORAGE":            507,
	"LOOP_DETECTED":                   508,
	"NOT_EXTENDED":                    510,
	"NETWORK_AUTHENTICATION_REQUIRED": 511,
}

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Enabled              bool     `protobuf:"varint,821001,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Roles                string   `protobuf:"bytes,821002,opt,name=roles,proto3" json:"roles,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Auth) Descriptor

func (*Auth) Descriptor() ([]byte, []int)

func (*Auth) GetEnabled

func (m *Auth) GetEnabled() bool

func (*Auth) GetRoles

func (m *Auth) GetRoles() string

func (*Auth) ProtoMessage

func (*Auth) ProtoMessage()

func (*Auth) Reset

func (m *Auth) Reset()

func (*Auth) String

func (m *Auth) String() string

func (*Auth) XXX_DiscardUnknown

func (m *Auth) XXX_DiscardUnknown()

func (*Auth) XXX_Marshal

func (m *Auth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Auth) XXX_Merge

func (m *Auth) XXX_Merge(src proto.Message)

func (*Auth) XXX_Size

func (m *Auth) XXX_Size() int

func (*Auth) XXX_Unmarshal

func (m *Auth) XXX_Unmarshal(b []byte) error

type Cache added in v1.0.25

type Cache struct {
	Key                  string    `protobuf:"bytes,860001,opt,name=key,proto3" json:"key,omitempty"`
	Type                 CacheType `protobuf:"varint,860002,opt,name=type,proto3,enum=rg.CacheType" json:"type,omitempty"`
	Ttl                  int32     `protobuf:"varint,860003,opt,name=ttl,proto3" json:"ttl,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*Cache) Descriptor added in v1.0.25

func (*Cache) Descriptor() ([]byte, []int)

func (*Cache) GetKey added in v1.0.25

func (m *Cache) GetKey() string

func (*Cache) GetTtl added in v1.0.26

func (m *Cache) GetTtl() int32

func (*Cache) GetType added in v1.0.25

func (m *Cache) GetType() CacheType

func (*Cache) ProtoMessage added in v1.0.25

func (*Cache) ProtoMessage()

func (*Cache) Reset added in v1.0.25

func (m *Cache) Reset()

func (*Cache) String added in v1.0.25

func (m *Cache) String() string

func (*Cache) XXX_DiscardUnknown added in v1.0.25

func (m *Cache) XXX_DiscardUnknown()

func (*Cache) XXX_Marshal added in v1.0.25

func (m *Cache) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Cache) XXX_Merge added in v1.0.25

func (m *Cache) XXX_Merge(src proto.Message)

func (*Cache) XXX_Size added in v1.0.25

func (m *Cache) XXX_Size() int

func (*Cache) XXX_Unmarshal added in v1.0.25

func (m *Cache) XXX_Unmarshal(b []byte) error

type CacheType added in v1.0.27

type CacheType int32
const (
	CacheType_UNKNOWNTYPE CacheType = 0
	CacheType_ADD         CacheType = 1
	CacheType_DEL         CacheType = 2
)

func (CacheType) EnumDescriptor added in v1.0.27

func (CacheType) EnumDescriptor() ([]byte, []int)

func (CacheType) String added in v1.0.27

func (x CacheType) String() string

type CommonError added in v1.0.21

type CommonError int32
const (
	CommonError_ERR_ALL             CommonError = 0
	CommonError_ERR_INTERNAL_SERVER CommonError = 500
	CommonError_ERR_BAD_REQUEST     CommonError = 400
)

func (CommonError) EnumDescriptor added in v1.0.21

func (CommonError) EnumDescriptor() ([]byte, []int)

func (CommonError) String added in v1.0.21

func (x CommonError) String() string

type DefaultError added in v1.0.21

type DefaultError struct {
	FromCommonError      []CommonError `` /* 141-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DefaultError) Descriptor added in v1.0.21

func (*DefaultError) Descriptor() ([]byte, []int)

func (*DefaultError) GetFromCommonError added in v1.0.21

func (m *DefaultError) GetFromCommonError() []CommonError

func (*DefaultError) ProtoMessage added in v1.0.21

func (*DefaultError) ProtoMessage()

func (*DefaultError) Reset added in v1.0.21

func (m *DefaultError) Reset()

func (*DefaultError) String added in v1.0.21

func (m *DefaultError) String() string

func (*DefaultError) XXX_DiscardUnknown added in v1.0.21

func (m *DefaultError) XXX_DiscardUnknown()

func (*DefaultError) XXX_Marshal added in v1.0.21

func (m *DefaultError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DefaultError) XXX_Merge added in v1.0.21

func (m *DefaultError) XXX_Merge(src proto.Message)

func (*DefaultError) XXX_Size added in v1.0.21

func (m *DefaultError) XXX_Size() int

func (*DefaultError) XXX_Unmarshal added in v1.0.21

func (m *DefaultError) XXX_Unmarshal(b []byte) error

type Error

type Error struct {
	Name                 string     `protobuf:"bytes,810001,opt,name=name,proto3" json:"name,omitempty"`
	HttpStatus           HttpStatus `protobuf:"varint,810002,opt,name=http_status,json=httpStatus,proto3,enum=rg.HttpStatus" json:"http_status,omitempty"`
	Code                 int32      `protobuf:"varint,810004,opt,name=code,proto3" json:"code,omitempty"`
	Message              string     `protobuf:"bytes,810005,opt,name=message,proto3" json:"message,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Error) Descriptor

func (*Error) Descriptor() ([]byte, []int)

func (*Error) GetCode

func (m *Error) GetCode() int32

func (*Error) GetHttpStatus

func (m *Error) GetHttpStatus() HttpStatus

func (*Error) GetMessage

func (m *Error) GetMessage() string

func (*Error) GetName

func (m *Error) GetName() string

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) Reset

func (m *Error) Reset()

func (*Error) String

func (m *Error) String() string

func (*Error) XXX_DiscardUnknown

func (m *Error) XXX_DiscardUnknown()

func (*Error) XXX_Marshal

func (m *Error) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Error) XXX_Merge

func (m *Error) XXX_Merge(src proto.Message)

func (*Error) XXX_Size

func (m *Error) XXX_Size() int

func (*Error) XXX_Unmarshal

func (m *Error) XXX_Unmarshal(b []byte) error

type HttpStatus

type HttpStatus int32

HttpStatus source: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

const (
	HttpStatus_UNKNOWN HttpStatus = 0
	// 100 Continue
	// The server has received the request headers and the client should proceed to send the request body (in the case of a request for which a body needs to be sent; for example, a POST request). Sending a large request body to a server after a request has been rejected for inappropriate headers would be inefficient. To have a server check the request's headers, a client must send Expect: 100-continue as a header in its initial request and receive a 100 Continue status code in response before sending the body. If the client receives an error code such as 403 (Forbidden) or 405 (Method Not Allowed) then it shouldn't send the request's body. The response 417 Expectation Failed indicates that the request should be repeated without the Expect header as it indicates that the server doesn't support expectations (this is the case, for example, of HTTP/1.0 servers).
	HttpStatus_CONTINUE HttpStatus = 100
	// 101 Switching Protocols
	// The requester has asked the server to switch protocols and the server has agreed to do so.
	HttpStatus_SWITCHING_PROTOCOLS HttpStatus = 101
	// 102 Processing (WebDAV; RFC 2518)
	// A WebDAV request may contain many sub-requests involving file operations, requiring a long time to complete the request. This code indicates that the server has received and is processing the request, but no response is available yet. This prevents the client from timing out and assuming the request was lost.
	HttpStatus_PROCESSING HttpStatus = 102
	// 103 Early Hints (RFC 8297)
	// Used to return some response headers before final HTTP message.
	HttpStatus_EARLY_HINTS HttpStatus = 103
	// 200 OK
	// Standard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a POST request, the response will contain an entity describing or containing the result of the action.
	HttpStatus_OK HttpStatus = 200
	// 201 Created
	// The request has been fulfilled, resulting in the creation of a new resource.
	HttpStatus_CREATED HttpStatus = 201
	// 202 Accepted
	// The request has been accepted for processing, but the processing has not been completed. The request might or might not be eventually acted upon, and may be disallowed when processing occurs.
	HttpStatus_ACCEPTED HttpStatus = 202
	// 203 Non-Authoritative Information (since HTTP/1.1)
	// The server is a transforming proxy (e.g. a Web accelerator) that received a 200 OK from its origin, but is returning a modified version of the origin's response.
	HttpStatus_NON_AUTHORITATIVE_INFORMATION HttpStatus = 203
	// 204 No Content
	// The server successfully processed the request and is not returning any content.
	HttpStatus_NO_CONTENT HttpStatus = 204
	// 205 Reset Content
	// The server successfully processed the request, but is not returning any content. Unlike a 204 response, this response requires that the requester reset the document view.
	HttpStatus_RESET_CONTENT HttpStatus = 205
	// 206 Partial Content (RFC 7233)
	// The server is delivering only part of the resource (byte serving) due to a range header sent by the client. The range header is used by HTTP clients to enable resuming of interrupted downloads, or split a download into multiple simultaneous streams.
	HttpStatus_PARTIAL_CONTENT HttpStatus = 206
	// 207 Multi-Status (WebDAV; RFC 4918)
	// The message body that follows is by default an XML message and can contain a number of separate response codes, depending on how many sub-requests were made.
	HttpStatus_MULTI_STATUS HttpStatus = 207
	// 208 Already Reported (WebDAV; RFC 5842)
	// The members of a DAV binding have already been enumerated in a preceding part of the (multistatus) response, and are not being included again.
	HttpStatus_ALREADY_REPORTED HttpStatus = 208
	// 226 IM Used (RFC 3229)
	// The server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance.
	HttpStatus_IM_USED HttpStatus = 226
	// 300 Multiple Choices
	// Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation). For example, this code could be used to present multiple video format options, to list files with different filename extensions, or to suggest word-sense disambiguation.
	HttpStatus_MULTIPLE_CHOICES HttpStatus = 300
	// 301 Moved Permanently
	// This and all future requests should be directed to the given URI.
	HttpStatus_MOVED_PERMANENTLY HttpStatus = 301
	// 302 Found (Previously "Moved temporarily")
	// Tells the client to look at (browse to) another URL. 302 has been superseded by 303 and 307. This is an example of industry practice contradicting the standard. The HTTP/1.0 specification (RFC 1945) required the client to perform a temporary redirect (the original describing phrase was "Moved Temporarily"), but popular browsers implemented 302 with the functionality of a 303 See Other. Therefore, HTTP/1.1 added status codes 303 and 307 to distinguish between the two behaviours. However, some Web applications and frameworks use the 302 status code as if it were the 303.
	HttpStatus_FOUND HttpStatus = 302
	// 303 See Other (since HTTP/1.1)
	// The response to the request can be found under another URI using the GET method. When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI.
	HttpStatus_SEE_OTHER HttpStatus = 303
	// 304 Not Modified (RFC 7232)
	// Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match. In such case, there is no need to retransmit the resource since the client still has a previously-downloaded copy.
	HttpStatus_NOT_MODIFIED HttpStatus = 304
	// 305 Use Proxy (since HTTP/1.1)
	// The requested resource is available only through a proxy, the address for which is provided in the response. For security reasons, many HTTP clients (such as Mozilla Firefox and Internet Explorer) do not obey this status code.
	HttpStatus_USE_PROXY HttpStatus = 305
	// 306 Switch Proxy
	// No longer used. Originally meant "Subsequent requests should use the specified proxy."
	HttpStatus_SWITCH_PROXY HttpStatus = 306
	// 307 Temporary Redirect (since HTTP/1.1)
	// In this case, the request should be repeated with another URI; however, future requests should still use the original URI. In contrast to how 302 was historically implemented, the request method is not allowed to be changed when reissuing the original request. For example, a POST request should be repeated using another POST request.
	HttpStatus_TEMPORARY_REDIRECT HttpStatus = 307
	// 308 Permanent Redirect (RFC 7538)
	// The request and all future requests should be repeated using another URI. 307 and 308 parallel the behaviors of 302 and 301, but do not allow the HTTP method to change. So, for example, submitting a form to a permanently redirected resource may continue smoothly.
	HttpStatus_PERMANENT_REDIRECT HttpStatus = 308
	// 400 Bad Request
	// The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing).
	HttpStatus_BAD_REQUEST HttpStatus = 400
	// 401 Unauthorized (RFC 7235)
	// Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided. The response must include a WWW-Authenticate header field containing a challenge applicable to the requested resource. See Basic access authentication and Digest access authentication. 401 semantically means "unauthorised", the user does not have valid authentication credentials for the target resource.
	HttpStatus_UNAUTHORIZED HttpStatus = 401
	// 402 Payment Required
	// Reserved for future use. The original intention was that this code might be used as part of some form of digital cash or micropayment scheme, as proposed, for example, by GNU Taler, but that has not yet happened, and this code is not widely used. Google Developers API uses this status if a particular developer has exceeded the daily limit on requests. Sipgate uses this code if an account does not have sufficient funds to start a call. Shopify uses this code when the store has not paid their fees and is temporarily disabled. Stripe uses this code for failed payments where parameters were correct, for example blocked fraudulent payments.
	HttpStatus_PAYMENT_REQUIRED HttpStatus = 402
	// 403 Forbidden
	// The request contained valid data and was understood by the server, but the server is refusing action. This may be due to the user not having the necessary permissions for a resource or needing an account of some sort, or attempting a prohibited action (e.g. creating a duplicate record where only one is allowed). This code is also typically used if the request provided authentication via the WWW-Authenticate header field, but the server did not accept that authentication. The request should not be repeated.
	HttpStatus_FORBIDDEN HttpStatus = 403
	// 404 Not Found
	// The requested resource could not be found but may be available in the future. Subsequent requests by the client are permissible.
	HttpStatus_NOT_FOUND HttpStatus = 404
	// 405 Method Not Allowed
	// A request method is not supported for the requested resource; for example, a GET request on a form that requires data to be presented via POST, or a PUT request on a read-only resource.
	HttpStatus_METHOD_NOT_ALLOWED HttpStatus = 405
	// 406 Not Acceptable
	// The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request. See Content negotiation.
	HttpStatus_NOT_ACCEPTABLE HttpStatus = 406
	// 407 Proxy Authentication Required (RFC 7235)
	// The client must first authenticate itself with the proxy.
	HttpStatus_PROXY_AUTHENTICATION_REQUIRED HttpStatus = 407
	// 408 Request Timeout
	// The server timed out waiting for the request. According to HTTP specifications: "The client did not produce a request within the time that the server was prepared to wait. The client MAY repeat the request without modifications at any later time."
	HttpStatus_REQUEST_TIMEOUT HttpStatus = 408
	// 409 Conflict
	// Indicates that the request could not be processed because of conflict in the current state of the resource, such as an edit conflict between multiple simultaneous updates.
	HttpStatus_CONFLICT HttpStatus = 409
	// 410 Gone
	// Indicates that the resource requested is no longer available and will not be available again. This should be used when a resource has been intentionally removed and the resource should be purged. Upon receiving a 410 status code, the client should not request the resource in the future. Clients such as search engines should remove the resource from their indices. Most use cases do not require clients and search engines to purge the resource, and a "404 Not Found" may be used instead.
	HttpStatus_GONE HttpStatus = 410
	// 411 Length Required
	// The request did not specify the length of its content, which is required by the requested resource.
	HttpStatus_LENGTH_REQUIRED HttpStatus = 411
	// 412 Precondition Failed (RFC 7232)
	// The server does not meet one of the preconditions that the requester put on the request header fields.
	HttpStatus_PRECONDITION_FAILED HttpStatus = 412
	// 413 Payload Too Large (RFC 7231)
	// The request is larger than the server is willing or able to process. Previously called "Request Entity Too Large".
	HttpStatus_PAYLOAD_TOO_LARGE HttpStatus = 413
	// 414 URI Too Long (RFC 7231)
	// The URI provided was too long for the server to process. Often the result of too much data being encoded as a query-string of a GET request, in which case it should be converted to a POST request. Called "Request-URI Too Long" previously.
	HttpStatus_URI_TOO_LONG HttpStatus = 414
	// 415 Unsupported Media Type (RFC 7231)
	// The request entity has a media type which the server or resource does not support. For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format.
	HttpStatus_UNSUPPORTED_MEDIA_TYPE HttpStatus = 415
	// 416 Range Not Satisfiable (RFC 7233)
	// The client has asked for a portion of the file (byte serving), but the server cannot supply that portion. For example, if the client asked for a part of the file that lies beyond the end of the file. Called "Requested Range Not Satisfiable" previously.
	HttpStatus_RANGE_NOT_SATISFIABLE HttpStatus = 416
	// 417 Expectation Failed
	// The server cannot meet the requirements of the Expect request-header field.
	HttpStatus_EXPECTATION_FAILED HttpStatus = 417
	// 418 I'm a teapot (RFC 2324, RFC 7168)
	// This code was defined in 1998 as one of the traditional IETF April Fools' jokes, in RFC 2324, Hyper Text Coffee Pot Control Protocol, and is not expected to be implemented by actual HTTP servers. The RFC specifies this code should be returned by teapots requested to brew coffee. This HTTP status is used as an Easter egg in some websites, including Google.com.
	HttpStatus_I_M_A_TEAPOT HttpStatus = 418
	// 421 Misdirected Request (RFC 7540)
	// The request was directed at a server that is not able to produce a response (for example because of connection reuse).
	HttpStatus_MISDIRECTED_REQUEST HttpStatus = 421
	// 422 Unprocessable Entity (WebDAV; RFC 4918)
	// The request was well-formed but was unable to be followed due to semantic errors.
	HttpStatus_UNPROCESSABLE_ENTITY HttpStatus = 422
	// 423 Locked (WebDAV; RFC 4918)
	// The resource that is being accessed is locked.
	HttpStatus_LOCKED HttpStatus = 423
	// 424 Failed Dependency (WebDAV; RFC 4918)
	// The request failed because it depended on another request and that request failed (e.g., a PROPPATCH).
	HttpStatus_FAILED_DEPENDENCY HttpStatus = 424
	// 425 Too Early (RFC 8470)
	// Indicates that the server is unwilling to risk processing a request that might be replayed.
	HttpStatus_TOO_EARLY HttpStatus = 425
	// 426 Upgrade Required
	// The client should switch to a different protocol such as TLS/1.0, given in the Upgrade header field.
	HttpStatus_UPGRADE_REQUIRED HttpStatus = 426
	// 428 Precondition Required (RFC 6585)
	// The origin server requires the request to be conditional. Intended to prevent the 'lost update' problem, where a client GETs a resource's state, modifies it, and PUTs it back to the server, when meanwhile a third party has modified the state on the server, leading to a conflict.
	HttpStatus_PRECONDITION_REQUIRED HttpStatus = 428
	// 429 Too Many Requests (RFC 6585)
	// The user has sent too many requests in a given amount of time. Intended for use with rate-limiting schemes.
	HttpStatus_TOO_MANY_REQUESTS HttpStatus = 429
	// 431 Request Header Fields Too Large (RFC 6585)
	// The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large.
	HttpStatus_REQUEST_HEADER_FIELDS_TOO_LARGE HttpStatus = 431
	// 451 Unavailable For Legal Reasons (RFC 7725)
	// A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource. The code 451 was chosen as a reference to the novel Fahrenheit 451 (see the Acknowledgements in the RFC).
	HttpStatus_UNAVAILABLE_FOR_LEGAL_REASONS HttpStatus = 451
	// 500 Internal Server Error
	// A generic error message, given when an unexpected condition was encountered and no more specific message is suitable.
	HttpStatus_INTERNAL_SERVER_ERROR HttpStatus = 500
	// 501 Not Implemented
	// The server either does not recognize the request method, or it lacks the ability to fulfil the request. Usually this implies future availability (e.g., a new feature of a web-service API).
	HttpStatus_NOT_IMPLEMENTED HttpStatus = 501
	// 502 Bad Gateway
	// The server was acting as a gateway or proxy and received an invalid response from the upstream server.
	HttpStatus_BAD_GATEWAY HttpStatus = 502
	// 503 Service Unavailable
	// The server cannot handle the request (because it is overloaded or down for maintenance). Generally, this is a temporary state.
	HttpStatus_SERVICE_UNAVAILABLE HttpStatus = 503
	// 504 Gateway Timeout
	// The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
	HttpStatus_GATEWAY_TIMEOUT HttpStatus = 504
	// 505 HTTP Version Not Supported
	// The server does not support the HTTP protocol version used in the request.
	HttpStatus_HTTP_VERSION_NOT_SUPPORTED HttpStatus = 505
	// 506 Variant Also Negotiates (RFC 2295)
	// Transparent content negotiation for the request results in a circular reference.
	HttpStatus_VARIANT_ALSO_NEGOTIATES HttpStatus = 506
	// 507 Insufficient Storage (WebDAV; RFC 4918)
	// The server is unable to store the representation needed to complete the request.
	HttpStatus_INSUFFICIENT_STORAGE HttpStatus = 507
	// 508 Loop Detected (WebDAV; RFC 5842)
	// The server detected an infinite loop while processing the request (sent instead of 208 Already Reported).
	HttpStatus_LOOP_DETECTED HttpStatus = 508
	// 510 Not Extended (RFC 2774)
	// Further extensions to the request are required for the server to fulfil it.
	HttpStatus_NOT_EXTENDED HttpStatus = 510
	// 511 Network Authentication Required (RFC 6585)
	// The client needs to authenticate to gain network access. Intended for use by intercepting proxies used to control access to the network (e.g., "captive portals" used to require agreement to Terms of Service before granting full Internet access via a Wi-Fi hotspot).
	HttpStatus_NETWORK_AUTHENTICATION_REQUIRED HttpStatus = 511
)

func (HttpStatus) EnumDescriptor

func (HttpStatus) EnumDescriptor() ([]byte, []int)

func (HttpStatus) String

func (x HttpStatus) String() string

type OAuth added in v1.0.19

type OAuth struct {
	Scope                string   `protobuf:"bytes,841001,opt,name=scope,proto3" json:"scope,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OAuth) Descriptor added in v1.0.19

func (*OAuth) Descriptor() ([]byte, []int)

func (*OAuth) GetScope added in v1.0.19

func (m *OAuth) GetScope() string

func (*OAuth) ProtoMessage added in v1.0.19

func (*OAuth) ProtoMessage()

func (*OAuth) Reset added in v1.0.19

func (m *OAuth) Reset()

func (*OAuth) String added in v1.0.19

func (m *OAuth) String() string

func (*OAuth) XXX_DiscardUnknown added in v1.0.19

func (m *OAuth) XXX_DiscardUnknown()

func (*OAuth) XXX_Marshal added in v1.0.19

func (m *OAuth) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*OAuth) XXX_Merge added in v1.0.19

func (m *OAuth) XXX_Merge(src proto.Message)

func (*OAuth) XXX_Size added in v1.0.19

func (m *OAuth) XXX_Size() int

func (*OAuth) XXX_Unmarshal added in v1.0.19

func (m *OAuth) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL