Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + var AppIdentityServiceError_ErrorCode_name = map[int32]string + var AppIdentityServiceError_ErrorCode_value = map[string]int32 + type AppIdentityServiceError struct + XXX_unrecognized []byte + func (*AppIdentityServiceError) ProtoMessage() + func (m *AppIdentityServiceError) Reset() + func (m *AppIdentityServiceError) String() string + type AppIdentityServiceError_ErrorCode int32 + const AppIdentityServiceError_BLOB_TOO_LARGE + const AppIdentityServiceError_DEADLINE_EXCEEDED + const AppIdentityServiceError_NOT_ALLOWED + const AppIdentityServiceError_NOT_A_VALID_APP + const AppIdentityServiceError_NOT_IMPLEMENTED + const AppIdentityServiceError_SUCCESS + const AppIdentityServiceError_UNKNOWN_ERROR + const AppIdentityServiceError_UNKNOWN_SCOPE + func (x *AppIdentityServiceError_ErrorCode) UnmarshalJSON(data []byte) error + func (x AppIdentityServiceError_ErrorCode) Enum() *AppIdentityServiceError_ErrorCode + func (x AppIdentityServiceError_ErrorCode) String() string + type GetAccessTokenRequest struct + Scope []string + ServiceAccountId *int64 + ServiceAccountName *string + XXX_unrecognized []byte + func (*GetAccessTokenRequest) ProtoMessage() + func (m *GetAccessTokenRequest) GetScope() []string + func (m *GetAccessTokenRequest) GetServiceAccountId() int64 + func (m *GetAccessTokenRequest) GetServiceAccountName() string + func (m *GetAccessTokenRequest) Reset() + func (m *GetAccessTokenRequest) String() string + type GetAccessTokenResponse struct + AccessToken *string + ExpirationTime *int64 + XXX_unrecognized []byte + func (*GetAccessTokenResponse) ProtoMessage() + func (m *GetAccessTokenResponse) GetAccessToken() string + func (m *GetAccessTokenResponse) GetExpirationTime() int64 + func (m *GetAccessTokenResponse) Reset() + func (m *GetAccessTokenResponse) String() string + type GetDefaultGcsBucketNameRequest struct + XXX_unrecognized []byte + func (*GetDefaultGcsBucketNameRequest) ProtoMessage() + func (m *GetDefaultGcsBucketNameRequest) Reset() + func (m *GetDefaultGcsBucketNameRequest) String() string + type GetDefaultGcsBucketNameResponse struct + DefaultGcsBucketName *string + XXX_unrecognized []byte + func (*GetDefaultGcsBucketNameResponse) ProtoMessage() + func (m *GetDefaultGcsBucketNameResponse) GetDefaultGcsBucketName() string + func (m *GetDefaultGcsBucketNameResponse) Reset() + func (m *GetDefaultGcsBucketNameResponse) String() string + type GetPublicCertificateForAppRequest struct + XXX_unrecognized []byte + func (*GetPublicCertificateForAppRequest) ProtoMessage() + func (m *GetPublicCertificateForAppRequest) Reset() + func (m *GetPublicCertificateForAppRequest) String() string + type GetPublicCertificateForAppResponse struct + MaxClientCacheTimeInSecond *int64 + PublicCertificateList []*PublicCertificate + XXX_unrecognized []byte + func (*GetPublicCertificateForAppResponse) ProtoMessage() + func (m *GetPublicCertificateForAppResponse) GetMaxClientCacheTimeInSecond() int64 + func (m *GetPublicCertificateForAppResponse) GetPublicCertificateList() []*PublicCertificate + func (m *GetPublicCertificateForAppResponse) Reset() + func (m *GetPublicCertificateForAppResponse) String() string + type GetServiceAccountNameRequest struct + XXX_unrecognized []byte + func (*GetServiceAccountNameRequest) ProtoMessage() + func (m *GetServiceAccountNameRequest) Reset() + func (m *GetServiceAccountNameRequest) String() string + type GetServiceAccountNameResponse struct + ServiceAccountName *string + XXX_unrecognized []byte + func (*GetServiceAccountNameResponse) ProtoMessage() + func (m *GetServiceAccountNameResponse) GetServiceAccountName() string + func (m *GetServiceAccountNameResponse) Reset() + func (m *GetServiceAccountNameResponse) String() string + type PublicCertificate struct + KeyName *string + X509CertificatePem *string + XXX_unrecognized []byte + func (*PublicCertificate) ProtoMessage() + func (m *PublicCertificate) GetKeyName() string + func (m *PublicCertificate) GetX509CertificatePem() string + func (m *PublicCertificate) Reset() + func (m *PublicCertificate) String() string + type SignForAppRequest struct + BytesToSign []byte + XXX_unrecognized []byte + func (*SignForAppRequest) ProtoMessage() + func (m *SignForAppRequest) GetBytesToSign() []byte + func (m *SignForAppRequest) Reset() + func (m *SignForAppRequest) String() string + type SignForAppResponse struct + KeyName *string + SignatureBytes []byte + XXX_unrecognized []byte + func (*SignForAppResponse) ProtoMessage() + func (m *SignForAppResponse) GetKeyName() string + func (m *SignForAppResponse) GetSignatureBytes() []byte + func (m *SignForAppResponse) Reset() + func (m *SignForAppResponse) String() string