aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go')
-rw-r--r--vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go611
1 files changed, 611 insertions, 0 deletions
diff --git a/vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go b/vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go
new file mode 100644
index 0000000..9a2ff77
--- /dev/null
+++ b/vendor/google.golang.org/appengine/internal/app_identity/app_identity_service.pb.go
@@ -0,0 +1,611 @@
1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: google.golang.org/appengine/internal/app_identity/app_identity_service.proto
3
4package app_identity
5
6import proto "github.com/golang/protobuf/proto"
7import fmt "fmt"
8import math "math"
9
10// Reference imports to suppress errors if they are not otherwise used.
11var _ = proto.Marshal
12var _ = fmt.Errorf
13var _ = math.Inf
14
15// This is a compile-time assertion to ensure that this generated file
16// is compatible with the proto package it is being compiled against.
17// A compilation error at this line likely means your copy of the
18// proto package needs to be updated.
19const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
20
21type AppIdentityServiceError_ErrorCode int32
22
23const (
24 AppIdentityServiceError_SUCCESS AppIdentityServiceError_ErrorCode = 0
25 AppIdentityServiceError_UNKNOWN_SCOPE AppIdentityServiceError_ErrorCode = 9
26 AppIdentityServiceError_BLOB_TOO_LARGE AppIdentityServiceError_ErrorCode = 1000
27 AppIdentityServiceError_DEADLINE_EXCEEDED AppIdentityServiceError_ErrorCode = 1001
28 AppIdentityServiceError_NOT_A_VALID_APP AppIdentityServiceError_ErrorCode = 1002
29 AppIdentityServiceError_UNKNOWN_ERROR AppIdentityServiceError_ErrorCode = 1003
30 AppIdentityServiceError_NOT_ALLOWED AppIdentityServiceError_ErrorCode = 1005
31 AppIdentityServiceError_NOT_IMPLEMENTED AppIdentityServiceError_ErrorCode = 1006
32)
33
34var AppIdentityServiceError_ErrorCode_name = map[int32]string{
35 0: "SUCCESS",
36 9: "UNKNOWN_SCOPE",
37 1000: "BLOB_TOO_LARGE",
38 1001: "DEADLINE_EXCEEDED",
39 1002: "NOT_A_VALID_APP",
40 1003: "UNKNOWN_ERROR",
41 1005: "NOT_ALLOWED",
42 1006: "NOT_IMPLEMENTED",
43}
44var AppIdentityServiceError_ErrorCode_value = map[string]int32{
45 "SUCCESS": 0,
46 "UNKNOWN_SCOPE": 9,
47 "BLOB_TOO_LARGE": 1000,
48 "DEADLINE_EXCEEDED": 1001,
49 "NOT_A_VALID_APP": 1002,
50 "UNKNOWN_ERROR": 1003,
51 "NOT_ALLOWED": 1005,
52 "NOT_IMPLEMENTED": 1006,
53}
54
55func (x AppIdentityServiceError_ErrorCode) Enum() *AppIdentityServiceError_ErrorCode {
56 p := new(AppIdentityServiceError_ErrorCode)
57 *p = x
58 return p
59}
60func (x AppIdentityServiceError_ErrorCode) String() string {
61 return proto.EnumName(AppIdentityServiceError_ErrorCode_name, int32(x))
62}
63func (x *AppIdentityServiceError_ErrorCode) UnmarshalJSON(data []byte) error {
64 value, err := proto.UnmarshalJSONEnum(AppIdentityServiceError_ErrorCode_value, data, "AppIdentityServiceError_ErrorCode")
65 if err != nil {
66 return err
67 }
68 *x = AppIdentityServiceError_ErrorCode(value)
69 return nil
70}
71func (AppIdentityServiceError_ErrorCode) EnumDescriptor() ([]byte, []int) {
72 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{0, 0}
73}
74
75type AppIdentityServiceError struct {
76 XXX_NoUnkeyedLiteral struct{} `json:"-"`
77 XXX_unrecognized []byte `json:"-"`
78 XXX_sizecache int32 `json:"-"`
79}
80
81func (m *AppIdentityServiceError) Reset() { *m = AppIdentityServiceError{} }
82func (m *AppIdentityServiceError) String() string { return proto.CompactTextString(m) }
83func (*AppIdentityServiceError) ProtoMessage() {}
84func (*AppIdentityServiceError) Descriptor() ([]byte, []int) {
85 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{0}
86}
87func (m *AppIdentityServiceError) XXX_Unmarshal(b []byte) error {
88 return xxx_messageInfo_AppIdentityServiceError.Unmarshal(m, b)
89}
90func (m *AppIdentityServiceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
91 return xxx_messageInfo_AppIdentityServiceError.Marshal(b, m, deterministic)
92}
93func (dst *AppIdentityServiceError) XXX_Merge(src proto.Message) {
94 xxx_messageInfo_AppIdentityServiceError.Merge(dst, src)
95}
96func (m *AppIdentityServiceError) XXX_Size() int {
97 return xxx_messageInfo_AppIdentityServiceError.Size(m)
98}
99func (m *AppIdentityServiceError) XXX_DiscardUnknown() {
100 xxx_messageInfo_AppIdentityServiceError.DiscardUnknown(m)
101}
102
103var xxx_messageInfo_AppIdentityServiceError proto.InternalMessageInfo
104
105type SignForAppRequest struct {
106 BytesToSign []byte `protobuf:"bytes,1,opt,name=bytes_to_sign,json=bytesToSign" json:"bytes_to_sign,omitempty"`
107 XXX_NoUnkeyedLiteral struct{} `json:"-"`
108 XXX_unrecognized []byte `json:"-"`
109 XXX_sizecache int32 `json:"-"`
110}
111
112func (m *SignForAppRequest) Reset() { *m = SignForAppRequest{} }
113func (m *SignForAppRequest) String() string { return proto.CompactTextString(m) }
114func (*SignForAppRequest) ProtoMessage() {}
115func (*SignForAppRequest) Descriptor() ([]byte, []int) {
116 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{1}
117}
118func (m *SignForAppRequest) XXX_Unmarshal(b []byte) error {
119 return xxx_messageInfo_SignForAppRequest.Unmarshal(m, b)
120}
121func (m *SignForAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
122 return xxx_messageInfo_SignForAppRequest.Marshal(b, m, deterministic)
123}
124func (dst *SignForAppRequest) XXX_Merge(src proto.Message) {
125 xxx_messageInfo_SignForAppRequest.Merge(dst, src)
126}
127func (m *SignForAppRequest) XXX_Size() int {
128 return xxx_messageInfo_SignForAppRequest.Size(m)
129}
130func (m *SignForAppRequest) XXX_DiscardUnknown() {
131 xxx_messageInfo_SignForAppRequest.DiscardUnknown(m)
132}
133
134var xxx_messageInfo_SignForAppRequest proto.InternalMessageInfo
135
136func (m *SignForAppRequest) GetBytesToSign() []byte {
137 if m != nil {
138 return m.BytesToSign
139 }
140 return nil
141}
142
143type SignForAppResponse struct {
144 KeyName *string `protobuf:"bytes,1,opt,name=key_name,json=keyName" json:"key_name,omitempty"`
145 SignatureBytes []byte `protobuf:"bytes,2,opt,name=signature_bytes,json=signatureBytes" json:"signature_bytes,omitempty"`
146 XXX_NoUnkeyedLiteral struct{} `json:"-"`
147 XXX_unrecognized []byte `json:"-"`
148 XXX_sizecache int32 `json:"-"`
149}
150
151func (m *SignForAppResponse) Reset() { *m = SignForAppResponse{} }
152func (m *SignForAppResponse) String() string { return proto.CompactTextString(m) }
153func (*SignForAppResponse) ProtoMessage() {}
154func (*SignForAppResponse) Descriptor() ([]byte, []int) {
155 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{2}
156}
157func (m *SignForAppResponse) XXX_Unmarshal(b []byte) error {
158 return xxx_messageInfo_SignForAppResponse.Unmarshal(m, b)
159}
160func (m *SignForAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
161 return xxx_messageInfo_SignForAppResponse.Marshal(b, m, deterministic)
162}
163func (dst *SignForAppResponse) XXX_Merge(src proto.Message) {
164 xxx_messageInfo_SignForAppResponse.Merge(dst, src)
165}
166func (m *SignForAppResponse) XXX_Size() int {
167 return xxx_messageInfo_SignForAppResponse.Size(m)
168}
169func (m *SignForAppResponse) XXX_DiscardUnknown() {
170 xxx_messageInfo_SignForAppResponse.DiscardUnknown(m)
171}
172
173var xxx_messageInfo_SignForAppResponse proto.InternalMessageInfo
174
175func (m *SignForAppResponse) GetKeyName() string {
176 if m != nil && m.KeyName != nil {
177 return *m.KeyName
178 }
179 return ""
180}
181
182func (m *SignForAppResponse) GetSignatureBytes() []byte {
183 if m != nil {
184 return m.SignatureBytes
185 }
186 return nil
187}
188
189type GetPublicCertificateForAppRequest struct {
190 XXX_NoUnkeyedLiteral struct{} `json:"-"`
191 XXX_unrecognized []byte `json:"-"`
192 XXX_sizecache int32 `json:"-"`
193}
194
195func (m *GetPublicCertificateForAppRequest) Reset() { *m = GetPublicCertificateForAppRequest{} }
196func (m *GetPublicCertificateForAppRequest) String() string { return proto.CompactTextString(m) }
197func (*GetPublicCertificateForAppRequest) ProtoMessage() {}
198func (*GetPublicCertificateForAppRequest) Descriptor() ([]byte, []int) {
199 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{3}
200}
201func (m *GetPublicCertificateForAppRequest) XXX_Unmarshal(b []byte) error {
202 return xxx_messageInfo_GetPublicCertificateForAppRequest.Unmarshal(m, b)
203}
204func (m *GetPublicCertificateForAppRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
205 return xxx_messageInfo_GetPublicCertificateForAppRequest.Marshal(b, m, deterministic)
206}
207func (dst *GetPublicCertificateForAppRequest) XXX_Merge(src proto.Message) {
208 xxx_messageInfo_GetPublicCertificateForAppRequest.Merge(dst, src)
209}
210func (m *GetPublicCertificateForAppRequest) XXX_Size() int {
211 return xxx_messageInfo_GetPublicCertificateForAppRequest.Size(m)
212}
213func (m *GetPublicCertificateForAppRequest) XXX_DiscardUnknown() {
214 xxx_messageInfo_GetPublicCertificateForAppRequest.DiscardUnknown(m)
215}
216
217var xxx_messageInfo_GetPublicCertificateForAppRequest proto.InternalMessageInfo
218
219type PublicCertificate struct {
220 KeyName *string `protobuf:"bytes,1,opt,name=key_name,json=keyName" json:"key_name,omitempty"`
221 X509CertificatePem *string `protobuf:"bytes,2,opt,name=x509_certificate_pem,json=x509CertificatePem" json:"x509_certificate_pem,omitempty"`
222 XXX_NoUnkeyedLiteral struct{} `json:"-"`
223 XXX_unrecognized []byte `json:"-"`
224 XXX_sizecache int32 `json:"-"`
225}
226
227func (m *PublicCertificate) Reset() { *m = PublicCertificate{} }
228func (m *PublicCertificate) String() string { return proto.CompactTextString(m) }
229func (*PublicCertificate) ProtoMessage() {}
230func (*PublicCertificate) Descriptor() ([]byte, []int) {
231 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{4}
232}
233func (m *PublicCertificate) XXX_Unmarshal(b []byte) error {
234 return xxx_messageInfo_PublicCertificate.Unmarshal(m, b)
235}
236func (m *PublicCertificate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
237 return xxx_messageInfo_PublicCertificate.Marshal(b, m, deterministic)
238}
239func (dst *PublicCertificate) XXX_Merge(src proto.Message) {
240 xxx_messageInfo_PublicCertificate.Merge(dst, src)
241}
242func (m *PublicCertificate) XXX_Size() int {
243 return xxx_messageInfo_PublicCertificate.Size(m)
244}
245func (m *PublicCertificate) XXX_DiscardUnknown() {
246 xxx_messageInfo_PublicCertificate.DiscardUnknown(m)
247}
248
249var xxx_messageInfo_PublicCertificate proto.InternalMessageInfo
250
251func (m *PublicCertificate) GetKeyName() string {
252 if m != nil && m.KeyName != nil {
253 return *m.KeyName
254 }
255 return ""
256}
257
258func (m *PublicCertificate) GetX509CertificatePem() string {
259 if m != nil && m.X509CertificatePem != nil {
260 return *m.X509CertificatePem
261 }
262 return ""
263}
264
265type GetPublicCertificateForAppResponse struct {
266 PublicCertificateList []*PublicCertificate `protobuf:"bytes,1,rep,name=public_certificate_list,json=publicCertificateList" json:"public_certificate_list,omitempty"`
267 MaxClientCacheTimeInSecond *int64 `protobuf:"varint,2,opt,name=max_client_cache_time_in_second,json=maxClientCacheTimeInSecond" json:"max_client_cache_time_in_second,omitempty"`
268 XXX_NoUnkeyedLiteral struct{} `json:"-"`
269 XXX_unrecognized []byte `json:"-"`
270 XXX_sizecache int32 `json:"-"`
271}
272
273func (m *GetPublicCertificateForAppResponse) Reset() { *m = GetPublicCertificateForAppResponse{} }
274func (m *GetPublicCertificateForAppResponse) String() string { return proto.CompactTextString(m) }
275func (*GetPublicCertificateForAppResponse) ProtoMessage() {}
276func (*GetPublicCertificateForAppResponse) Descriptor() ([]byte, []int) {
277 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{5}
278}
279func (m *GetPublicCertificateForAppResponse) XXX_Unmarshal(b []byte) error {
280 return xxx_messageInfo_GetPublicCertificateForAppResponse.Unmarshal(m, b)
281}
282func (m *GetPublicCertificateForAppResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
283 return xxx_messageInfo_GetPublicCertificateForAppResponse.Marshal(b, m, deterministic)
284}
285func (dst *GetPublicCertificateForAppResponse) XXX_Merge(src proto.Message) {
286 xxx_messageInfo_GetPublicCertificateForAppResponse.Merge(dst, src)
287}
288func (m *GetPublicCertificateForAppResponse) XXX_Size() int {
289 return xxx_messageInfo_GetPublicCertificateForAppResponse.Size(m)
290}
291func (m *GetPublicCertificateForAppResponse) XXX_DiscardUnknown() {
292 xxx_messageInfo_GetPublicCertificateForAppResponse.DiscardUnknown(m)
293}
294
295var xxx_messageInfo_GetPublicCertificateForAppResponse proto.InternalMessageInfo
296
297func (m *GetPublicCertificateForAppResponse) GetPublicCertificateList() []*PublicCertificate {
298 if m != nil {
299 return m.PublicCertificateList
300 }
301 return nil
302}
303
304func (m *GetPublicCertificateForAppResponse) GetMaxClientCacheTimeInSecond() int64 {
305 if m != nil && m.MaxClientCacheTimeInSecond != nil {
306 return *m.MaxClientCacheTimeInSecond
307 }
308 return 0
309}
310
311type GetServiceAccountNameRequest struct {
312 XXX_NoUnkeyedLiteral struct{} `json:"-"`
313 XXX_unrecognized []byte `json:"-"`
314 XXX_sizecache int32 `json:"-"`
315}
316
317func (m *GetServiceAccountNameRequest) Reset() { *m = GetServiceAccountNameRequest{} }
318func (m *GetServiceAccountNameRequest) String() string { return proto.CompactTextString(m) }
319func (*GetServiceAccountNameRequest) ProtoMessage() {}
320func (*GetServiceAccountNameRequest) Descriptor() ([]byte, []int) {
321 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{6}
322}
323func (m *GetServiceAccountNameRequest) XXX_Unmarshal(b []byte) error {
324 return xxx_messageInfo_GetServiceAccountNameRequest.Unmarshal(m, b)
325}
326func (m *GetServiceAccountNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
327 return xxx_messageInfo_GetServiceAccountNameRequest.Marshal(b, m, deterministic)
328}
329func (dst *GetServiceAccountNameRequest) XXX_Merge(src proto.Message) {
330 xxx_messageInfo_GetServiceAccountNameRequest.Merge(dst, src)
331}
332func (m *GetServiceAccountNameRequest) XXX_Size() int {
333 return xxx_messageInfo_GetServiceAccountNameRequest.Size(m)
334}
335func (m *GetServiceAccountNameRequest) XXX_DiscardUnknown() {
336 xxx_messageInfo_GetServiceAccountNameRequest.DiscardUnknown(m)
337}
338
339var xxx_messageInfo_GetServiceAccountNameRequest proto.InternalMessageInfo
340
341type GetServiceAccountNameResponse struct {
342 ServiceAccountName *string `protobuf:"bytes,1,opt,name=service_account_name,json=serviceAccountName" json:"service_account_name,omitempty"`
343 XXX_NoUnkeyedLiteral struct{} `json:"-"`
344 XXX_unrecognized []byte `json:"-"`
345 XXX_sizecache int32 `json:"-"`
346}
347
348func (m *GetServiceAccountNameResponse) Reset() { *m = GetServiceAccountNameResponse{} }
349func (m *GetServiceAccountNameResponse) String() string { return proto.CompactTextString(m) }
350func (*GetServiceAccountNameResponse) ProtoMessage() {}
351func (*GetServiceAccountNameResponse) Descriptor() ([]byte, []int) {
352 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{7}
353}
354func (m *GetServiceAccountNameResponse) XXX_Unmarshal(b []byte) error {
355 return xxx_messageInfo_GetServiceAccountNameResponse.Unmarshal(m, b)
356}
357func (m *GetServiceAccountNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
358 return xxx_messageInfo_GetServiceAccountNameResponse.Marshal(b, m, deterministic)
359}
360func (dst *GetServiceAccountNameResponse) XXX_Merge(src proto.Message) {
361 xxx_messageInfo_GetServiceAccountNameResponse.Merge(dst, src)
362}
363func (m *GetServiceAccountNameResponse) XXX_Size() int {
364 return xxx_messageInfo_GetServiceAccountNameResponse.Size(m)
365}
366func (m *GetServiceAccountNameResponse) XXX_DiscardUnknown() {
367 xxx_messageInfo_GetServiceAccountNameResponse.DiscardUnknown(m)
368}
369
370var xxx_messageInfo_GetServiceAccountNameResponse proto.InternalMessageInfo
371
372func (m *GetServiceAccountNameResponse) GetServiceAccountName() string {
373 if m != nil && m.ServiceAccountName != nil {
374 return *m.ServiceAccountName
375 }
376 return ""
377}
378
379type GetAccessTokenRequest struct {
380 Scope []string `protobuf:"bytes,1,rep,name=scope" json:"scope,omitempty"`
381 ServiceAccountId *int64 `protobuf:"varint,2,opt,name=service_account_id,json=serviceAccountId" json:"service_account_id,omitempty"`
382 ServiceAccountName *string `protobuf:"bytes,3,opt,name=service_account_name,json=serviceAccountName" json:"service_account_name,omitempty"`
383 XXX_NoUnkeyedLiteral struct{} `json:"-"`
384 XXX_unrecognized []byte `json:"-"`
385 XXX_sizecache int32 `json:"-"`
386}
387
388func (m *GetAccessTokenRequest) Reset() { *m = GetAccessTokenRequest{} }
389func (m *GetAccessTokenRequest) String() string { return proto.CompactTextString(m) }
390func (*GetAccessTokenRequest) ProtoMessage() {}
391func (*GetAccessTokenRequest) Descriptor() ([]byte, []int) {
392 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{8}
393}
394func (m *GetAccessTokenRequest) XXX_Unmarshal(b []byte) error {
395 return xxx_messageInfo_GetAccessTokenRequest.Unmarshal(m, b)
396}
397func (m *GetAccessTokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
398 return xxx_messageInfo_GetAccessTokenRequest.Marshal(b, m, deterministic)
399}
400func (dst *GetAccessTokenRequest) XXX_Merge(src proto.Message) {
401 xxx_messageInfo_GetAccessTokenRequest.Merge(dst, src)
402}
403func (m *GetAccessTokenRequest) XXX_Size() int {
404 return xxx_messageInfo_GetAccessTokenRequest.Size(m)
405}
406func (m *GetAccessTokenRequest) XXX_DiscardUnknown() {
407 xxx_messageInfo_GetAccessTokenRequest.DiscardUnknown(m)
408}
409
410var xxx_messageInfo_GetAccessTokenRequest proto.InternalMessageInfo
411
412func (m *GetAccessTokenRequest) GetScope() []string {
413 if m != nil {
414 return m.Scope
415 }
416 return nil
417}
418
419func (m *GetAccessTokenRequest) GetServiceAccountId() int64 {
420 if m != nil && m.ServiceAccountId != nil {
421 return *m.ServiceAccountId
422 }
423 return 0
424}
425
426func (m *GetAccessTokenRequest) GetServiceAccountName() string {
427 if m != nil && m.ServiceAccountName != nil {
428 return *m.ServiceAccountName
429 }
430 return ""
431}
432
433type GetAccessTokenResponse struct {
434 AccessToken *string `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"`
435 ExpirationTime *int64 `protobuf:"varint,2,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"`
436 XXX_NoUnkeyedLiteral struct{} `json:"-"`
437 XXX_unrecognized []byte `json:"-"`
438 XXX_sizecache int32 `json:"-"`
439}
440
441func (m *GetAccessTokenResponse) Reset() { *m = GetAccessTokenResponse{} }
442func (m *GetAccessTokenResponse) String() string { return proto.CompactTextString(m) }
443func (*GetAccessTokenResponse) ProtoMessage() {}
444func (*GetAccessTokenResponse) Descriptor() ([]byte, []int) {
445 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{9}
446}
447func (m *GetAccessTokenResponse) XXX_Unmarshal(b []byte) error {
448 return xxx_messageInfo_GetAccessTokenResponse.Unmarshal(m, b)
449}
450func (m *GetAccessTokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
451 return xxx_messageInfo_GetAccessTokenResponse.Marshal(b, m, deterministic)
452}
453func (dst *GetAccessTokenResponse) XXX_Merge(src proto.Message) {
454 xxx_messageInfo_GetAccessTokenResponse.Merge(dst, src)
455}
456func (m *GetAccessTokenResponse) XXX_Size() int {
457 return xxx_messageInfo_GetAccessTokenResponse.Size(m)
458}
459func (m *GetAccessTokenResponse) XXX_DiscardUnknown() {
460 xxx_messageInfo_GetAccessTokenResponse.DiscardUnknown(m)
461}
462
463var xxx_messageInfo_GetAccessTokenResponse proto.InternalMessageInfo
464
465func (m *GetAccessTokenResponse) GetAccessToken() string {
466 if m != nil && m.AccessToken != nil {
467 return *m.AccessToken
468 }
469 return ""
470}
471
472func (m *GetAccessTokenResponse) GetExpirationTime() int64 {
473 if m != nil && m.ExpirationTime != nil {
474 return *m.ExpirationTime
475 }
476 return 0
477}
478
479type GetDefaultGcsBucketNameRequest struct {
480 XXX_NoUnkeyedLiteral struct{} `json:"-"`
481 XXX_unrecognized []byte `json:"-"`
482 XXX_sizecache int32 `json:"-"`
483}
484
485func (m *GetDefaultGcsBucketNameRequest) Reset() { *m = GetDefaultGcsBucketNameRequest{} }
486func (m *GetDefaultGcsBucketNameRequest) String() string { return proto.CompactTextString(m) }
487func (*GetDefaultGcsBucketNameRequest) ProtoMessage() {}
488func (*GetDefaultGcsBucketNameRequest) Descriptor() ([]byte, []int) {
489 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{10}
490}
491func (m *GetDefaultGcsBucketNameRequest) XXX_Unmarshal(b []byte) error {
492 return xxx_messageInfo_GetDefaultGcsBucketNameRequest.Unmarshal(m, b)
493}
494func (m *GetDefaultGcsBucketNameRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
495 return xxx_messageInfo_GetDefaultGcsBucketNameRequest.Marshal(b, m, deterministic)
496}
497func (dst *GetDefaultGcsBucketNameRequest) XXX_Merge(src proto.Message) {
498 xxx_messageInfo_GetDefaultGcsBucketNameRequest.Merge(dst, src)
499}
500func (m *GetDefaultGcsBucketNameRequest) XXX_Size() int {
501 return xxx_messageInfo_GetDefaultGcsBucketNameRequest.Size(m)
502}
503func (m *GetDefaultGcsBucketNameRequest) XXX_DiscardUnknown() {
504 xxx_messageInfo_GetDefaultGcsBucketNameRequest.DiscardUnknown(m)
505}
506
507var xxx_messageInfo_GetDefaultGcsBucketNameRequest proto.InternalMessageInfo
508
509type GetDefaultGcsBucketNameResponse struct {
510 DefaultGcsBucketName *string `protobuf:"bytes,1,opt,name=default_gcs_bucket_name,json=defaultGcsBucketName" json:"default_gcs_bucket_name,omitempty"`
511 XXX_NoUnkeyedLiteral struct{} `json:"-"`
512 XXX_unrecognized []byte `json:"-"`
513 XXX_sizecache int32 `json:"-"`
514}
515
516func (m *GetDefaultGcsBucketNameResponse) Reset() { *m = GetDefaultGcsBucketNameResponse{} }
517func (m *GetDefaultGcsBucketNameResponse) String() string { return proto.CompactTextString(m) }
518func (*GetDefaultGcsBucketNameResponse) ProtoMessage() {}
519func (*GetDefaultGcsBucketNameResponse) Descriptor() ([]byte, []int) {
520 return fileDescriptor_app_identity_service_08a6e3f74b04cfa4, []int{11}
521}
522func (m *GetDefaultGcsBucketNameResponse) XXX_Unmarshal(b []byte) error {
523 return xxx_messageInfo_GetDefaultGcsBucketNameResponse.Unmarshal(m, b)
524}
525func (m *GetDefaultGcsBucketNameResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
526 return xxx_messageInfo_GetDefaultGcsBucketNameResponse.Marshal(b, m, deterministic)
527}
528func (dst *GetDefaultGcsBucketNameResponse) XXX_Merge(src proto.Message) {
529 xxx_messageInfo_GetDefaultGcsBucketNameResponse.Merge(dst, src)
530}
531func (m *GetDefaultGcsBucketNameResponse) XXX_Size() int {
532 return xxx_messageInfo_GetDefaultGcsBucketNameResponse.Size(m)
533}
534func (m *GetDefaultGcsBucketNameResponse) XXX_DiscardUnknown() {
535 xxx_messageInfo_GetDefaultGcsBucketNameResponse.DiscardUnknown(m)
536}
537
538var xxx_messageInfo_GetDefaultGcsBucketNameResponse proto.InternalMessageInfo
539
540func (m *GetDefaultGcsBucketNameResponse) GetDefaultGcsBucketName() string {
541 if m != nil && m.DefaultGcsBucketName != nil {
542 return *m.DefaultGcsBucketName
543 }
544 return ""
545}
546
547func init() {
548 proto.RegisterType((*AppIdentityServiceError)(nil), "appengine.AppIdentityServiceError")
549 proto.RegisterType((*SignForAppRequest)(nil), "appengine.SignForAppRequest")
550 proto.RegisterType((*SignForAppResponse)(nil), "appengine.SignForAppResponse")
551 proto.RegisterType((*GetPublicCertificateForAppRequest)(nil), "appengine.GetPublicCertificateForAppRequest")
552 proto.RegisterType((*PublicCertificate)(nil), "appengine.PublicCertificate")
553 proto.RegisterType((*GetPublicCertificateForAppResponse)(nil), "appengine.GetPublicCertificateForAppResponse")
554 proto.RegisterType((*GetServiceAccountNameRequest)(nil), "appengine.GetServiceAccountNameRequest")
555 proto.RegisterType((*GetServiceAccountNameResponse)(nil), "appengine.GetServiceAccountNameResponse")
556 proto.RegisterType((*GetAccessTokenRequest)(nil), "appengine.GetAccessTokenRequest")
557 proto.RegisterType((*GetAccessTokenResponse)(nil), "appengine.GetAccessTokenResponse")
558 proto.RegisterType((*GetDefaultGcsBucketNameRequest)(nil), "appengine.GetDefaultGcsBucketNameRequest")
559 proto.RegisterType((*GetDefaultGcsBucketNameResponse)(nil), "appengine.GetDefaultGcsBucketNameResponse")
560}
561
562func init() {
563 proto.RegisterFile("google.golang.org/appengine/internal/app_identity/app_identity_service.proto", fileDescriptor_app_identity_service_08a6e3f74b04cfa4)
564}
565
566var fileDescriptor_app_identity_service_08a6e3f74b04cfa4 = []byte{
567 // 676 bytes of a gzipped FileDescriptorProto
568 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xdb, 0x6e, 0xda, 0x58,
569 0x14, 0x1d, 0x26, 0x1a, 0x31, 0x6c, 0x12, 0x62, 0xce, 0x90, 0xcb, 0x8c, 0x32, 0xb9, 0x78, 0x1e,
570 0x26, 0x0f, 0x15, 0x89, 0x2a, 0x45, 0x55, 0x1f, 0x8d, 0xed, 0x22, 0x54, 0x07, 0x53, 0x43, 0x9a,
571 0xa8, 0x2f, 0xa7, 0xce, 0x61, 0xc7, 0x3d, 0x02, 0x9f, 0xe3, 0xda, 0x87, 0x0a, 0x3e, 0xa2, 0x3f,
572 0xd2, 0x9f, 0xe8, 0x5b, 0xbf, 0xa5, 0x17, 0xb5, 0xdf, 0x50, 0xd9, 0x38, 0x5c, 0x92, 0x92, 0x37,
573 0xbc, 0xf6, 0x5a, 0xcb, 0x6b, 0x2f, 0x6d, 0x0c, 0x4e, 0x20, 0x65, 0x30, 0xc4, 0x7a, 0x20, 0x87,
574 0xbe, 0x08, 0xea, 0x32, 0x0e, 0x4e, 0xfc, 0x28, 0x42, 0x11, 0x70, 0x81, 0x27, 0x5c, 0x28, 0x8c,
575 0x85, 0x3f, 0x4c, 0x21, 0xca, 0xfb, 0x28, 0x14, 0x57, 0x93, 0xa5, 0x07, 0x9a, 0x60, 0xfc, 0x8e,
576 0x33, 0xac, 0x47, 0xb1, 0x54, 0x92, 0x94, 0x66, 0x5a, 0xfd, 0x53, 0x01, 0x76, 0x8c, 0x28, 0x6a,
577 0xe5, 0xc4, 0xee, 0x94, 0x67, 0xc7, 0xb1, 0x8c, 0xf5, 0x0f, 0x05, 0x28, 0x65, 0xbf, 0x4c, 0xd9,
578 0x47, 0x52, 0x86, 0x62, 0xf7, 0xc2, 0x34, 0xed, 0x6e, 0x57, 0xfb, 0x8d, 0x54, 0x61, 0xe3, 0xa2,
579 0xfd, 0xbc, 0xed, 0x5e, 0xb6, 0x69, 0xd7, 0x74, 0x3b, 0xb6, 0x56, 0x22, 0x7f, 0x41, 0xa5, 0xe1,
580 0xb8, 0x0d, 0xda, 0x73, 0x5d, 0xea, 0x18, 0x5e, 0xd3, 0xd6, 0x3e, 0x17, 0xc9, 0x36, 0x54, 0x2d,
581 0xdb, 0xb0, 0x9c, 0x56, 0xdb, 0xa6, 0xf6, 0x95, 0x69, 0xdb, 0x96, 0x6d, 0x69, 0x5f, 0x8a, 0xa4,
582 0x06, 0x9b, 0x6d, 0xb7, 0x47, 0x0d, 0xfa, 0xd2, 0x70, 0x5a, 0x16, 0x35, 0x3a, 0x1d, 0xed, 0x6b,
583 0x91, 0x90, 0xb9, 0xab, 0xed, 0x79, 0xae, 0xa7, 0x7d, 0x2b, 0x12, 0x0d, 0xca, 0x19, 0xd3, 0x71,
584 0xdc, 0x4b, 0xdb, 0xd2, 0xbe, 0xcf, 0xb4, 0xad, 0xf3, 0x8e, 0x63, 0x9f, 0xdb, 0xed, 0x9e, 0x6d,
585 0x69, 0x3f, 0x8a, 0xfa, 0x13, 0xa8, 0x76, 0x79, 0x20, 0x9e, 0xc9, 0xd8, 0x88, 0x22, 0x0f, 0xdf,
586 0x8e, 0x30, 0x51, 0x44, 0x87, 0x8d, 0xeb, 0x89, 0xc2, 0x84, 0x2a, 0x49, 0x13, 0x1e, 0x88, 0xdd,
587 0xc2, 0x61, 0xe1, 0x78, 0xdd, 0x2b, 0x67, 0x60, 0x4f, 0xa6, 0x02, 0xfd, 0x0a, 0xc8, 0xa2, 0x30,
588 0x89, 0xa4, 0x48, 0x90, 0xfc, 0x0d, 0x7f, 0x0e, 0x70, 0x42, 0x85, 0x1f, 0x62, 0x26, 0x2a, 0x79,
589 0xc5, 0x01, 0x4e, 0xda, 0x7e, 0x88, 0xe4, 0x7f, 0xd8, 0x4c, 0xbd, 0x7c, 0x35, 0x8a, 0x91, 0x66,
590 0x4e, 0xbb, 0xbf, 0x67, 0xb6, 0x95, 0x19, 0xdc, 0x48, 0x51, 0xfd, 0x3f, 0x38, 0x6a, 0xa2, 0xea,
591 0x8c, 0xae, 0x87, 0x9c, 0x99, 0x18, 0x2b, 0x7e, 0xc3, 0x99, 0xaf, 0x70, 0x29, 0xa2, 0xfe, 0x1a,
592 0xaa, 0xf7, 0x18, 0x0f, 0xbd, 0xfd, 0x14, 0x6a, 0xe3, 0xb3, 0xd3, 0xa7, 0x94, 0xcd, 0xe9, 0x34,
593 0xc2, 0x30, 0x8b, 0x50, 0xf2, 0x48, 0x3a, 0x5b, 0x70, 0xea, 0x60, 0xa8, 0x7f, 0x2c, 0x80, 0xfe,
594 0x50, 0x8e, 0x7c, 0xe3, 0x1e, 0xec, 0x44, 0x19, 0x65, 0xc9, 0x7a, 0xc8, 0x13, 0xb5, 0x5b, 0x38,
595 0x5c, 0x3b, 0x2e, 0x3f, 0xde, 0xab, 0xcf, 0xce, 0xa6, 0x7e, 0xcf, 0xcc, 0xdb, 0x8a, 0xee, 0x42,
596 0x0e, 0x4f, 0x14, 0x31, 0xe1, 0x20, 0xf4, 0xc7, 0x94, 0x0d, 0x39, 0x0a, 0x45, 0x99, 0xcf, 0xde,
597 0x20, 0x55, 0x3c, 0x44, 0xca, 0x05, 0x4d, 0x90, 0x49, 0xd1, 0xcf, 0x92, 0xaf, 0x79, 0xff, 0x84,
598 0xfe, 0xd8, 0xcc, 0x58, 0x66, 0x4a, 0xea, 0xf1, 0x10, 0x5b, 0xa2, 0x9b, 0x31, 0xf4, 0x7d, 0xd8,
599 0x6b, 0xa2, 0xca, 0x6f, 0xd3, 0x60, 0x4c, 0x8e, 0x84, 0x4a, 0xcb, 0xb8, 0xed, 0xf0, 0x05, 0xfc,
600 0xbb, 0x62, 0x9e, 0xef, 0x76, 0x0a, 0xb5, 0xfc, 0x1f, 0x40, 0xfd, 0xe9, 0x78, 0xb1, 0x5b, 0x92,
601 0xdc, 0x53, 0xea, 0xef, 0x0b, 0xb0, 0xd5, 0x44, 0x65, 0x30, 0x86, 0x49, 0xd2, 0x93, 0x03, 0x14,
602 0xb7, 0x37, 0x55, 0x83, 0x3f, 0x12, 0x26, 0x23, 0xcc, 0x5a, 0x29, 0x79, 0xd3, 0x07, 0xf2, 0x08,
603 0xc8, 0xdd, 0x37, 0xf0, 0xdb, 0xd5, 0xb4, 0x65, 0xff, 0x56, 0x7f, 0x65, 0x9e, 0xb5, 0x95, 0x79,
604 0xfa, 0xb0, 0x7d, 0x37, 0x4e, 0xbe, 0xdb, 0x11, 0xac, 0xfb, 0x19, 0x4c, 0x55, 0x8a, 0xe7, 0x3b,
605 0x95, 0xfd, 0x39, 0x35, 0xbd, 0x58, 0x1c, 0x47, 0x3c, 0xf6, 0x15, 0x97, 0x22, 0xab, 0x3f, 0x4f,
606 0x56, 0x99, 0xc3, 0x69, 0xe1, 0xfa, 0x21, 0xec, 0x37, 0x51, 0x59, 0x78, 0xe3, 0x8f, 0x86, 0xaa,
607 0xc9, 0x92, 0xc6, 0x88, 0x0d, 0x70, 0xa9, 0xea, 0x2b, 0x38, 0x58, 0xc9, 0xc8, 0x03, 0x9d, 0xc1,
608 0x4e, 0x7f, 0x3a, 0xa7, 0x01, 0x4b, 0xe8, 0x75, 0xc6, 0x58, 0xec, 0xbb, 0xd6, 0xff, 0x85, 0xbc,
609 0x51, 0x79, 0xb5, 0xbe, 0xf8, 0xc9, 0xfa, 0x19, 0x00, 0x00, 0xff, 0xff, 0x37, 0x4c, 0x56, 0x38,
610 0xf3, 0x04, 0x00, 0x00,
611}