type google.golang.org/genproto/googleapis/cloud/tasks/v2.Task_View
24 uses
google.golang.org/genproto/googleapis/cloud/tasks/v2 (current package)
cloudtasks.pb.go#L620: ResponseView Task_View `protobuf:"varint,2,opt,name=response_view,json=responseView,proto3,enum=google.cloud.tasks.v2.Task_View" json:"response_view,omitempty"`
cloudtasks.pb.go#L681: func (x *ListTasksRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L787: ResponseView Task_View `protobuf:"varint,2,opt,name=response_view,json=responseView,proto3,enum=google.cloud.tasks.v2.Task_View" json:"response_view,omitempty"`
cloudtasks.pb.go#L829: func (x *GetTaskRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L893: ResponseView Task_View `protobuf:"varint,3,opt,name=response_view,json=responseView,proto3,enum=google.cloud.tasks.v2.Task_View" json:"response_view,omitempty"`
cloudtasks.pb.go#L942: func (x *CreateTaskRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L1022: ResponseView Task_View `protobuf:"varint,2,opt,name=response_view,json=responseView,proto3,enum=google.cloud.tasks.v2.Task_View" json:"response_view,omitempty"`
cloudtasks.pb.go#L1064: func (x *RunTaskRequest) GetResponseView() Task_View {
cloudtasks.pb.go#L1423: (Task_View)(0), // 17: google.cloud.tasks.v2.Task.View
task.pb.go#L55: type Task_View int32
task.pb.go#L59: Task_VIEW_UNSPECIFIED Task_View = 0
task.pb.go#L68: Task_BASIC Task_View = 1
task.pb.go#L74: Task_FULL Task_View = 2
task.pb.go#L91: func (x Task_View) Enum() *Task_View {
task.pb.go#L92: p := new(Task_View)
task.pb.go#L97: func (x Task_View) String() string {
task.pb.go#L101: func (Task_View) Descriptor() protoreflect.EnumDescriptor {
task.pb.go#L105: func (Task_View) Type() protoreflect.EnumType {
task.pb.go#L109: func (x Task_View) Number() protoreflect.EnumNumber {
task.pb.go#L114: func (Task_View) EnumDescriptor() ([]byte, []int) {
task.pb.go#L207: View Task_View `protobuf:"varint,11,opt,name=view,proto3,enum=google.cloud.tasks.v2.Task_View" json:"view,omitempty"`
task.pb.go#L319: func (x *Task) GetView() Task_View {
task.pb.go#L545: (Task_View)(0), // 0: google.cloud.tasks.v2.Task.View
 |
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. |