app_identity

package
v2.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
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.

View Source
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) Enum

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 (AppIdentityServiceError_ErrorCode) String

func (AppIdentityServiceError_ErrorCode) Type added in v2.0.4

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 (*GetDefaultGcsBucketNameRequest) Reset

func (x *GetDefaultGcsBucketNameRequest) Reset()

func (*GetDefaultGcsBucketNameRequest) 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 (*GetDefaultGcsBucketNameResponse) Reset

func (*GetDefaultGcsBucketNameResponse) 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 (*GetPublicCertificateForAppRequest) Reset

func (*GetPublicCertificateForAppRequest) 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 (*GetPublicCertificateForAppResponse) Reset

func (*GetPublicCertificateForAppResponse) 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 (*GetServiceAccountNameRequest) Reset

func (x *GetServiceAccountNameRequest) Reset()

func (*GetServiceAccountNameRequest) 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 (*GetServiceAccountNameResponse) Reset

func (x *GetServiceAccountNameResponse) Reset()

func (*GetServiceAccountNameResponse) 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL