type google.golang.org/genproto/googleapis/cloud/tasks/v2.HttpMethod
22 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
target.pb.go#L46: type HttpMethod int32
target.pb.go#L50: HttpMethod_HTTP_METHOD_UNSPECIFIED HttpMethod = 0
target.pb.go#L52: HttpMethod_POST HttpMethod = 1
target.pb.go#L54: HttpMethod_GET HttpMethod = 2
target.pb.go#L56: HttpMethod_HEAD HttpMethod = 3
target.pb.go#L58: HttpMethod_PUT HttpMethod = 4
target.pb.go#L60: HttpMethod_DELETE HttpMethod = 5
target.pb.go#L62: HttpMethod_PATCH HttpMethod = 6
target.pb.go#L64: HttpMethod_OPTIONS HttpMethod = 7
target.pb.go#L91: func (x HttpMethod) Enum() *HttpMethod {
target.pb.go#L92: p := new(HttpMethod)
target.pb.go#L97: func (x HttpMethod) String() string {
target.pb.go#L101: func (HttpMethod) Descriptor() protoreflect.EnumDescriptor {
target.pb.go#L105: func (HttpMethod) Type() protoreflect.EnumType {
target.pb.go#L109: func (x HttpMethod) Number() protoreflect.EnumNumber {
target.pb.go#L114: func (HttpMethod) EnumDescriptor() ([]byte, []int) {
target.pb.go#L162: HttpMethod HttpMethod `protobuf:"varint,2,opt,name=http_method,json=httpMethod,proto3,enum=google.cloud.tasks.v2.HttpMethod" json:"http_method,omitempty"`
target.pb.go#L248: func (x *HttpRequest) GetHttpMethod() HttpMethod {
target.pb.go#L397: HttpMethod HttpMethod `protobuf:"varint,1,opt,name=http_method,json=httpMethod,proto3,enum=google.cloud.tasks.v2.HttpMethod" json:"http_method,omitempty"`
target.pb.go#L494: func (x *AppEngineHttpRequest) GetHttpMethod() HttpMethod {
target.pb.go#L923: (HttpMethod)(0), // 0: google.cloud.tasks.v2.HttpMethod
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |