type google.golang.org/genproto/googleapis/container/v1.Operation_Status
17 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L232: type Operation_Status int32
cluster_service.pb.go#L236: Operation_STATUS_UNSPECIFIED Operation_Status = 0
cluster_service.pb.go#L238: Operation_PENDING Operation_Status = 1
cluster_service.pb.go#L240: Operation_RUNNING Operation_Status = 2
cluster_service.pb.go#L242: Operation_DONE Operation_Status = 3
cluster_service.pb.go#L244: Operation_ABORTING Operation_Status = 4
cluster_service.pb.go#L265: func (x Operation_Status) Enum() *Operation_Status {
cluster_service.pb.go#L266: p := new(Operation_Status)
cluster_service.pb.go#L271: func (x Operation_Status) String() string {
cluster_service.pb.go#L275: func (Operation_Status) Descriptor() protoreflect.EnumDescriptor {
cluster_service.pb.go#L279: func (Operation_Status) Type() protoreflect.EnumType {
cluster_service.pb.go#L283: func (x Operation_Status) Number() protoreflect.EnumNumber {
cluster_service.pb.go#L288: func (Operation_Status) EnumDescriptor() ([]byte, []int) {
cluster_service.pb.go#L3071: Status Operation_Status `protobuf:"varint,4,opt,name=status,proto3,enum=google.container.v1.Operation_Status" json:"status,omitempty"`
cluster_service.pb.go#L3151: func (x *Operation) GetStatus() Operation_Status {
cluster_service.pb.go#L10287: (Operation_Status)(0), // 3: google.container.v1.Operation.Status
![]() |
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. |