Documentation
¶
Index ¶
- Variables
- type AppIdentityServiceError
- type AppIdentityServiceError_ErrorCode
- func (AppIdentityServiceError_ErrorCode) Descriptor() protoreflect.EnumDescriptor
- func (x AppIdentityServiceError_ErrorCode) Enum() *AppIdentityServiceError_ErrorCode
- func (AppIdentityServiceError_ErrorCode) EnumDescriptor() ([]byte, []int)deprecated
- func (x AppIdentityServiceError_ErrorCode) Number() protoreflect.EnumNumber
- func (x AppIdentityServiceError_ErrorCode) String() string
- func (AppIdentityServiceError_ErrorCode) Type() protoreflect.EnumType
- func (x *AppIdentityServiceError_ErrorCode) UnmarshalJSON(b []byte) errordeprecated
- type GetAccessTokenRequest
- func (*GetAccessTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccessTokenRequest) GetScope() []string
- func (x *GetAccessTokenRequest) GetServiceAccountId() int64
- func (x *GetAccessTokenRequest) GetServiceAccountName() string
- func (*GetAccessTokenRequest) ProtoMessage()
- func (x *GetAccessTokenRequest) ProtoReflect() protoreflect.Message
- func (x *GetAccessTokenRequest) Reset()
- func (x *GetAccessTokenRequest) String() string
- type GetAccessTokenResponse
- func (*GetAccessTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetAccessTokenResponse) GetAccessToken() string
- func (x *GetAccessTokenResponse) GetExpirationTime() int64
- func (*GetAccessTokenResponse) ProtoMessage()
- func (x *GetAccessTokenResponse) ProtoReflect() protoreflect.Message
- func (x *GetAccessTokenResponse) Reset()
- func (x *GetAccessTokenResponse) String() string
- type GetDefaultGcsBucketNameRequest
- func (*GetDefaultGcsBucketNameRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetDefaultGcsBucketNameRequest) ProtoMessage()
- func (x *GetDefaultGcsBucketNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetDefaultGcsBucketNameRequest) Reset()
- func (x *GetDefaultGcsBucketNameRequest) String() string
- type GetDefaultGcsBucketNameResponse
- func (*GetDefaultGcsBucketNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDefaultGcsBucketNameResponse) GetDefaultGcsBucketName() string
- func (*GetDefaultGcsBucketNameResponse) ProtoMessage()
- func (x *GetDefaultGcsBucketNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetDefaultGcsBucketNameResponse) Reset()
- func (x *GetDefaultGcsBucketNameResponse) String() string
- type GetPublicCertificateForAppRequest
- func (*GetPublicCertificateForAppRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetPublicCertificateForAppRequest) ProtoMessage()
- func (x *GetPublicCertificateForAppRequest) ProtoReflect() protoreflect.Message
- func (x *GetPublicCertificateForAppRequest) Reset()
- func (x *GetPublicCertificateForAppRequest) String() string
- type GetPublicCertificateForAppResponse
- func (*GetPublicCertificateForAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetPublicCertificateForAppResponse) GetMaxClientCacheTimeInSecond() int64
- func (x *GetPublicCertificateForAppResponse) GetPublicCertificateList() []*PublicCertificate
- func (*GetPublicCertificateForAppResponse) ProtoMessage()
- func (x *GetPublicCertificateForAppResponse) ProtoReflect() protoreflect.Message
- func (x *GetPublicCertificateForAppResponse) Reset()
- func (x *GetPublicCertificateForAppResponse) String() string
- type GetServiceAccountNameRequest
- func (*GetServiceAccountNameRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetServiceAccountNameRequest) ProtoMessage()
- func (x *GetServiceAccountNameRequest) ProtoReflect() protoreflect.Message
- func (x *GetServiceAccountNameRequest) Reset()
- func (x *GetServiceAccountNameRequest) String() string
- type GetServiceAccountNameResponse
- func (*GetServiceAccountNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceAccountNameResponse) GetServiceAccountName() string
- func (*GetServiceAccountNameResponse) ProtoMessage()
- func (x *GetServiceAccountNameResponse) ProtoReflect() protoreflect.Message
- func (x *GetServiceAccountNameResponse) Reset()
- func (x *GetServiceAccountNameResponse) String() string
- type PublicCertificate
- func (*PublicCertificate) Descriptor() ([]byte, []int)deprecated
- func (x *PublicCertificate) GetKeyName() string
- func (x *PublicCertificate) GetX509CertificatePem() string
- func (*PublicCertificate) ProtoMessage()
- func (x *PublicCertificate) ProtoReflect() protoreflect.Message
- func (x *PublicCertificate) Reset()
- func (x *PublicCertificate) String() string
- type SignForAppRequest
- func (*SignForAppRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SignForAppRequest) GetBytesToSign() []byte
- func (*SignForAppRequest) ProtoMessage()
- func (x *SignForAppRequest) ProtoReflect() protoreflect.Message
- func (x *SignForAppRequest) Reset()
- func (x *SignForAppRequest) String() string
- type SignForAppResponse
- func (*SignForAppResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SignForAppResponse) GetKeyName() string
- func (x *SignForAppResponse) GetSignatureBytes() []byte
- func (*SignForAppResponse) ProtoMessage()
- func (x *SignForAppResponse) ProtoReflect() protoreflect.Message
- func (x *SignForAppResponse) Reset()
- func (x *SignForAppResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var ( AppIdentityServiceError_ErrorCode_name = map[int32]string{ 0: "SUCCESS", 9: "UNKNOWN_SCOPE", 1000: "BLOB_TOO_LARGE", 1001: "DEADLINE_EXCEEDED", 1002: "NOT_A_VALID_APP", 1003: "UNKNOWN_ERROR", 1005: "NOT_ALLOWED", 1006: "NOT_IMPLEMENTED", } AppIdentityServiceError_ErrorCode_value = map[string]int32{ "SUCCESS": 0, "UNKNOWN_SCOPE": 9, "BLOB_TOO_LARGE": 1000, "DEADLINE_EXCEEDED": 1001, "NOT_A_VALID_APP": 1002, "UNKNOWN_ERROR": 1003, "NOT_ALLOWED": 1005, "NOT_IMPLEMENTED": 1006, } )
Enum value maps for AppIdentityServiceError_ErrorCode.
var File_app_identity_service_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AppIdentityServiceError ¶
type AppIdentityServiceError struct {
// contains filtered or unexported fields
}
func (*AppIdentityServiceError) Descriptor
deprecated
func (*AppIdentityServiceError) Descriptor() ([]byte, []int)
Deprecated: Use AppIdentityServiceError.ProtoReflect.Descriptor instead.
func (*AppIdentityServiceError) ProtoMessage ¶
func (*AppIdentityServiceError) ProtoMessage()
func (*AppIdentityServiceError) ProtoReflect ¶ added in v2.0.4
func (x *AppIdentityServiceError) ProtoReflect() protoreflect.Message
func (*AppIdentityServiceError) Reset ¶
func (x *AppIdentityServiceError) Reset()
func (*AppIdentityServiceError) String ¶
func (x *AppIdentityServiceError) String() string
type AppIdentityServiceError_ErrorCode ¶
type AppIdentityServiceError_ErrorCode int32
const ( AppIdentityServiceError_SUCCESS AppIdentityServiceError_ErrorCode = 0 AppIdentityServiceError_UNKNOWN_SCOPE AppIdentityServiceError_ErrorCode = 9 AppIdentityServiceError_BLOB_TOO_LARGE AppIdentityServiceError_ErrorCode = 1000 AppIdentityServiceError_DEADLINE_EXCEEDED AppIdentityServiceError_ErrorCode = 1001 AppIdentityServiceError_NOT_A_VALID_APP AppIdentityServiceError_ErrorCode = 1002 AppIdentityServiceError_UNKNOWN_ERROR AppIdentityServiceError_ErrorCode = 1003 AppIdentityServiceError_NOT_ALLOWED AppIdentityServiceError_ErrorCode = 1005 AppIdentityServiceError_NOT_IMPLEMENTED AppIdentityServiceError_ErrorCode = 1006 )
func (AppIdentityServiceError_ErrorCode) Descriptor ¶ added in v2.0.4
func (AppIdentityServiceError_ErrorCode) Descriptor() protoreflect.EnumDescriptor
func (AppIdentityServiceError_ErrorCode) Enum ¶
func (x AppIdentityServiceError_ErrorCode) Enum() *AppIdentityServiceError_ErrorCode
func (AppIdentityServiceError_ErrorCode) EnumDescriptor
deprecated
func (AppIdentityServiceError_ErrorCode) EnumDescriptor() ([]byte, []int)
Deprecated: Use AppIdentityServiceError_ErrorCode.Descriptor instead.
func (AppIdentityServiceError_ErrorCode) Number ¶ added in v2.0.4
func (x AppIdentityServiceError_ErrorCode) Number() protoreflect.EnumNumber
func (AppIdentityServiceError_ErrorCode) String ¶
func (x AppIdentityServiceError_ErrorCode) String() string
func (AppIdentityServiceError_ErrorCode) Type ¶ added in v2.0.4
func (AppIdentityServiceError_ErrorCode) Type() protoreflect.EnumType
func (*AppIdentityServiceError_ErrorCode) UnmarshalJSON
deprecated
func (x *AppIdentityServiceError_ErrorCode) UnmarshalJSON(b []byte) error
Deprecated: Do not use.
type GetAccessTokenRequest ¶
type GetAccessTokenRequest struct { Scope []string `protobuf:"bytes,1,rep,name=scope" json:"scope,omitempty"` ServiceAccountId *int64 `protobuf:"varint,2,opt,name=service_account_id,json=serviceAccountId" json:"service_account_id,omitempty"` ServiceAccountName *string `protobuf:"bytes,3,opt,name=service_account_name,json=serviceAccountName" json:"service_account_name,omitempty"` // contains filtered or unexported fields }
func (*GetAccessTokenRequest) Descriptor
deprecated
func (*GetAccessTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAccessTokenRequest.ProtoReflect.Descriptor instead.
func (*GetAccessTokenRequest) GetScope ¶
func (x *GetAccessTokenRequest) GetScope() []string
func (*GetAccessTokenRequest) GetServiceAccountId ¶
func (x *GetAccessTokenRequest) GetServiceAccountId() int64
func (*GetAccessTokenRequest) GetServiceAccountName ¶
func (x *GetAccessTokenRequest) GetServiceAccountName() string
func (*GetAccessTokenRequest) ProtoMessage ¶
func (*GetAccessTokenRequest) ProtoMessage()
func (*GetAccessTokenRequest) ProtoReflect ¶ added in v2.0.4
func (x *GetAccessTokenRequest) ProtoReflect() protoreflect.Message
func (*GetAccessTokenRequest) Reset ¶
func (x *GetAccessTokenRequest) Reset()
func (*GetAccessTokenRequest) String ¶
func (x *GetAccessTokenRequest) String() string
type GetAccessTokenResponse ¶
type GetAccessTokenResponse struct { AccessToken *string `protobuf:"bytes,1,opt,name=access_token,json=accessToken" json:"access_token,omitempty"` ExpirationTime *int64 `protobuf:"varint,2,opt,name=expiration_time,json=expirationTime" json:"expiration_time,omitempty"` // contains filtered or unexported fields }
func (*GetAccessTokenResponse) Descriptor
deprecated
func (*GetAccessTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAccessTokenResponse.ProtoReflect.Descriptor instead.
func (*GetAccessTokenResponse) GetAccessToken ¶
func (x *GetAccessTokenResponse) GetAccessToken() string
func (*GetAccessTokenResponse) GetExpirationTime ¶
func (x *GetAccessTokenResponse) GetExpirationTime() int64
func (*GetAccessTokenResponse) ProtoMessage ¶
func (*GetAccessTokenResponse) ProtoMessage()
func (*GetAccessTokenResponse) ProtoReflect ¶ added in v2.0.4
func (x *GetAccessTokenResponse) ProtoReflect() protoreflect.Message
func (*GetAccessTokenResponse) Reset ¶
func (x *GetAccessTokenResponse) Reset()
func (*GetAccessTokenResponse) String ¶
func (x *GetAccessTokenResponse) String() string
type GetDefaultGcsBucketNameRequest ¶
type GetDefaultGcsBucketNameRequest struct {
// contains filtered or unexported fields
}
func (*GetDefaultGcsBucketNameRequest) Descriptor
deprecated
func (*GetDefaultGcsBucketNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDefaultGcsBucketNameRequest.ProtoReflect.Descriptor instead.
func (*GetDefaultGcsBucketNameRequest) ProtoMessage ¶
func (*GetDefaultGcsBucketNameRequest) ProtoMessage()
func (*GetDefaultGcsBucketNameRequest) ProtoReflect ¶ added in v2.0.4
func (x *GetDefaultGcsBucketNameRequest) ProtoReflect() protoreflect.Message
func (*GetDefaultGcsBucketNameRequest) Reset ¶
func (x *GetDefaultGcsBucketNameRequest) Reset()
func (*GetDefaultGcsBucketNameRequest) String ¶
func (x *GetDefaultGcsBucketNameRequest) String() string
type GetDefaultGcsBucketNameResponse ¶
type GetDefaultGcsBucketNameResponse struct { DefaultGcsBucketName *string `protobuf:"bytes,1,opt,name=default_gcs_bucket_name,json=defaultGcsBucketName" json:"default_gcs_bucket_name,omitempty"` // contains filtered or unexported fields }
func (*GetDefaultGcsBucketNameResponse) Descriptor
deprecated
func (*GetDefaultGcsBucketNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDefaultGcsBucketNameResponse.ProtoReflect.Descriptor instead.
func (*GetDefaultGcsBucketNameResponse) GetDefaultGcsBucketName ¶
func (x *GetDefaultGcsBucketNameResponse) GetDefaultGcsBucketName() string
func (*GetDefaultGcsBucketNameResponse) ProtoMessage ¶
func (*GetDefaultGcsBucketNameResponse) ProtoMessage()
func (*GetDefaultGcsBucketNameResponse) ProtoReflect ¶ added in v2.0.4
func (x *GetDefaultGcsBucketNameResponse) ProtoReflect() protoreflect.Message
func (*GetDefaultGcsBucketNameResponse) Reset ¶
func (x *GetDefaultGcsBucketNameResponse) Reset()
func (*GetDefaultGcsBucketNameResponse) String ¶
func (x *GetDefaultGcsBucketNameResponse) String() string
type GetPublicCertificateForAppRequest ¶
type GetPublicCertificateForAppRequest struct {
// contains filtered or unexported fields
}
func (*GetPublicCertificateForAppRequest) Descriptor
deprecated
func (*GetPublicCertificateForAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetPublicCertificateForAppRequest.ProtoReflect.Descriptor instead.
func (*GetPublicCertificateForAppRequest) ProtoMessage ¶
func (*GetPublicCertificateForAppRequest) ProtoMessage()
func (*GetPublicCertificateForAppRequest) ProtoReflect ¶ added in v2.0.4
func (x *GetPublicCertificateForAppRequest) ProtoReflect() protoreflect.Message
func (*GetPublicCertificateForAppRequest) Reset ¶
func (x *GetPublicCertificateForAppRequest) Reset()
func (*GetPublicCertificateForAppRequest) String ¶
func (x *GetPublicCertificateForAppRequest) String() string
type GetPublicCertificateForAppResponse ¶
type GetPublicCertificateForAppResponse struct { PublicCertificateList []*PublicCertificate `protobuf:"bytes,1,rep,name=public_certificate_list,json=publicCertificateList" json:"public_certificate_list,omitempty"` MaxClientCacheTimeInSecond *int64 `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetPublicCertificateForAppResponse) Descriptor
deprecated
func (*GetPublicCertificateForAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetPublicCertificateForAppResponse.ProtoReflect.Descriptor instead.
func (*GetPublicCertificateForAppResponse) GetMaxClientCacheTimeInSecond ¶
func (x *GetPublicCertificateForAppResponse) GetMaxClientCacheTimeInSecond() int64
func (*GetPublicCertificateForAppResponse) GetPublicCertificateList ¶
func (x *GetPublicCertificateForAppResponse) GetPublicCertificateList() []*PublicCertificate
func (*GetPublicCertificateForAppResponse) ProtoMessage ¶
func (*GetPublicCertificateForAppResponse) ProtoMessage()
func (*GetPublicCertificateForAppResponse) ProtoReflect ¶ added in v2.0.4
func (x *GetPublicCertificateForAppResponse) ProtoReflect() protoreflect.Message
func (*GetPublicCertificateForAppResponse) Reset ¶
func (x *GetPublicCertificateForAppResponse) Reset()
func (*GetPublicCertificateForAppResponse) String ¶
func (x *GetPublicCertificateForAppResponse) String() string
type GetServiceAccountNameRequest ¶
type GetServiceAccountNameRequest struct {
// contains filtered or unexported fields
}
func (*GetServiceAccountNameRequest) Descriptor
deprecated
func (*GetServiceAccountNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceAccountNameRequest.ProtoReflect.Descriptor instead.
func (*GetServiceAccountNameRequest) ProtoMessage ¶
func (*GetServiceAccountNameRequest) ProtoMessage()
func (*GetServiceAccountNameRequest) ProtoReflect ¶ added in v2.0.4
func (x *GetServiceAccountNameRequest) ProtoReflect() protoreflect.Message
func (*GetServiceAccountNameRequest) Reset ¶
func (x *GetServiceAccountNameRequest) Reset()
func (*GetServiceAccountNameRequest) String ¶
func (x *GetServiceAccountNameRequest) String() string
type GetServiceAccountNameResponse ¶
type GetServiceAccountNameResponse struct { ServiceAccountName *string `protobuf:"bytes,1,opt,name=service_account_name,json=serviceAccountName" json:"service_account_name,omitempty"` // contains filtered or unexported fields }
func (*GetServiceAccountNameResponse) Descriptor
deprecated
func (*GetServiceAccountNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceAccountNameResponse.ProtoReflect.Descriptor instead.
func (*GetServiceAccountNameResponse) GetServiceAccountName ¶
func (x *GetServiceAccountNameResponse) GetServiceAccountName() string
func (*GetServiceAccountNameResponse) ProtoMessage ¶
func (*GetServiceAccountNameResponse) ProtoMessage()
func (*GetServiceAccountNameResponse) ProtoReflect ¶ added in v2.0.4
func (x *GetServiceAccountNameResponse) ProtoReflect() protoreflect.Message
func (*GetServiceAccountNameResponse) Reset ¶
func (x *GetServiceAccountNameResponse) Reset()
func (*GetServiceAccountNameResponse) String ¶
func (x *GetServiceAccountNameResponse) String() string
type PublicCertificate ¶
type PublicCertificate struct { KeyName *string `protobuf:"bytes,1,opt,name=key_name,json=keyName" json:"key_name,omitempty"` X509CertificatePem *string `protobuf:"bytes,2,opt,name=x509_certificate_pem,json=x509CertificatePem" json:"x509_certificate_pem,omitempty"` // contains filtered or unexported fields }
func (*PublicCertificate) Descriptor
deprecated
func (*PublicCertificate) Descriptor() ([]byte, []int)
Deprecated: Use PublicCertificate.ProtoReflect.Descriptor instead.
func (*PublicCertificate) GetKeyName ¶
func (x *PublicCertificate) GetKeyName() string
func (*PublicCertificate) GetX509CertificatePem ¶
func (x *PublicCertificate) GetX509CertificatePem() string
func (*PublicCertificate) ProtoMessage ¶
func (*PublicCertificate) ProtoMessage()
func (*PublicCertificate) ProtoReflect ¶ added in v2.0.4
func (x *PublicCertificate) ProtoReflect() protoreflect.Message
func (*PublicCertificate) Reset ¶
func (x *PublicCertificate) Reset()
func (*PublicCertificate) String ¶
func (x *PublicCertificate) String() string
type SignForAppRequest ¶
type SignForAppRequest struct { BytesToSign []byte `protobuf:"bytes,1,opt,name=bytes_to_sign,json=bytesToSign" json:"bytes_to_sign,omitempty"` // contains filtered or unexported fields }
func (*SignForAppRequest) Descriptor
deprecated
func (*SignForAppRequest) Descriptor() ([]byte, []int)
Deprecated: Use SignForAppRequest.ProtoReflect.Descriptor instead.
func (*SignForAppRequest) GetBytesToSign ¶
func (x *SignForAppRequest) GetBytesToSign() []byte
func (*SignForAppRequest) ProtoMessage ¶
func (*SignForAppRequest) ProtoMessage()
func (*SignForAppRequest) ProtoReflect ¶ added in v2.0.4
func (x *SignForAppRequest) ProtoReflect() protoreflect.Message
func (*SignForAppRequest) Reset ¶
func (x *SignForAppRequest) Reset()
func (*SignForAppRequest) String ¶
func (x *SignForAppRequest) String() string
type SignForAppResponse ¶
type SignForAppResponse struct { KeyName *string `protobuf:"bytes,1,opt,name=key_name,json=keyName" json:"key_name,omitempty"` SignatureBytes []byte `protobuf:"bytes,2,opt,name=signature_bytes,json=signatureBytes" json:"signature_bytes,omitempty"` // contains filtered or unexported fields }
func (*SignForAppResponse) Descriptor
deprecated
func (*SignForAppResponse) Descriptor() ([]byte, []int)
Deprecated: Use SignForAppResponse.ProtoReflect.Descriptor instead.
func (*SignForAppResponse) GetKeyName ¶
func (x *SignForAppResponse) GetKeyName() string
func (*SignForAppResponse) GetSignatureBytes ¶
func (x *SignForAppResponse) GetSignatureBytes() []byte
func (*SignForAppResponse) ProtoMessage ¶
func (*SignForAppResponse) ProtoMessage()
func (*SignForAppResponse) ProtoReflect ¶ added in v2.0.4
func (x *SignForAppResponse) ProtoReflect() protoreflect.Message
func (*SignForAppResponse) Reset ¶
func (x *SignForAppResponse) Reset()
func (*SignForAppResponse) String ¶
func (x *SignForAppResponse) String() string