Documentation ¶
Index ¶
- Variables
- type Credentials
- func (*Credentials) Descriptor() ([]byte, []int)deprecated
- func (x *Credentials) GetAuthSource() string
- func (x *Credentials) GetCredshelperCmdDigest() string
- func (x *Credentials) GetExpiry() *timestamppb.Timestamp
- func (x *Credentials) GetRefreshExpiry() *timestamppb.Timestamp
- func (x *Credentials) GetToken() string
- func (*Credentials) ProtoMessage()
- func (x *Credentials) ProtoReflect() protoreflect.Message
- func (x *Credentials) Reset()
- func (x *Credentials) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_credshelper_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Credentials ¶
type Credentials struct { // Authentication mechanism. AuthSource string `protobuf:"bytes,1,opt,name=auth_source,json=authSource,proto3" json:"auth_source,omitempty"` // The token string. Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` // Token expiry. Expiry *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiry,proto3" json:"expiry,omitempty"` // Reauth expiry. RefreshExpiry *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=refresh_expiry,json=refreshExpiry,proto3" json:"refresh_expiry,omitempty"` // Credshelper command digest in canonical form of hash/size. CredshelperCmdDigest string `protobuf:"bytes,5,opt,name=credshelper_cmd_digest,json=credshelperCmdDigest,proto3" json:"credshelper_cmd_digest,omitempty"` // contains filtered or unexported fields }
Stores information used for authenticating to the remote execution service.
func (*Credentials) Descriptor
deprecated
func (*Credentials) Descriptor() ([]byte, []int)
Deprecated: Use Credentials.ProtoReflect.Descriptor instead.
func (*Credentials) GetAuthSource ¶
func (x *Credentials) GetAuthSource() string
func (*Credentials) GetCredshelperCmdDigest ¶
func (x *Credentials) GetCredshelperCmdDigest() string
func (*Credentials) GetExpiry ¶
func (x *Credentials) GetExpiry() *timestamppb.Timestamp
func (*Credentials) GetRefreshExpiry ¶
func (x *Credentials) GetRefreshExpiry() *timestamppb.Timestamp
func (*Credentials) GetToken ¶
func (x *Credentials) GetToken() string
func (*Credentials) ProtoMessage ¶
func (*Credentials) ProtoMessage()
func (*Credentials) ProtoReflect ¶
func (x *Credentials) ProtoReflect() protoreflect.Message
func (*Credentials) Reset ¶
func (x *Credentials) Reset()
func (*Credentials) String ¶
func (x *Credentials) String() string
Click to show internal directories.
Click to hide internal directories.