OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / genproto / googleapis / cloud / functions / v1beta2 / operations.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: google/cloud/functions/v1beta2/operations.proto
3
4 package functions
5
6 import proto "github.com/golang/protobuf/proto"
7 import fmt "fmt"
8 import math "math"
9 import _ "google.golang.org/genproto/googleapis/api/annotations"
10 import google_protobuf1 "github.com/golang/protobuf/ptypes/any"
11
12 // Reference imports to suppress errors if they are not otherwise used.
13 var _ = proto.Marshal
14 var _ = fmt.Errorf
15 var _ = math.Inf
16
17 // A type of an operation.
18 type OperationType int32
19
20 const (
21         // Unknown operation type.
22         OperationType_OPERATION_UNSPECIFIED OperationType = 0
23         // Triggered by CreateFunction call
24         OperationType_CREATE_FUNCTION OperationType = 1
25         // Triggered by UpdateFunction call
26         OperationType_UPDATE_FUNCTION OperationType = 2
27         // Triggered by DeleteFunction call.
28         OperationType_DELETE_FUNCTION OperationType = 3
29 )
30
31 var OperationType_name = map[int32]string{
32         0: "OPERATION_UNSPECIFIED",
33         1: "CREATE_FUNCTION",
34         2: "UPDATE_FUNCTION",
35         3: "DELETE_FUNCTION",
36 }
37 var OperationType_value = map[string]int32{
38         "OPERATION_UNSPECIFIED": 0,
39         "CREATE_FUNCTION":       1,
40         "UPDATE_FUNCTION":       2,
41         "DELETE_FUNCTION":       3,
42 }
43
44 func (x OperationType) String() string {
45         return proto.EnumName(OperationType_name, int32(x))
46 }
47 func (OperationType) EnumDescriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
48
49 // Metadata describing an [Operation][google.longrunning.Operation]
50 type OperationMetadataV1Beta2 struct {
51         // Target of the operation - for example
52         // projects/project-1/locations/region-1/functions/function-1
53         Target string `protobuf:"bytes,1,opt,name=target" json:"target,omitempty"`
54         // Type of operation.
55         Type OperationType `protobuf:"varint,2,opt,name=type,enum=google.cloud.functions.v1beta2.OperationType" json:"type,omitempty"`
56         // The original request that started the operation.
57         Request *google_protobuf1.Any `protobuf:"bytes,3,opt,name=request" json:"request,omitempty"`
58 }
59
60 func (m *OperationMetadataV1Beta2) Reset()                    { *m = OperationMetadataV1Beta2{} }
61 func (m *OperationMetadataV1Beta2) String() string            { return proto.CompactTextString(m) }
62 func (*OperationMetadataV1Beta2) ProtoMessage()               {}
63 func (*OperationMetadataV1Beta2) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
64
65 func (m *OperationMetadataV1Beta2) GetTarget() string {
66         if m != nil {
67                 return m.Target
68         }
69         return ""
70 }
71
72 func (m *OperationMetadataV1Beta2) GetType() OperationType {
73         if m != nil {
74                 return m.Type
75         }
76         return OperationType_OPERATION_UNSPECIFIED
77 }
78
79 func (m *OperationMetadataV1Beta2) GetRequest() *google_protobuf1.Any {
80         if m != nil {
81                 return m.Request
82         }
83         return nil
84 }
85
86 func init() {
87         proto.RegisterType((*OperationMetadataV1Beta2)(nil), "google.cloud.functions.v1beta2.OperationMetadataV1Beta2")
88         proto.RegisterEnum("google.cloud.functions.v1beta2.OperationType", OperationType_name, OperationType_value)
89 }
90
91 func init() { proto.RegisterFile("google/cloud/functions/v1beta2/operations.proto", fileDescriptor1) }
92
93 var fileDescriptor1 = []byte{
94         // 333 bytes of a gzipped FileDescriptorProto
95         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x4f, 0x4f, 0xf2, 0x30,
96         0x1c, 0xc7, 0x9f, 0xc2, 0x13, 0x8c, 0x35, 0x2a, 0x99, 0x7f, 0x32, 0x88, 0x31, 0x84, 0x13, 0x31,
97         0xb1, 0x0d, 0x78, 0xf4, 0x34, 0xa0, 0x18, 0x12, 0x85, 0x65, 0x82, 0x07, 0x2f, 0xa4, 0x40, 0x69,
98         0x96, 0xcc, 0xb6, 0x6e, 0x9d, 0xc9, 0x5e, 0x82, 0x2f, 0xc4, 0xf7, 0x69, 0x56, 0xba, 0x05, 0x0e,
99         0xea, 0xb1, 0x9f, 0xf6, 0xf3, 0xed, 0xf7, 0x97, 0x1f, 0xc4, 0x5c, 0x4a, 0x1e, 0x31, 0xbc, 0x8a,
100         0x64, 0xba, 0xc6, 0x9b, 0x54, 0xac, 0x74, 0x28, 0x45, 0x82, 0x3f, 0xba, 0x4b, 0xa6, 0x69, 0x0f,
101         0x4b, 0xc5, 0x62, 0x6a, 0x10, 0x52, 0xb1, 0xd4, 0xd2, 0xb9, 0xde, 0x0a, 0xc8, 0x08, 0xa8, 0x14,
102         0x90, 0x15, 0x9a, 0x57, 0x36, 0x90, 0xaa, 0x10, 0x53, 0x21, 0xa4, 0xde, 0xb5, 0x9b, 0x0d, 0x7b,
103         0x6b, 0x4e, 0xcb, 0x74, 0x83, 0xa9, 0xc8, 0xb6, 0x57, 0xed, 0x2f, 0x00, 0xdd, 0x69, 0xf1, 0xdb,
104         0x13, 0xd3, 0x74, 0x4d, 0x35, 0x7d, 0xe9, 0xf6, 0xf3, 0x54, 0xe7, 0x12, 0xd6, 0x34, 0x8d, 0x39,
105         0xd3, 0x2e, 0x68, 0x81, 0xce, 0x61, 0x60, 0x4f, 0x8e, 0x07, 0xff, 0xeb, 0x4c, 0x31, 0xb7, 0xd2,
106         0x02, 0x9d, 0x93, 0xde, 0x2d, 0xfa, 0xbd, 0x1c, 0x2a, 0xf3, 0x67, 0x99, 0x62, 0x81, 0x51, 0x1d,
107         0x04, 0x0f, 0x62, 0xf6, 0x9e, 0xb2, 0x44, 0xbb, 0xd5, 0x16, 0xe8, 0x1c, 0xf5, 0xce, 0x8b, 0x94,
108         0xa2, 0x24, 0xf2, 0x44, 0x16, 0x14, 0x8f, 0x6e, 0x42, 0x78, 0xbc, 0x17, 0xe3, 0x34, 0xe0, 0xc5,
109         0xd4, 0x27, 0x81, 0x37, 0x1b, 0x4f, 0x27, 0x8b, 0xf9, 0xe4, 0xd9, 0x27, 0x83, 0xf1, 0x68, 0x4c,
110         0x86, 0xf5, 0x7f, 0xce, 0x19, 0x3c, 0x1d, 0x04, 0xc4, 0x9b, 0x91, 0xc5, 0x68, 0x3e, 0x19, 0xe4,
111         0x0f, 0xea, 0x20, 0x87, 0x73, 0x7f, 0xb8, 0x07, 0x2b, 0x39, 0x1c, 0x92, 0x47, 0xb2, 0x0b, 0xab,
112         0xfd, 0x4f, 0x00, 0xdb, 0x2b, 0xf9, 0xf6, 0xc7, 0x54, 0x7d, 0x77, 0x54, 0xa0, 0xb2, 0x58, 0xe2,
113         0xe7, 0xdd, 0x7d, 0xf0, 0xfa, 0x60, 0x5d, 0x2e, 0x23, 0x2a, 0x38, 0x92, 0x31, 0xc7, 0x9c, 0x09,
114         0x33, 0x99, 0x5d, 0x3d, 0x55, 0x61, 0xf2, 0xd3, 0xfa, 0xef, 0x4b, 0xb2, 0xac, 0x19, 0xe7, 0xee,
115         0x3b, 0x00, 0x00, 0xff, 0xff, 0x3c, 0x8a, 0xb1, 0x83, 0x31, 0x02, 0x00, 0x00,
116 }