type google.golang.org/genproto/googleapis/cloud/tasks/v2.Queue_State
16 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
queue.pb.go#L48: type Queue_State int32
queue.pb.go#L52: Queue_STATE_UNSPECIFIED Queue_State = 0
queue.pb.go#L61: Queue_RUNNING Queue_State = 1
queue.pb.go#L65: Queue_PAUSED Queue_State = 2
queue.pb.go#L80: Queue_DISABLED Queue_State = 3
queue.pb.go#L99: func (x Queue_State) Enum() *Queue_State {
queue.pb.go#L100: p := new(Queue_State)
queue.pb.go#L105: func (x Queue_State) String() string {
queue.pb.go#L109: func (Queue_State) Descriptor() protoreflect.EnumDescriptor {
queue.pb.go#L113: func (Queue_State) Type() protoreflect.EnumType {
queue.pb.go#L117: func (x Queue_State) Number() protoreflect.EnumNumber {
queue.pb.go#L122: func (Queue_State) EnumDescriptor() ([]byte, []int) {
queue.pb.go#L208: State Queue_State `protobuf:"varint,5,opt,name=state,proto3,enum=google.cloud.tasks.v2.Queue_State" json:"state,omitempty"`
queue.pb.go#L287: func (x *Queue) GetState() Queue_State {
queue.pb.go#L775: (Queue_State)(0), // 0: google.cloud.tasks.v2.Queue.State
![]() |
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. |