Documentation
¶
Index ¶
- Variables
- type GoogleDefaultCredentials
- func (*GoogleDefaultCredentials) Descriptor() ([]byte, []int)deprecated
- func (*GoogleDefaultCredentials) ProtoMessage()
- func (x *GoogleDefaultCredentials) ProtoReflect() protoreflect.Message
- func (x *GoogleDefaultCredentials) Reset()
- func (x *GoogleDefaultCredentials) String() string
- func (m *GoogleDefaultCredentials) Validate() error
- func (m *GoogleDefaultCredentials) ValidateAll() error
- type GoogleDefaultCredentialsMultiError
- type GoogleDefaultCredentialsValidationError
- func (e GoogleDefaultCredentialsValidationError) Cause() error
- func (e GoogleDefaultCredentialsValidationError) Error() string
- func (e GoogleDefaultCredentialsValidationError) ErrorName() string
- func (e GoogleDefaultCredentialsValidationError) Field() string
- func (e GoogleDefaultCredentialsValidationError) Key() bool
- func (e GoogleDefaultCredentialsValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_grpc_service_channel_credentials_google_default_v3_google_default_credentials_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type GoogleDefaultCredentials ¶
type GoogleDefaultCredentials struct {
// contains filtered or unexported fields
}
[#not-implemented-hide:]
func (*GoogleDefaultCredentials) Descriptor
deprecated
func (*GoogleDefaultCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GoogleDefaultCredentials.ProtoReflect.Descriptor instead.
func (*GoogleDefaultCredentials) ProtoMessage ¶
func (*GoogleDefaultCredentials) ProtoMessage()
func (*GoogleDefaultCredentials) ProtoReflect ¶
func (x *GoogleDefaultCredentials) ProtoReflect() protoreflect.Message
func (*GoogleDefaultCredentials) Reset ¶
func (x *GoogleDefaultCredentials) Reset()
func (*GoogleDefaultCredentials) String ¶
func (x *GoogleDefaultCredentials) String() string
func (*GoogleDefaultCredentials) Validate ¶
func (m *GoogleDefaultCredentials) Validate() error
Validate checks the field values on GoogleDefaultCredentials 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 (*GoogleDefaultCredentials) ValidateAll ¶
func (m *GoogleDefaultCredentials) ValidateAll() error
ValidateAll checks the field values on GoogleDefaultCredentials 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 GoogleDefaultCredentialsMultiError, or nil if none found.
type GoogleDefaultCredentialsMultiError ¶
type GoogleDefaultCredentialsMultiError []error
GoogleDefaultCredentialsMultiError is an error wrapping multiple validation errors returned by GoogleDefaultCredentials.ValidateAll() if the designated constraints aren't met.
func (GoogleDefaultCredentialsMultiError) AllErrors ¶
func (m GoogleDefaultCredentialsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GoogleDefaultCredentialsMultiError) Error ¶
func (m GoogleDefaultCredentialsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GoogleDefaultCredentialsValidationError ¶
type GoogleDefaultCredentialsValidationError struct {
// contains filtered or unexported fields
}
GoogleDefaultCredentialsValidationError is the validation error returned by GoogleDefaultCredentials.Validate if the designated constraints aren't met.
func (GoogleDefaultCredentialsValidationError) Cause ¶
func (e GoogleDefaultCredentialsValidationError) Cause() error
Cause function returns cause value.
func (GoogleDefaultCredentialsValidationError) Error ¶
func (e GoogleDefaultCredentialsValidationError) Error() string
Error satisfies the builtin error interface
func (GoogleDefaultCredentialsValidationError) ErrorName ¶
func (e GoogleDefaultCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GoogleDefaultCredentialsValidationError) Field ¶
func (e GoogleDefaultCredentialsValidationError) Field() string
Field function returns field value.
func (GoogleDefaultCredentialsValidationError) Key ¶
func (e GoogleDefaultCredentialsValidationError) Key() bool
Key function returns key value.
func (GoogleDefaultCredentialsValidationError) Reason ¶
func (e GoogleDefaultCredentialsValidationError) Reason() string
Reason function returns reason value.