Documentation ¶
Overview ¶
Package adminAccountGoogleToken 管理者アカウントのGoogleToken
Index ¶
- Variables
- type AdminAccountGoogleToken
- func (*AdminAccountGoogleToken) Descriptor() ([]byte, []int)deprecated
- func (x *AdminAccountGoogleToken) GetAccessToken() string
- func (x *AdminAccountGoogleToken) GetExpiredAt() *timestamppb.Timestamp
- func (x *AdminAccountGoogleToken) GetRefreshToken() string
- func (*AdminAccountGoogleToken) ProtoMessage()
- func (x *AdminAccountGoogleToken) ProtoReflect() protoreflect.Message
- func (x *AdminAccountGoogleToken) Reset()
- func (x *AdminAccountGoogleToken) String() string
- type AdminAccountGoogleTokens
Constants ¶
This section is empty.
Variables ¶
View Source
var File_account_adminAccountGoogleToken_admin_account_google_token_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AdminAccountGoogleToken ¶
type AdminAccountGoogleToken struct { AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"` RefreshToken string `protobuf:"bytes,2,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"` ExpiredAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expired_at,json=expiredAt,proto3" json:"expired_at,omitempty"` // contains filtered or unexported fields }
func NewAdminAccountGoogleToken ¶
func NewAdminAccountGoogleToken() *AdminAccountGoogleToken
func SetAdminAccountGoogleToken ¶
func SetAdminAccountGoogleToken(accessToken string, refreshToken string, expiredAt *timestamppb.Timestamp) *AdminAccountGoogleToken
func (*AdminAccountGoogleToken) Descriptor
deprecated
func (*AdminAccountGoogleToken) Descriptor() ([]byte, []int)
Deprecated: Use AdminAccountGoogleToken.ProtoReflect.Descriptor instead.
func (*AdminAccountGoogleToken) GetAccessToken ¶
func (x *AdminAccountGoogleToken) GetAccessToken() string
func (*AdminAccountGoogleToken) GetExpiredAt ¶
func (x *AdminAccountGoogleToken) GetExpiredAt() *timestamppb.Timestamp
func (*AdminAccountGoogleToken) GetRefreshToken ¶
func (x *AdminAccountGoogleToken) GetRefreshToken() string
func (*AdminAccountGoogleToken) ProtoMessage ¶
func (*AdminAccountGoogleToken) ProtoMessage()
func (*AdminAccountGoogleToken) ProtoReflect ¶
func (x *AdminAccountGoogleToken) ProtoReflect() protoreflect.Message
func (*AdminAccountGoogleToken) Reset ¶
func (x *AdminAccountGoogleToken) Reset()
func (*AdminAccountGoogleToken) String ¶
func (x *AdminAccountGoogleToken) String() string
type AdminAccountGoogleTokens ¶
type AdminAccountGoogleTokens []*AdminAccountGoogleToken
func NewAdminAccountGoogleTokens ¶
func NewAdminAccountGoogleTokens() AdminAccountGoogleTokens
Click to show internal directories.
Click to hide internal directories.