Documentation
¶
Index ¶
- Variables
- type GoogleRefreshTokenCredentials
- func (*GoogleRefreshTokenCredentials) Descriptor() ([]byte, []int)deprecated
- func (x *GoogleRefreshTokenCredentials) GetToken() string
- func (*GoogleRefreshTokenCredentials) ProtoMessage()
- func (x *GoogleRefreshTokenCredentials) ProtoReflect() protoreflect.Message
- func (x *GoogleRefreshTokenCredentials) Reset()
- func (x *GoogleRefreshTokenCredentials) String() string
- func (m *GoogleRefreshTokenCredentials) Validate() error
- func (m *GoogleRefreshTokenCredentials) ValidateAll() error
- type GoogleRefreshTokenCredentialsMultiError
- type GoogleRefreshTokenCredentialsValidationError
- func (e GoogleRefreshTokenCredentialsValidationError) Cause() error
- func (e GoogleRefreshTokenCredentialsValidationError) Error() string
- func (e GoogleRefreshTokenCredentialsValidationError) ErrorName() string
- func (e GoogleRefreshTokenCredentialsValidationError) Field() string
- func (e GoogleRefreshTokenCredentialsValidationError) Key() bool
- func (e GoogleRefreshTokenCredentialsValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_grpc_service_call_credentials_google_refresh_token_v3_google_refresh_token_credentials_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GoogleRefreshTokenCredentials ¶
type GoogleRefreshTokenCredentials struct {
// JSON refresh token.
Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
// contains filtered or unexported fields
}
[#not-implemented-hide:]
func (*GoogleRefreshTokenCredentials) Descriptor
deprecated
func (*GoogleRefreshTokenCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GoogleRefreshTokenCredentials.ProtoReflect.Descriptor instead.
func (*GoogleRefreshTokenCredentials) GetToken ¶
func (x *GoogleRefreshTokenCredentials) GetToken() string
func (*GoogleRefreshTokenCredentials) ProtoMessage ¶
func (*GoogleRefreshTokenCredentials) ProtoMessage()
func (*GoogleRefreshTokenCredentials) ProtoReflect ¶
func (x *GoogleRefreshTokenCredentials) ProtoReflect() protoreflect.Message
func (*GoogleRefreshTokenCredentials) Reset ¶
func (x *GoogleRefreshTokenCredentials) Reset()
func (*GoogleRefreshTokenCredentials) String ¶
func (x *GoogleRefreshTokenCredentials) String() string
func (*GoogleRefreshTokenCredentials) Validate ¶
func (m *GoogleRefreshTokenCredentials) Validate() error
Validate checks the field values on GoogleRefreshTokenCredentials with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GoogleRefreshTokenCredentials) ValidateAll ¶
func (m *GoogleRefreshTokenCredentials) ValidateAll() error
ValidateAll checks the field values on GoogleRefreshTokenCredentials with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GoogleRefreshTokenCredentialsMultiError, or nil if none found.
type GoogleRefreshTokenCredentialsMultiError ¶
type GoogleRefreshTokenCredentialsMultiError []error
GoogleRefreshTokenCredentialsMultiError is an error wrapping multiple validation errors returned by GoogleRefreshTokenCredentials.ValidateAll() if the designated constraints aren't met.
func (GoogleRefreshTokenCredentialsMultiError) AllErrors ¶
func (m GoogleRefreshTokenCredentialsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GoogleRefreshTokenCredentialsMultiError) Error ¶
func (m GoogleRefreshTokenCredentialsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GoogleRefreshTokenCredentialsValidationError ¶
type GoogleRefreshTokenCredentialsValidationError struct {
// contains filtered or unexported fields
}
GoogleRefreshTokenCredentialsValidationError is the validation error returned by GoogleRefreshTokenCredentials.Validate if the designated constraints aren't met.
func (GoogleRefreshTokenCredentialsValidationError) Cause ¶
func (e GoogleRefreshTokenCredentialsValidationError) Cause() error
Cause function returns cause value.
func (GoogleRefreshTokenCredentialsValidationError) Error ¶
func (e GoogleRefreshTokenCredentialsValidationError) Error() string
Error satisfies the builtin error interface
func (GoogleRefreshTokenCredentialsValidationError) ErrorName ¶
func (e GoogleRefreshTokenCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GoogleRefreshTokenCredentialsValidationError) Field ¶
func (e GoogleRefreshTokenCredentialsValidationError) Field() string
Field function returns field value.
func (GoogleRefreshTokenCredentialsValidationError) Key ¶
func (e GoogleRefreshTokenCredentialsValidationError) Key() bool
Key function returns key value.
func (GoogleRefreshTokenCredentialsValidationError) Reason ¶
func (e GoogleRefreshTokenCredentialsValidationError) Reason() string
Reason function returns reason value.