25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 

140 satır
5.4 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/appengine/v1/operation.proto
  3. package appengine // import "google.golang.org/genproto/googleapis/appengine/v1"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import timestamp "github.com/golang/protobuf/ptypes/timestamp"
  8. import _ "google.golang.org/genproto/googleapis/api/annotations"
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  18. // Metadata for the given
  19. // [google.longrunning.Operation][google.longrunning.Operation].
  20. type OperationMetadataV1 struct {
  21. // API method that initiated this operation. Example:
  22. // `google.appengine.v1.Versions.CreateVersion`.
  23. //
  24. // @OutputOnly
  25. Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
  26. // Time that this operation was created.
  27. //
  28. // @OutputOnly
  29. InsertTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=insert_time,json=insertTime,proto3" json:"insert_time,omitempty"`
  30. // Time that this operation completed.
  31. //
  32. // @OutputOnly
  33. EndTime *timestamp.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
  34. // User who requested this operation.
  35. //
  36. // @OutputOnly
  37. User string `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"`
  38. // Name of the resource that this operation is acting on. Example:
  39. // `apps/myapp/services/default`.
  40. //
  41. // @OutputOnly
  42. Target string `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
  43. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  44. XXX_unrecognized []byte `json:"-"`
  45. XXX_sizecache int32 `json:"-"`
  46. }
  47. func (m *OperationMetadataV1) Reset() { *m = OperationMetadataV1{} }
  48. func (m *OperationMetadataV1) String() string { return proto.CompactTextString(m) }
  49. func (*OperationMetadataV1) ProtoMessage() {}
  50. func (*OperationMetadataV1) Descriptor() ([]byte, []int) {
  51. return fileDescriptor_operation_85c0c218be0d371d, []int{0}
  52. }
  53. func (m *OperationMetadataV1) XXX_Unmarshal(b []byte) error {
  54. return xxx_messageInfo_OperationMetadataV1.Unmarshal(m, b)
  55. }
  56. func (m *OperationMetadataV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  57. return xxx_messageInfo_OperationMetadataV1.Marshal(b, m, deterministic)
  58. }
  59. func (dst *OperationMetadataV1) XXX_Merge(src proto.Message) {
  60. xxx_messageInfo_OperationMetadataV1.Merge(dst, src)
  61. }
  62. func (m *OperationMetadataV1) XXX_Size() int {
  63. return xxx_messageInfo_OperationMetadataV1.Size(m)
  64. }
  65. func (m *OperationMetadataV1) XXX_DiscardUnknown() {
  66. xxx_messageInfo_OperationMetadataV1.DiscardUnknown(m)
  67. }
  68. var xxx_messageInfo_OperationMetadataV1 proto.InternalMessageInfo
  69. func (m *OperationMetadataV1) GetMethod() string {
  70. if m != nil {
  71. return m.Method
  72. }
  73. return ""
  74. }
  75. func (m *OperationMetadataV1) GetInsertTime() *timestamp.Timestamp {
  76. if m != nil {
  77. return m.InsertTime
  78. }
  79. return nil
  80. }
  81. func (m *OperationMetadataV1) GetEndTime() *timestamp.Timestamp {
  82. if m != nil {
  83. return m.EndTime
  84. }
  85. return nil
  86. }
  87. func (m *OperationMetadataV1) GetUser() string {
  88. if m != nil {
  89. return m.User
  90. }
  91. return ""
  92. }
  93. func (m *OperationMetadataV1) GetTarget() string {
  94. if m != nil {
  95. return m.Target
  96. }
  97. return ""
  98. }
  99. func init() {
  100. proto.RegisterType((*OperationMetadataV1)(nil), "google.appengine.v1.OperationMetadataV1")
  101. }
  102. func init() {
  103. proto.RegisterFile("google/appengine/v1/operation.proto", fileDescriptor_operation_85c0c218be0d371d)
  104. }
  105. var fileDescriptor_operation_85c0c218be0d371d = []byte{
  106. // 271 bytes of a gzipped FileDescriptorProto
  107. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x41, 0x4b, 0x03, 0x31,
  108. 0x10, 0x85, 0x59, 0xad, 0x55, 0x53, 0xf0, 0xb0, 0x05, 0x5d, 0x16, 0xc1, 0xa2, 0x97, 0x9e, 0x12,
  109. 0x56, 0xf1, 0x54, 0x4f, 0xbd, 0x8b, 0xa5, 0x88, 0x07, 0x2f, 0x92, 0xba, 0x63, 0x0c, 0x74, 0x67,
  110. 0x42, 0x32, 0xed, 0xbf, 0xf4, 0x3f, 0xc9, 0x26, 0xbb, 0x0b, 0x82, 0xd0, 0x5b, 0x5e, 0xe6, 0x7d,
  111. 0x79, 0x2f, 0x89, 0xb8, 0x33, 0x44, 0x66, 0x0b, 0x4a, 0x3b, 0x07, 0x68, 0x2c, 0x82, 0xda, 0x57,
  112. 0x8a, 0x1c, 0x78, 0xcd, 0x96, 0x50, 0x3a, 0x4f, 0x4c, 0xf9, 0x34, 0x99, 0xe4, 0x60, 0x92, 0xfb,
  113. 0xaa, 0xbc, 0x1e, 0x48, 0xab, 0x34, 0x22, 0x71, 0x24, 0x42, 0x42, 0xca, 0x9b, 0x6e, 0x1a, 0xd5,
  114. 0x66, 0xf7, 0xa5, 0xd8, 0x36, 0x10, 0x58, 0x37, 0x2e, 0x19, 0x6e, 0x7f, 0x32, 0x31, 0x7d, 0xe9,
  115. 0x73, 0x9e, 0x81, 0x75, 0xad, 0x59, 0xbf, 0x55, 0xf9, 0xa5, 0x18, 0x37, 0xc0, 0xdf, 0x54, 0x17,
  116. 0xd9, 0x2c, 0x9b, 0x9f, 0xaf, 0x3b, 0x95, 0x2f, 0xc4, 0xc4, 0x62, 0x00, 0xcf, 0x1f, 0xed, 0x49,
  117. 0xc5, 0xd1, 0x2c, 0x9b, 0x4f, 0xee, 0x4b, 0xd9, 0x35, 0xeb, 0x63, 0xe4, 0x6b, 0x1f, 0xb3, 0x16,
  118. 0xc9, 0xde, 0x6e, 0xe4, 0x8f, 0xe2, 0x0c, 0xb0, 0x4e, 0xe4, 0xf1, 0x41, 0xf2, 0x14, 0xb0, 0x8e,
  119. 0x58, 0x2e, 0x46, 0xbb, 0x00, 0xbe, 0x18, 0xc5, 0x26, 0x71, 0xdd, 0xf6, 0x63, 0xed, 0x0d, 0x70,
  120. 0x71, 0x92, 0xfa, 0x25, 0xb5, 0xb4, 0xe2, 0xea, 0x93, 0x1a, 0xf9, 0xcf, 0x4b, 0x2d, 0x2f, 0x86,
  121. 0x7b, 0xae, 0xda, 0xb0, 0x55, 0xf6, 0xfe, 0xd4, 0xd9, 0x0c, 0x6d, 0x35, 0x1a, 0x49, 0xde, 0x28,
  122. 0x03, 0x18, 0xab, 0xa8, 0x34, 0xd2, 0xce, 0x86, 0x3f, 0x9f, 0xb2, 0x18, 0xc4, 0x66, 0x1c, 0x8d,
  123. 0x0f, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1d, 0x8e, 0xb2, 0x00, 0xbc, 0x01, 0x00, 0x00,
  124. }