v1

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_baton_v1_outputs_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type C1ZDiffOutput

type C1ZDiffOutput struct {
	Resources    *ResourceDiff    `protobuf:"bytes,1,opt,name=resources,proto3" json:"resources,omitempty"`
	Entitlements *EntitlementDiff `protobuf:"bytes,2,opt,name=entitlements,proto3" json:"entitlements,omitempty"`
	Grants       *GrantDiff       `protobuf:"bytes,3,opt,name=grants,proto3" json:"grants,omitempty"`
	// contains filtered or unexported fields
}

func (*C1ZDiffOutput) Descriptor deprecated

func (*C1ZDiffOutput) Descriptor() ([]byte, []int)

Deprecated: Use C1ZDiffOutput.ProtoReflect.Descriptor instead.

func (*C1ZDiffOutput) GetEntitlements

func (x *C1ZDiffOutput) GetEntitlements() *EntitlementDiff

func (*C1ZDiffOutput) GetGrants

func (x *C1ZDiffOutput) GetGrants() *GrantDiff

func (*C1ZDiffOutput) GetResources

func (x *C1ZDiffOutput) GetResources() *ResourceDiff

func (*C1ZDiffOutput) ProtoMessage

func (*C1ZDiffOutput) ProtoMessage()

func (*C1ZDiffOutput) ProtoReflect

func (x *C1ZDiffOutput) ProtoReflect() protoreflect.Message

func (*C1ZDiffOutput) Reset

func (x *C1ZDiffOutput) Reset()

func (*C1ZDiffOutput) String

func (x *C1ZDiffOutput) String() string

func (*C1ZDiffOutput) Validate

func (m *C1ZDiffOutput) Validate() error

Validate checks the field values on C1ZDiffOutput 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 (*C1ZDiffOutput) ValidateAll

func (m *C1ZDiffOutput) ValidateAll() error

ValidateAll checks the field values on C1ZDiffOutput 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 C1ZDiffOutputMultiError, or nil if none found.

type C1ZDiffOutputMultiError

type C1ZDiffOutputMultiError []error

C1ZDiffOutputMultiError is an error wrapping multiple validation errors returned by C1ZDiffOutput.ValidateAll() if the designated constraints aren't met.

func (C1ZDiffOutputMultiError) AllErrors

func (m C1ZDiffOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (C1ZDiffOutputMultiError) Error

func (m C1ZDiffOutputMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type C1ZDiffOutputValidationError

type C1ZDiffOutputValidationError struct {
	// contains filtered or unexported fields
}

C1ZDiffOutputValidationError is the validation error returned by C1ZDiffOutput.Validate if the designated constraints aren't met.

func (C1ZDiffOutputValidationError) Cause

Cause function returns cause value.

func (C1ZDiffOutputValidationError) Error

Error satisfies the builtin error interface

func (C1ZDiffOutputValidationError) ErrorName

func (e C1ZDiffOutputValidationError) ErrorName() string

ErrorName returns error name.

func (C1ZDiffOutputValidationError) Field

Field function returns field value.

func (C1ZDiffOutputValidationError) Key

Key function returns key value.

func (C1ZDiffOutputValidationError) Reason

Reason function returns reason value.

type EntitlementDiff

type EntitlementDiff struct {
	Created  []*v2.Entitlement `protobuf:"bytes,1,rep,name=created,proto3" json:"created,omitempty"`
	Deleted  []*v2.Entitlement `protobuf:"bytes,2,rep,name=deleted,proto3" json:"deleted,omitempty"`
	Modified []*v2.Entitlement `protobuf:"bytes,3,rep,name=modified,proto3" json:"modified,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementDiff) Descriptor deprecated

func (*EntitlementDiff) Descriptor() ([]byte, []int)

Deprecated: Use EntitlementDiff.ProtoReflect.Descriptor instead.

func (*EntitlementDiff) GetCreated

func (x *EntitlementDiff) GetCreated() []*v2.Entitlement

func (*EntitlementDiff) GetDeleted

func (x *EntitlementDiff) GetDeleted() []*v2.Entitlement

func (*EntitlementDiff) GetModified

func (x *EntitlementDiff) GetModified() []*v2.Entitlement

func (*EntitlementDiff) ProtoMessage

func (*EntitlementDiff) ProtoMessage()

func (*EntitlementDiff) ProtoReflect

func (x *EntitlementDiff) ProtoReflect() protoreflect.Message

func (*EntitlementDiff) Reset

func (x *EntitlementDiff) Reset()

func (*EntitlementDiff) String

func (x *EntitlementDiff) String() string

func (*EntitlementDiff) Validate

func (m *EntitlementDiff) Validate() error

Validate checks the field values on EntitlementDiff 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 (*EntitlementDiff) ValidateAll

func (m *EntitlementDiff) ValidateAll() error

ValidateAll checks the field values on EntitlementDiff 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 EntitlementDiffMultiError, or nil if none found.

type EntitlementDiffMultiError

type EntitlementDiffMultiError []error

EntitlementDiffMultiError is an error wrapping multiple validation errors returned by EntitlementDiff.ValidateAll() if the designated constraints aren't met.

func (EntitlementDiffMultiError) AllErrors

func (m EntitlementDiffMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EntitlementDiffMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EntitlementDiffValidationError

type EntitlementDiffValidationError struct {
	// contains filtered or unexported fields
}

EntitlementDiffValidationError is the validation error returned by EntitlementDiff.Validate if the designated constraints aren't met.

func (EntitlementDiffValidationError) Cause

Cause function returns cause value.

func (EntitlementDiffValidationError) Error

Error satisfies the builtin error interface

func (EntitlementDiffValidationError) ErrorName

func (e EntitlementDiffValidationError) ErrorName() string

ErrorName returns error name.

func (EntitlementDiffValidationError) Field

Field function returns field value.

func (EntitlementDiffValidationError) Key

Key function returns key value.

func (EntitlementDiffValidationError) Reason

Reason function returns reason value.

type EntitlementListOutput

type EntitlementListOutput struct {
	Entitlements []*EntitlementOutput `protobuf:"bytes,1,rep,name=entitlements,proto3" json:"entitlements,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementListOutput) Descriptor deprecated

func (*EntitlementListOutput) Descriptor() ([]byte, []int)

Deprecated: Use EntitlementListOutput.ProtoReflect.Descriptor instead.

func (*EntitlementListOutput) GetEntitlements

func (x *EntitlementListOutput) GetEntitlements() []*EntitlementOutput

func (*EntitlementListOutput) ProtoMessage

func (*EntitlementListOutput) ProtoMessage()

func (*EntitlementListOutput) ProtoReflect

func (x *EntitlementListOutput) ProtoReflect() protoreflect.Message

func (*EntitlementListOutput) Reset

func (x *EntitlementListOutput) Reset()

func (*EntitlementListOutput) String

func (x *EntitlementListOutput) String() string

func (*EntitlementListOutput) Validate

func (m *EntitlementListOutput) Validate() error

Validate checks the field values on EntitlementListOutput 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 (*EntitlementListOutput) ValidateAll

func (m *EntitlementListOutput) ValidateAll() error

ValidateAll checks the field values on EntitlementListOutput 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 EntitlementListOutputMultiError, or nil if none found.

type EntitlementListOutputMultiError

type EntitlementListOutputMultiError []error

EntitlementListOutputMultiError is an error wrapping multiple validation errors returned by EntitlementListOutput.ValidateAll() if the designated constraints aren't met.

func (EntitlementListOutputMultiError) AllErrors

func (m EntitlementListOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EntitlementListOutputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EntitlementListOutputValidationError

type EntitlementListOutputValidationError struct {
	// contains filtered or unexported fields
}

EntitlementListOutputValidationError is the validation error returned by EntitlementListOutput.Validate if the designated constraints aren't met.

func (EntitlementListOutputValidationError) Cause

Cause function returns cause value.

func (EntitlementListOutputValidationError) Error

Error satisfies the builtin error interface

func (EntitlementListOutputValidationError) ErrorName

ErrorName returns error name.

func (EntitlementListOutputValidationError) Field

Field function returns field value.

func (EntitlementListOutputValidationError) Key

Key function returns key value.

func (EntitlementListOutputValidationError) Reason

Reason function returns reason value.

type EntitlementOutput

type EntitlementOutput struct {
	Entitlement  *v2.Entitlement  `protobuf:"bytes,1,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	Resource     *v2.Resource     `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	ResourceType *v2.ResourceType `protobuf:"bytes,3,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// contains filtered or unexported fields
}

func (*EntitlementOutput) Descriptor deprecated

func (*EntitlementOutput) Descriptor() ([]byte, []int)

Deprecated: Use EntitlementOutput.ProtoReflect.Descriptor instead.

func (*EntitlementOutput) GetEntitlement

func (x *EntitlementOutput) GetEntitlement() *v2.Entitlement

func (*EntitlementOutput) GetResource

func (x *EntitlementOutput) GetResource() *v2.Resource

func (*EntitlementOutput) GetResourceType

func (x *EntitlementOutput) GetResourceType() *v2.ResourceType

func (*EntitlementOutput) ProtoMessage

func (*EntitlementOutput) ProtoMessage()

func (*EntitlementOutput) ProtoReflect

func (x *EntitlementOutput) ProtoReflect() protoreflect.Message

func (*EntitlementOutput) Reset

func (x *EntitlementOutput) Reset()

func (*EntitlementOutput) String

func (x *EntitlementOutput) String() string

func (*EntitlementOutput) Validate

func (m *EntitlementOutput) Validate() error

Validate checks the field values on EntitlementOutput 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 (*EntitlementOutput) ValidateAll

func (m *EntitlementOutput) ValidateAll() error

ValidateAll checks the field values on EntitlementOutput 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 EntitlementOutputMultiError, or nil if none found.

type EntitlementOutputMultiError

type EntitlementOutputMultiError []error

EntitlementOutputMultiError is an error wrapping multiple validation errors returned by EntitlementOutput.ValidateAll() if the designated constraints aren't met.

func (EntitlementOutputMultiError) AllErrors

func (m EntitlementOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EntitlementOutputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EntitlementOutputValidationError

type EntitlementOutputValidationError struct {
	// contains filtered or unexported fields
}

EntitlementOutputValidationError is the validation error returned by EntitlementOutput.Validate if the designated constraints aren't met.

func (EntitlementOutputValidationError) Cause

Cause function returns cause value.

func (EntitlementOutputValidationError) Error

Error satisfies the builtin error interface

func (EntitlementOutputValidationError) ErrorName

ErrorName returns error name.

func (EntitlementOutputValidationError) Field

Field function returns field value.

func (EntitlementOutputValidationError) Key

Key function returns key value.

func (EntitlementOutputValidationError) Reason

Reason function returns reason value.

type GrantDiff

type GrantDiff struct {
	Created  []*v2.Grant `protobuf:"bytes,1,rep,name=created,proto3" json:"created,omitempty"`
	Deleted  []*v2.Grant `protobuf:"bytes,2,rep,name=deleted,proto3" json:"deleted,omitempty"`
	Modified []*v2.Grant `protobuf:"bytes,3,rep,name=modified,proto3" json:"modified,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantDiff) Descriptor deprecated

func (*GrantDiff) Descriptor() ([]byte, []int)

Deprecated: Use GrantDiff.ProtoReflect.Descriptor instead.

func (*GrantDiff) GetCreated

func (x *GrantDiff) GetCreated() []*v2.Grant

func (*GrantDiff) GetDeleted

func (x *GrantDiff) GetDeleted() []*v2.Grant

func (*GrantDiff) GetModified

func (x *GrantDiff) GetModified() []*v2.Grant

func (*GrantDiff) ProtoMessage

func (*GrantDiff) ProtoMessage()

func (*GrantDiff) ProtoReflect

func (x *GrantDiff) ProtoReflect() protoreflect.Message

func (*GrantDiff) Reset

func (x *GrantDiff) Reset()

func (*GrantDiff) String

func (x *GrantDiff) String() string

func (*GrantDiff) Validate

func (m *GrantDiff) Validate() error

Validate checks the field values on GrantDiff 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 (*GrantDiff) ValidateAll

func (m *GrantDiff) ValidateAll() error

ValidateAll checks the field values on GrantDiff 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 GrantDiffMultiError, or nil if none found.

type GrantDiffMultiError

type GrantDiffMultiError []error

GrantDiffMultiError is an error wrapping multiple validation errors returned by GrantDiff.ValidateAll() if the designated constraints aren't met.

func (GrantDiffMultiError) AllErrors

func (m GrantDiffMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantDiffMultiError) Error

func (m GrantDiffMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GrantDiffValidationError

type GrantDiffValidationError struct {
	// contains filtered or unexported fields
}

GrantDiffValidationError is the validation error returned by GrantDiff.Validate if the designated constraints aren't met.

func (GrantDiffValidationError) Cause

func (e GrantDiffValidationError) Cause() error

Cause function returns cause value.

func (GrantDiffValidationError) Error

func (e GrantDiffValidationError) Error() string

Error satisfies the builtin error interface

func (GrantDiffValidationError) ErrorName

func (e GrantDiffValidationError) ErrorName() string

ErrorName returns error name.

func (GrantDiffValidationError) Field

func (e GrantDiffValidationError) Field() string

Field function returns field value.

func (GrantDiffValidationError) Key

Key function returns key value.

func (GrantDiffValidationError) Reason

func (e GrantDiffValidationError) Reason() string

Reason function returns reason value.

type GrantListOutput

type GrantListOutput struct {
	Grants []*GrantOutput `protobuf:"bytes,1,rep,name=grants,proto3" json:"grants,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantListOutput) Descriptor deprecated

func (*GrantListOutput) Descriptor() ([]byte, []int)

Deprecated: Use GrantListOutput.ProtoReflect.Descriptor instead.

func (*GrantListOutput) GetGrants

func (x *GrantListOutput) GetGrants() []*GrantOutput

func (*GrantListOutput) ProtoMessage

func (*GrantListOutput) ProtoMessage()

func (*GrantListOutput) ProtoReflect

func (x *GrantListOutput) ProtoReflect() protoreflect.Message

func (*GrantListOutput) Reset

func (x *GrantListOutput) Reset()

func (*GrantListOutput) String

func (x *GrantListOutput) String() string

func (*GrantListOutput) Validate

func (m *GrantListOutput) Validate() error

Validate checks the field values on GrantListOutput 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 (*GrantListOutput) ValidateAll

func (m *GrantListOutput) ValidateAll() error

ValidateAll checks the field values on GrantListOutput 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 GrantListOutputMultiError, or nil if none found.

type GrantListOutputMultiError

type GrantListOutputMultiError []error

GrantListOutputMultiError is an error wrapping multiple validation errors returned by GrantListOutput.ValidateAll() if the designated constraints aren't met.

func (GrantListOutputMultiError) AllErrors

func (m GrantListOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantListOutputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GrantListOutputValidationError

type GrantListOutputValidationError struct {
	// contains filtered or unexported fields
}

GrantListOutputValidationError is the validation error returned by GrantListOutput.Validate if the designated constraints aren't met.

func (GrantListOutputValidationError) Cause

Cause function returns cause value.

func (GrantListOutputValidationError) Error

Error satisfies the builtin error interface

func (GrantListOutputValidationError) ErrorName

func (e GrantListOutputValidationError) ErrorName() string

ErrorName returns error name.

func (GrantListOutputValidationError) Field

Field function returns field value.

func (GrantListOutputValidationError) Key

Key function returns key value.

func (GrantListOutputValidationError) Reason

Reason function returns reason value.

type GrantOutput

type GrantOutput struct {
	Grant        *v2.Grant        `protobuf:"bytes,1,opt,name=grant,proto3" json:"grant,omitempty"`
	Entitlement  *v2.Entitlement  `protobuf:"bytes,2,opt,name=entitlement,proto3" json:"entitlement,omitempty"`
	Resource     *v2.Resource     `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"`
	ResourceType *v2.ResourceType `protobuf:"bytes,4,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	Principal    *v2.Resource     `protobuf:"bytes,5,opt,name=principal,proto3" json:"principal,omitempty"`
	// contains filtered or unexported fields
}

func (*GrantOutput) Descriptor deprecated

func (*GrantOutput) Descriptor() ([]byte, []int)

Deprecated: Use GrantOutput.ProtoReflect.Descriptor instead.

func (*GrantOutput) GetEntitlement

func (x *GrantOutput) GetEntitlement() *v2.Entitlement

func (*GrantOutput) GetGrant

func (x *GrantOutput) GetGrant() *v2.Grant

func (*GrantOutput) GetPrincipal

func (x *GrantOutput) GetPrincipal() *v2.Resource

func (*GrantOutput) GetResource

func (x *GrantOutput) GetResource() *v2.Resource

func (*GrantOutput) GetResourceType

func (x *GrantOutput) GetResourceType() *v2.ResourceType

func (*GrantOutput) ProtoMessage

func (*GrantOutput) ProtoMessage()

func (*GrantOutput) ProtoReflect

func (x *GrantOutput) ProtoReflect() protoreflect.Message

func (*GrantOutput) Reset

func (x *GrantOutput) Reset()

func (*GrantOutput) String

func (x *GrantOutput) String() string

func (*GrantOutput) Validate

func (m *GrantOutput) Validate() error

Validate checks the field values on GrantOutput 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 (*GrantOutput) ValidateAll

func (m *GrantOutput) ValidateAll() error

ValidateAll checks the field values on GrantOutput 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 GrantOutputMultiError, or nil if none found.

type GrantOutputMultiError

type GrantOutputMultiError []error

GrantOutputMultiError is an error wrapping multiple validation errors returned by GrantOutput.ValidateAll() if the designated constraints aren't met.

func (GrantOutputMultiError) AllErrors

func (m GrantOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GrantOutputMultiError) Error

func (m GrantOutputMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GrantOutputValidationError

type GrantOutputValidationError struct {
	// contains filtered or unexported fields
}

GrantOutputValidationError is the validation error returned by GrantOutput.Validate if the designated constraints aren't met.

func (GrantOutputValidationError) Cause

Cause function returns cause value.

func (GrantOutputValidationError) Error

Error satisfies the builtin error interface

func (GrantOutputValidationError) ErrorName

func (e GrantOutputValidationError) ErrorName() string

ErrorName returns error name.

func (GrantOutputValidationError) Field

Field function returns field value.

func (GrantOutputValidationError) Key

Key function returns key value.

func (GrantOutputValidationError) Reason

Reason function returns reason value.

type PrincipalsCompareOutput added in v0.0.8

type PrincipalsCompareOutput struct {
	Missing  []*ResourceOutput `protobuf:"bytes,1,rep,name=missing,proto3" json:"missing,omitempty"`
	Extra    []*ResourceOutput `protobuf:"bytes,2,rep,name=extra,proto3" json:"extra,omitempty"`
	Base     []*ResourceOutput `protobuf:"bytes,3,rep,name=base,proto3" json:"base,omitempty"`
	Compared []*ResourceOutput `protobuf:"bytes,4,rep,name=compared,proto3" json:"compared,omitempty"`
	// contains filtered or unexported fields
}

func (*PrincipalsCompareOutput) Descriptor deprecated added in v0.0.8

func (*PrincipalsCompareOutput) Descriptor() ([]byte, []int)

Deprecated: Use PrincipalsCompareOutput.ProtoReflect.Descriptor instead.

func (*PrincipalsCompareOutput) GetBase added in v0.0.8

func (x *PrincipalsCompareOutput) GetBase() []*ResourceOutput

func (*PrincipalsCompareOutput) GetCompared added in v0.0.8

func (x *PrincipalsCompareOutput) GetCompared() []*ResourceOutput

func (*PrincipalsCompareOutput) GetExtra added in v0.0.8

func (x *PrincipalsCompareOutput) GetExtra() []*ResourceOutput

func (*PrincipalsCompareOutput) GetMissing added in v0.0.8

func (x *PrincipalsCompareOutput) GetMissing() []*ResourceOutput

func (*PrincipalsCompareOutput) ProtoMessage added in v0.0.8

func (*PrincipalsCompareOutput) ProtoMessage()

func (*PrincipalsCompareOutput) ProtoReflect added in v0.0.8

func (x *PrincipalsCompareOutput) ProtoReflect() protoreflect.Message

func (*PrincipalsCompareOutput) Reset added in v0.0.8

func (x *PrincipalsCompareOutput) Reset()

func (*PrincipalsCompareOutput) String added in v0.0.8

func (x *PrincipalsCompareOutput) String() string

func (*PrincipalsCompareOutput) Validate added in v0.0.8

func (m *PrincipalsCompareOutput) Validate() error

Validate checks the field values on PrincipalsCompareOutput 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 (*PrincipalsCompareOutput) ValidateAll added in v0.0.8

func (m *PrincipalsCompareOutput) ValidateAll() error

ValidateAll checks the field values on PrincipalsCompareOutput 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 PrincipalsCompareOutputMultiError, or nil if none found.

type PrincipalsCompareOutputMultiError added in v0.0.8

type PrincipalsCompareOutputMultiError []error

PrincipalsCompareOutputMultiError is an error wrapping multiple validation errors returned by PrincipalsCompareOutput.ValidateAll() if the designated constraints aren't met.

func (PrincipalsCompareOutputMultiError) AllErrors added in v0.0.8

func (m PrincipalsCompareOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PrincipalsCompareOutputMultiError) Error added in v0.0.8

Error returns a concatenation of all the error messages it wraps.

type PrincipalsCompareOutputValidationError added in v0.0.8

type PrincipalsCompareOutputValidationError struct {
	// contains filtered or unexported fields
}

PrincipalsCompareOutputValidationError is the validation error returned by PrincipalsCompareOutput.Validate if the designated constraints aren't met.

func (PrincipalsCompareOutputValidationError) Cause added in v0.0.8

Cause function returns cause value.

func (PrincipalsCompareOutputValidationError) Error added in v0.0.8

Error satisfies the builtin error interface

func (PrincipalsCompareOutputValidationError) ErrorName added in v0.0.8

ErrorName returns error name.

func (PrincipalsCompareOutputValidationError) Field added in v0.0.8

Field function returns field value.

func (PrincipalsCompareOutputValidationError) Key added in v0.0.8

Key function returns key value.

func (PrincipalsCompareOutputValidationError) Reason added in v0.0.8

Reason function returns reason value.

type ResourceAccessListOutput added in v0.0.3

type ResourceAccessListOutput struct {
	Principal *v2.Resource            `protobuf:"bytes,1,opt,name=principal,proto3" json:"principal,omitempty"`
	Access    []*ResourceAccessOutput `protobuf:"bytes,2,rep,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceAccessListOutput) Descriptor deprecated added in v0.0.3

func (*ResourceAccessListOutput) Descriptor() ([]byte, []int)

Deprecated: Use ResourceAccessListOutput.ProtoReflect.Descriptor instead.

func (*ResourceAccessListOutput) GetAccess added in v0.0.3

func (*ResourceAccessListOutput) GetPrincipal added in v0.0.3

func (x *ResourceAccessListOutput) GetPrincipal() *v2.Resource

func (*ResourceAccessListOutput) ProtoMessage added in v0.0.3

func (*ResourceAccessListOutput) ProtoMessage()

func (*ResourceAccessListOutput) ProtoReflect added in v0.0.3

func (x *ResourceAccessListOutput) ProtoReflect() protoreflect.Message

func (*ResourceAccessListOutput) Reset added in v0.0.3

func (x *ResourceAccessListOutput) Reset()

func (*ResourceAccessListOutput) String added in v0.0.3

func (x *ResourceAccessListOutput) String() string

func (*ResourceAccessListOutput) Validate added in v0.0.3

func (m *ResourceAccessListOutput) Validate() error

Validate checks the field values on ResourceAccessListOutput 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 (*ResourceAccessListOutput) ValidateAll added in v0.0.3

func (m *ResourceAccessListOutput) ValidateAll() error

ValidateAll checks the field values on ResourceAccessListOutput 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 ResourceAccessListOutputMultiError, or nil if none found.

type ResourceAccessListOutputMultiError added in v0.0.3

type ResourceAccessListOutputMultiError []error

ResourceAccessListOutputMultiError is an error wrapping multiple validation errors returned by ResourceAccessListOutput.ValidateAll() if the designated constraints aren't met.

func (ResourceAccessListOutputMultiError) AllErrors added in v0.0.3

func (m ResourceAccessListOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceAccessListOutputMultiError) Error added in v0.0.3

Error returns a concatenation of all the error messages it wraps.

type ResourceAccessListOutputValidationError added in v0.0.3

type ResourceAccessListOutputValidationError struct {
	// contains filtered or unexported fields
}

ResourceAccessListOutputValidationError is the validation error returned by ResourceAccessListOutput.Validate if the designated constraints aren't met.

func (ResourceAccessListOutputValidationError) Cause added in v0.0.3

Cause function returns cause value.

func (ResourceAccessListOutputValidationError) Error added in v0.0.3

Error satisfies the builtin error interface

func (ResourceAccessListOutputValidationError) ErrorName added in v0.0.3

ErrorName returns error name.

func (ResourceAccessListOutputValidationError) Field added in v0.0.3

Field function returns field value.

func (ResourceAccessListOutputValidationError) Key added in v0.0.3

Key function returns key value.

func (ResourceAccessListOutputValidationError) Reason added in v0.0.3

Reason function returns reason value.

type ResourceAccessOutput added in v0.0.3

type ResourceAccessOutput struct {
	ResourceType *v2.ResourceType  `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	Resource     *v2.Resource      `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Entitlements []*v2.Entitlement `protobuf:"bytes,3,rep,name=entitlements,proto3" json:"entitlements,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceAccessOutput) Descriptor deprecated added in v0.0.3

func (*ResourceAccessOutput) Descriptor() ([]byte, []int)

Deprecated: Use ResourceAccessOutput.ProtoReflect.Descriptor instead.

func (*ResourceAccessOutput) GetEntitlements added in v0.0.3

func (x *ResourceAccessOutput) GetEntitlements() []*v2.Entitlement

func (*ResourceAccessOutput) GetResource added in v0.0.3

func (x *ResourceAccessOutput) GetResource() *v2.Resource

func (*ResourceAccessOutput) GetResourceType added in v0.0.3

func (x *ResourceAccessOutput) GetResourceType() *v2.ResourceType

func (*ResourceAccessOutput) ProtoMessage added in v0.0.3

func (*ResourceAccessOutput) ProtoMessage()

func (*ResourceAccessOutput) ProtoReflect added in v0.0.3

func (x *ResourceAccessOutput) ProtoReflect() protoreflect.Message

func (*ResourceAccessOutput) Reset added in v0.0.3

func (x *ResourceAccessOutput) Reset()

func (*ResourceAccessOutput) String added in v0.0.3

func (x *ResourceAccessOutput) String() string

func (*ResourceAccessOutput) Validate added in v0.0.3

func (m *ResourceAccessOutput) Validate() error

Validate checks the field values on ResourceAccessOutput 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 (*ResourceAccessOutput) ValidateAll added in v0.0.3

func (m *ResourceAccessOutput) ValidateAll() error

ValidateAll checks the field values on ResourceAccessOutput 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 ResourceAccessOutputMultiError, or nil if none found.

type ResourceAccessOutputMultiError added in v0.0.3

type ResourceAccessOutputMultiError []error

ResourceAccessOutputMultiError is an error wrapping multiple validation errors returned by ResourceAccessOutput.ValidateAll() if the designated constraints aren't met.

func (ResourceAccessOutputMultiError) AllErrors added in v0.0.3

func (m ResourceAccessOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceAccessOutputMultiError) Error added in v0.0.3

Error returns a concatenation of all the error messages it wraps.

type ResourceAccessOutputValidationError added in v0.0.3

type ResourceAccessOutputValidationError struct {
	// contains filtered or unexported fields
}

ResourceAccessOutputValidationError is the validation error returned by ResourceAccessOutput.Validate if the designated constraints aren't met.

func (ResourceAccessOutputValidationError) Cause added in v0.0.3

Cause function returns cause value.

func (ResourceAccessOutputValidationError) Error added in v0.0.3

Error satisfies the builtin error interface

func (ResourceAccessOutputValidationError) ErrorName added in v0.0.3

ErrorName returns error name.

func (ResourceAccessOutputValidationError) Field added in v0.0.3

Field function returns field value.

func (ResourceAccessOutputValidationError) Key added in v0.0.3

Key function returns key value.

func (ResourceAccessOutputValidationError) Reason added in v0.0.3

Reason function returns reason value.

type ResourceDiff

type ResourceDiff struct {
	Created  []*v2.Resource `protobuf:"bytes,1,rep,name=created,proto3" json:"created,omitempty"`
	Deleted  []*v2.Resource `protobuf:"bytes,2,rep,name=deleted,proto3" json:"deleted,omitempty"`
	Modified []*v2.Resource `protobuf:"bytes,3,rep,name=modified,proto3" json:"modified,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceDiff) Descriptor deprecated

func (*ResourceDiff) Descriptor() ([]byte, []int)

Deprecated: Use ResourceDiff.ProtoReflect.Descriptor instead.

func (*ResourceDiff) GetCreated

func (x *ResourceDiff) GetCreated() []*v2.Resource

func (*ResourceDiff) GetDeleted

func (x *ResourceDiff) GetDeleted() []*v2.Resource

func (*ResourceDiff) GetModified

func (x *ResourceDiff) GetModified() []*v2.Resource

func (*ResourceDiff) ProtoMessage

func (*ResourceDiff) ProtoMessage()

func (*ResourceDiff) ProtoReflect

func (x *ResourceDiff) ProtoReflect() protoreflect.Message

func (*ResourceDiff) Reset

func (x *ResourceDiff) Reset()

func (*ResourceDiff) String

func (x *ResourceDiff) String() string

func (*ResourceDiff) Validate

func (m *ResourceDiff) Validate() error

Validate checks the field values on ResourceDiff 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 (*ResourceDiff) ValidateAll

func (m *ResourceDiff) ValidateAll() error

ValidateAll checks the field values on ResourceDiff 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 ResourceDiffMultiError, or nil if none found.

type ResourceDiffMultiError

type ResourceDiffMultiError []error

ResourceDiffMultiError is an error wrapping multiple validation errors returned by ResourceDiff.ValidateAll() if the designated constraints aren't met.

func (ResourceDiffMultiError) AllErrors

func (m ResourceDiffMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceDiffMultiError) Error

func (m ResourceDiffMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceDiffValidationError

type ResourceDiffValidationError struct {
	// contains filtered or unexported fields
}

ResourceDiffValidationError is the validation error returned by ResourceDiff.Validate if the designated constraints aren't met.

func (ResourceDiffValidationError) Cause

Cause function returns cause value.

func (ResourceDiffValidationError) Error

Error satisfies the builtin error interface

func (ResourceDiffValidationError) ErrorName

func (e ResourceDiffValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceDiffValidationError) Field

Field function returns field value.

func (ResourceDiffValidationError) Key

Key function returns key value.

func (ResourceDiffValidationError) Reason

Reason function returns reason value.

type ResourceListOutput

type ResourceListOutput struct {
	Resources []*ResourceOutput `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceListOutput) Descriptor deprecated

func (*ResourceListOutput) Descriptor() ([]byte, []int)

Deprecated: Use ResourceListOutput.ProtoReflect.Descriptor instead.

func (*ResourceListOutput) GetResources

func (x *ResourceListOutput) GetResources() []*ResourceOutput

func (*ResourceListOutput) ProtoMessage

func (*ResourceListOutput) ProtoMessage()

func (*ResourceListOutput) ProtoReflect

func (x *ResourceListOutput) ProtoReflect() protoreflect.Message

func (*ResourceListOutput) Reset

func (x *ResourceListOutput) Reset()

func (*ResourceListOutput) String

func (x *ResourceListOutput) String() string

func (*ResourceListOutput) Validate

func (m *ResourceListOutput) Validate() error

Validate checks the field values on ResourceListOutput 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 (*ResourceListOutput) ValidateAll

func (m *ResourceListOutput) ValidateAll() error

ValidateAll checks the field values on ResourceListOutput 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 ResourceListOutputMultiError, or nil if none found.

type ResourceListOutputMultiError

type ResourceListOutputMultiError []error

ResourceListOutputMultiError is an error wrapping multiple validation errors returned by ResourceListOutput.ValidateAll() if the designated constraints aren't met.

func (ResourceListOutputMultiError) AllErrors

func (m ResourceListOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceListOutputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResourceListOutputValidationError

type ResourceListOutputValidationError struct {
	// contains filtered or unexported fields
}

ResourceListOutputValidationError is the validation error returned by ResourceListOutput.Validate if the designated constraints aren't met.

func (ResourceListOutputValidationError) Cause

Cause function returns cause value.

func (ResourceListOutputValidationError) Error

Error satisfies the builtin error interface

func (ResourceListOutputValidationError) ErrorName

ErrorName returns error name.

func (ResourceListOutputValidationError) Field

Field function returns field value.

func (ResourceListOutputValidationError) Key

Key function returns key value.

func (ResourceListOutputValidationError) Reason

Reason function returns reason value.

type ResourceOutput

type ResourceOutput struct {
	Resource     *v2.Resource     `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	ResourceType *v2.ResourceType `protobuf:"bytes,2,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	Parent       *v2.Resource     `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceOutput) Descriptor deprecated

func (*ResourceOutput) Descriptor() ([]byte, []int)

Deprecated: Use ResourceOutput.ProtoReflect.Descriptor instead.

func (*ResourceOutput) GetParent

func (x *ResourceOutput) GetParent() *v2.Resource

func (*ResourceOutput) GetResource

func (x *ResourceOutput) GetResource() *v2.Resource

func (*ResourceOutput) GetResourceType

func (x *ResourceOutput) GetResourceType() *v2.ResourceType

func (*ResourceOutput) ProtoMessage

func (*ResourceOutput) ProtoMessage()

func (*ResourceOutput) ProtoReflect

func (x *ResourceOutput) ProtoReflect() protoreflect.Message

func (*ResourceOutput) Reset

func (x *ResourceOutput) Reset()

func (*ResourceOutput) String

func (x *ResourceOutput) String() string

func (*ResourceOutput) Validate

func (m *ResourceOutput) Validate() error

Validate checks the field values on ResourceOutput 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 (*ResourceOutput) ValidateAll

func (m *ResourceOutput) ValidateAll() error

ValidateAll checks the field values on ResourceOutput 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 ResourceOutputMultiError, or nil if none found.

type ResourceOutputMultiError

type ResourceOutputMultiError []error

ResourceOutputMultiError is an error wrapping multiple validation errors returned by ResourceOutput.ValidateAll() if the designated constraints aren't met.

func (ResourceOutputMultiError) AllErrors

func (m ResourceOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceOutputMultiError) Error

func (m ResourceOutputMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceOutputValidationError

type ResourceOutputValidationError struct {
	// contains filtered or unexported fields
}

ResourceOutputValidationError is the validation error returned by ResourceOutput.Validate if the designated constraints aren't met.

func (ResourceOutputValidationError) Cause

Cause function returns cause value.

func (ResourceOutputValidationError) Error

Error satisfies the builtin error interface

func (ResourceOutputValidationError) ErrorName

func (e ResourceOutputValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceOutputValidationError) Field

Field function returns field value.

func (ResourceOutputValidationError) Key

Key function returns key value.

func (ResourceOutputValidationError) Reason

Reason function returns reason value.

type ResourceTypeListOutput

type ResourceTypeListOutput struct {
	ResourceTypes []*ResourceTypeOutput `protobuf:"bytes,1,rep,name=resource_types,json=resourceTypes,proto3" json:"resource_types,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceTypeListOutput) Descriptor deprecated

func (*ResourceTypeListOutput) Descriptor() ([]byte, []int)

Deprecated: Use ResourceTypeListOutput.ProtoReflect.Descriptor instead.

func (*ResourceTypeListOutput) GetResourceTypes

func (x *ResourceTypeListOutput) GetResourceTypes() []*ResourceTypeOutput

func (*ResourceTypeListOutput) ProtoMessage

func (*ResourceTypeListOutput) ProtoMessage()

func (*ResourceTypeListOutput) ProtoReflect

func (x *ResourceTypeListOutput) ProtoReflect() protoreflect.Message

func (*ResourceTypeListOutput) Reset

func (x *ResourceTypeListOutput) Reset()

func (*ResourceTypeListOutput) String

func (x *ResourceTypeListOutput) String() string

func (*ResourceTypeListOutput) Validate

func (m *ResourceTypeListOutput) Validate() error

Validate checks the field values on ResourceTypeListOutput 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 (*ResourceTypeListOutput) ValidateAll

func (m *ResourceTypeListOutput) ValidateAll() error

ValidateAll checks the field values on ResourceTypeListOutput 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 ResourceTypeListOutputMultiError, or nil if none found.

type ResourceTypeListOutputMultiError

type ResourceTypeListOutputMultiError []error

ResourceTypeListOutputMultiError is an error wrapping multiple validation errors returned by ResourceTypeListOutput.ValidateAll() if the designated constraints aren't met.

func (ResourceTypeListOutputMultiError) AllErrors

func (m ResourceTypeListOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceTypeListOutputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResourceTypeListOutputValidationError

type ResourceTypeListOutputValidationError struct {
	// contains filtered or unexported fields
}

ResourceTypeListOutputValidationError is the validation error returned by ResourceTypeListOutput.Validate if the designated constraints aren't met.

func (ResourceTypeListOutputValidationError) Cause

Cause function returns cause value.

func (ResourceTypeListOutputValidationError) Error

Error satisfies the builtin error interface

func (ResourceTypeListOutputValidationError) ErrorName

ErrorName returns error name.

func (ResourceTypeListOutputValidationError) Field

Field function returns field value.

func (ResourceTypeListOutputValidationError) Key

Key function returns key value.

func (ResourceTypeListOutputValidationError) Reason

Reason function returns reason value.

type ResourceTypeOutput

type ResourceTypeOutput struct {
	ResourceType *v2.ResourceType `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceTypeOutput) Descriptor deprecated

func (*ResourceTypeOutput) Descriptor() ([]byte, []int)

Deprecated: Use ResourceTypeOutput.ProtoReflect.Descriptor instead.

func (*ResourceTypeOutput) GetResourceType

func (x *ResourceTypeOutput) GetResourceType() *v2.ResourceType

func (*ResourceTypeOutput) ProtoMessage

func (*ResourceTypeOutput) ProtoMessage()

func (*ResourceTypeOutput) ProtoReflect

func (x *ResourceTypeOutput) ProtoReflect() protoreflect.Message

func (*ResourceTypeOutput) Reset

func (x *ResourceTypeOutput) Reset()

func (*ResourceTypeOutput) String

func (x *ResourceTypeOutput) String() string

func (*ResourceTypeOutput) Validate

func (m *ResourceTypeOutput) Validate() error

Validate checks the field values on ResourceTypeOutput 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 (*ResourceTypeOutput) ValidateAll

func (m *ResourceTypeOutput) ValidateAll() error

ValidateAll checks the field values on ResourceTypeOutput 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 ResourceTypeOutputMultiError, or nil if none found.

type ResourceTypeOutputMultiError

type ResourceTypeOutputMultiError []error

ResourceTypeOutputMultiError is an error wrapping multiple validation errors returned by ResourceTypeOutput.ValidateAll() if the designated constraints aren't met.

func (ResourceTypeOutputMultiError) AllErrors

func (m ResourceTypeOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceTypeOutputMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResourceTypeOutputValidationError

type ResourceTypeOutputValidationError struct {
	// contains filtered or unexported fields
}

ResourceTypeOutputValidationError is the validation error returned by ResourceTypeOutput.Validate if the designated constraints aren't met.

func (ResourceTypeOutputValidationError) Cause

Cause function returns cause value.

func (ResourceTypeOutputValidationError) Error

Error satisfies the builtin error interface

func (ResourceTypeOutputValidationError) ErrorName

ErrorName returns error name.

func (ResourceTypeOutputValidationError) Field

Field function returns field value.

func (ResourceTypeOutputValidationError) Key

Key function returns key value.

func (ResourceTypeOutputValidationError) Reason

Reason function returns reason value.

type SyncListOutput added in v0.0.11

type SyncListOutput struct {
	Syncs []*SyncOutput `protobuf:"bytes,1,rep,name=syncs,proto3" json:"syncs,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncListOutput) Descriptor deprecated added in v0.0.11

func (*SyncListOutput) Descriptor() ([]byte, []int)

Deprecated: Use SyncListOutput.ProtoReflect.Descriptor instead.

func (*SyncListOutput) GetSyncs added in v0.0.11

func (x *SyncListOutput) GetSyncs() []*SyncOutput

func (*SyncListOutput) ProtoMessage added in v0.0.11

func (*SyncListOutput) ProtoMessage()

func (*SyncListOutput) ProtoReflect added in v0.0.11

func (x *SyncListOutput) ProtoReflect() protoreflect.Message

func (*SyncListOutput) Reset added in v0.0.11

func (x *SyncListOutput) Reset()

func (*SyncListOutput) String added in v0.0.11

func (x *SyncListOutput) String() string

func (*SyncListOutput) Validate added in v0.0.11

func (m *SyncListOutput) Validate() error

Validate checks the field values on SyncListOutput 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 (*SyncListOutput) ValidateAll added in v0.0.11

func (m *SyncListOutput) ValidateAll() error

ValidateAll checks the field values on SyncListOutput 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 SyncListOutputMultiError, or nil if none found.

type SyncListOutputMultiError added in v0.0.11

type SyncListOutputMultiError []error

SyncListOutputMultiError is an error wrapping multiple validation errors returned by SyncListOutput.ValidateAll() if the designated constraints aren't met.

func (SyncListOutputMultiError) AllErrors added in v0.0.11

func (m SyncListOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyncListOutputMultiError) Error added in v0.0.11

func (m SyncListOutputMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SyncListOutputValidationError added in v0.0.11

type SyncListOutputValidationError struct {
	// contains filtered or unexported fields
}

SyncListOutputValidationError is the validation error returned by SyncListOutput.Validate if the designated constraints aren't met.

func (SyncListOutputValidationError) Cause added in v0.0.11

Cause function returns cause value.

func (SyncListOutputValidationError) Error added in v0.0.11

Error satisfies the builtin error interface

func (SyncListOutputValidationError) ErrorName added in v0.0.11

func (e SyncListOutputValidationError) ErrorName() string

ErrorName returns error name.

func (SyncListOutputValidationError) Field added in v0.0.11

Field function returns field value.

func (SyncListOutputValidationError) Key added in v0.0.11

Key function returns key value.

func (SyncListOutputValidationError) Reason added in v0.0.11

Reason function returns reason value.

type SyncOutput added in v0.0.11

type SyncOutput struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	StartedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	EndedAt   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
	SyncToken string                 `protobuf:"bytes,4,opt,name=sync_token,json=syncToken,proto3" json:"sync_token,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncOutput) Descriptor deprecated added in v0.0.11

func (*SyncOutput) Descriptor() ([]byte, []int)

Deprecated: Use SyncOutput.ProtoReflect.Descriptor instead.

func (*SyncOutput) GetEndedAt added in v0.0.11

func (x *SyncOutput) GetEndedAt() *timestamppb.Timestamp

func (*SyncOutput) GetId added in v0.0.11

func (x *SyncOutput) GetId() string

func (*SyncOutput) GetStartedAt added in v0.0.11

func (x *SyncOutput) GetStartedAt() *timestamppb.Timestamp

func (*SyncOutput) GetSyncToken added in v0.0.11

func (x *SyncOutput) GetSyncToken() string

func (*SyncOutput) ProtoMessage added in v0.0.11

func (*SyncOutput) ProtoMessage()

func (*SyncOutput) ProtoReflect added in v0.0.11

func (x *SyncOutput) ProtoReflect() protoreflect.Message

func (*SyncOutput) Reset added in v0.0.11

func (x *SyncOutput) Reset()

func (*SyncOutput) String added in v0.0.11

func (x *SyncOutput) String() string

func (*SyncOutput) Validate added in v0.0.11

func (m *SyncOutput) Validate() error

Validate checks the field values on SyncOutput 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 (*SyncOutput) ValidateAll added in v0.0.11

func (m *SyncOutput) ValidateAll() error

ValidateAll checks the field values on SyncOutput 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 SyncOutputMultiError, or nil if none found.

type SyncOutputMultiError added in v0.0.11

type SyncOutputMultiError []error

SyncOutputMultiError is an error wrapping multiple validation errors returned by SyncOutput.ValidateAll() if the designated constraints aren't met.

func (SyncOutputMultiError) AllErrors added in v0.0.11

func (m SyncOutputMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyncOutputMultiError) Error added in v0.0.11

func (m SyncOutputMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SyncOutputValidationError added in v0.0.11

type SyncOutputValidationError struct {
	// contains filtered or unexported fields
}

SyncOutputValidationError is the validation error returned by SyncOutput.Validate if the designated constraints aren't met.

func (SyncOutputValidationError) Cause added in v0.0.11

func (e SyncOutputValidationError) Cause() error

Cause function returns cause value.

func (SyncOutputValidationError) Error added in v0.0.11

Error satisfies the builtin error interface

func (SyncOutputValidationError) ErrorName added in v0.0.11

func (e SyncOutputValidationError) ErrorName() string

ErrorName returns error name.

func (SyncOutputValidationError) Field added in v0.0.11

Field function returns field value.

func (SyncOutputValidationError) Key added in v0.0.11

Key function returns key value.

func (SyncOutputValidationError) Reason added in v0.0.11

func (e SyncOutputValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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