oauthv1alpha1

package
v1.54.1 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_commonfate_control_oauth_v1alpha1_oauth_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreatePagerDutyIntegrationRequest

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

func (*CreatePagerDutyIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreatePagerDutyIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreatePagerDutyIntegrationRequest) ProtoMessage

func (*CreatePagerDutyIntegrationRequest) ProtoMessage()

func (*CreatePagerDutyIntegrationRequest) ProtoReflect

func (*CreatePagerDutyIntegrationRequest) Reset

func (*CreatePagerDutyIntegrationRequest) String

func (*CreatePagerDutyIntegrationRequest) Validate added in v1.32.1

Validate checks the field values on CreatePagerDutyIntegrationRequest 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 (*CreatePagerDutyIntegrationRequest) ValidateAll added in v1.32.1

func (m *CreatePagerDutyIntegrationRequest) ValidateAll() error

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

type CreatePagerDutyIntegrationRequestMultiError added in v1.32.1

type CreatePagerDutyIntegrationRequestMultiError []error

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

func (CreatePagerDutyIntegrationRequestMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (CreatePagerDutyIntegrationRequestMultiError) Error added in v1.32.1

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

type CreatePagerDutyIntegrationRequestValidationError added in v1.32.1

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

CreatePagerDutyIntegrationRequestValidationError is the validation error returned by CreatePagerDutyIntegrationRequest.Validate if the designated constraints aren't met.

func (CreatePagerDutyIntegrationRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (CreatePagerDutyIntegrationRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (CreatePagerDutyIntegrationRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (CreatePagerDutyIntegrationRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (CreatePagerDutyIntegrationRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (CreatePagerDutyIntegrationRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type CreatePagerDutyIntegrationResponse

type CreatePagerDutyIntegrationResponse struct {
	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePagerDutyIntegrationResponse) Descriptor deprecated

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

Deprecated: Use CreatePagerDutyIntegrationResponse.ProtoReflect.Descriptor instead.

func (*CreatePagerDutyIntegrationResponse) GetUri

func (*CreatePagerDutyIntegrationResponse) ProtoMessage

func (*CreatePagerDutyIntegrationResponse) ProtoMessage()

func (*CreatePagerDutyIntegrationResponse) ProtoReflect

func (*CreatePagerDutyIntegrationResponse) Reset

func (*CreatePagerDutyIntegrationResponse) String

func (*CreatePagerDutyIntegrationResponse) Validate added in v1.32.1

Validate checks the field values on CreatePagerDutyIntegrationResponse 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 (*CreatePagerDutyIntegrationResponse) ValidateAll added in v1.32.1

func (m *CreatePagerDutyIntegrationResponse) ValidateAll() error

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

type CreatePagerDutyIntegrationResponseMultiError added in v1.32.1

type CreatePagerDutyIntegrationResponseMultiError []error

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

func (CreatePagerDutyIntegrationResponseMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (CreatePagerDutyIntegrationResponseMultiError) Error added in v1.32.1

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

type CreatePagerDutyIntegrationResponseValidationError added in v1.32.1

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

CreatePagerDutyIntegrationResponseValidationError is the validation error returned by CreatePagerDutyIntegrationResponse.Validate if the designated constraints aren't met.

func (CreatePagerDutyIntegrationResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (CreatePagerDutyIntegrationResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (CreatePagerDutyIntegrationResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (CreatePagerDutyIntegrationResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (CreatePagerDutyIntegrationResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (CreatePagerDutyIntegrationResponseValidationError) Reason added in v1.32.1

Reason function returns reason value.

type CreateSlackIntegrationRequest

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

func (*CreateSlackIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateSlackIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateSlackIntegrationRequest) ProtoMessage

func (*CreateSlackIntegrationRequest) ProtoMessage()

func (*CreateSlackIntegrationRequest) ProtoReflect

func (*CreateSlackIntegrationRequest) Reset

func (x *CreateSlackIntegrationRequest) Reset()

func (*CreateSlackIntegrationRequest) String

func (*CreateSlackIntegrationRequest) Validate added in v1.32.1

func (m *CreateSlackIntegrationRequest) Validate() error

Validate checks the field values on CreateSlackIntegrationRequest 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 (*CreateSlackIntegrationRequest) ValidateAll added in v1.32.1

func (m *CreateSlackIntegrationRequest) ValidateAll() error

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

type CreateSlackIntegrationRequestMultiError added in v1.32.1

type CreateSlackIntegrationRequestMultiError []error

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

func (CreateSlackIntegrationRequestMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (CreateSlackIntegrationRequestMultiError) Error added in v1.32.1

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

type CreateSlackIntegrationRequestValidationError added in v1.32.1

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

CreateSlackIntegrationRequestValidationError is the validation error returned by CreateSlackIntegrationRequest.Validate if the designated constraints aren't met.

func (CreateSlackIntegrationRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (CreateSlackIntegrationRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (CreateSlackIntegrationRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (CreateSlackIntegrationRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (CreateSlackIntegrationRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (CreateSlackIntegrationRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type CreateSlackIntegrationResponse

type CreateSlackIntegrationResponse struct {
	Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSlackIntegrationResponse) Descriptor deprecated

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

Deprecated: Use CreateSlackIntegrationResponse.ProtoReflect.Descriptor instead.

func (*CreateSlackIntegrationResponse) GetUri

func (*CreateSlackIntegrationResponse) ProtoMessage

func (*CreateSlackIntegrationResponse) ProtoMessage()

func (*CreateSlackIntegrationResponse) ProtoReflect

func (*CreateSlackIntegrationResponse) Reset

func (x *CreateSlackIntegrationResponse) Reset()

func (*CreateSlackIntegrationResponse) String

func (*CreateSlackIntegrationResponse) Validate added in v1.32.1

func (m *CreateSlackIntegrationResponse) Validate() error

Validate checks the field values on CreateSlackIntegrationResponse 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 (*CreateSlackIntegrationResponse) ValidateAll added in v1.32.1

func (m *CreateSlackIntegrationResponse) ValidateAll() error

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

type CreateSlackIntegrationResponseMultiError added in v1.32.1

type CreateSlackIntegrationResponseMultiError []error

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

func (CreateSlackIntegrationResponseMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (CreateSlackIntegrationResponseMultiError) Error added in v1.32.1

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

type CreateSlackIntegrationResponseValidationError added in v1.32.1

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

CreateSlackIntegrationResponseValidationError is the validation error returned by CreateSlackIntegrationResponse.Validate if the designated constraints aren't met.

func (CreateSlackIntegrationResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (CreateSlackIntegrationResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (CreateSlackIntegrationResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (CreateSlackIntegrationResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (CreateSlackIntegrationResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (CreateSlackIntegrationResponseValidationError) Reason added in v1.32.1

Reason function returns reason value.

type GetPagerDutyIntegrationRequest

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

func (*GetPagerDutyIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetPagerDutyIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetPagerDutyIntegrationRequest) ProtoMessage

func (*GetPagerDutyIntegrationRequest) ProtoMessage()

func (*GetPagerDutyIntegrationRequest) ProtoReflect

func (*GetPagerDutyIntegrationRequest) Reset

func (x *GetPagerDutyIntegrationRequest) Reset()

func (*GetPagerDutyIntegrationRequest) String

func (*GetPagerDutyIntegrationRequest) Validate added in v1.32.1

func (m *GetPagerDutyIntegrationRequest) Validate() error

Validate checks the field values on GetPagerDutyIntegrationRequest 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 (*GetPagerDutyIntegrationRequest) ValidateAll added in v1.32.1

func (m *GetPagerDutyIntegrationRequest) ValidateAll() error

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

type GetPagerDutyIntegrationRequestMultiError added in v1.32.1

type GetPagerDutyIntegrationRequestMultiError []error

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

func (GetPagerDutyIntegrationRequestMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (GetPagerDutyIntegrationRequestMultiError) Error added in v1.32.1

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

type GetPagerDutyIntegrationRequestValidationError added in v1.32.1

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

GetPagerDutyIntegrationRequestValidationError is the validation error returned by GetPagerDutyIntegrationRequest.Validate if the designated constraints aren't met.

func (GetPagerDutyIntegrationRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (GetPagerDutyIntegrationRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (GetPagerDutyIntegrationRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (GetPagerDutyIntegrationRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (GetPagerDutyIntegrationRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (GetPagerDutyIntegrationRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type GetPagerDutyIntegrationResponse

type GetPagerDutyIntegrationResponse struct {
	Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPagerDutyIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetPagerDutyIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetPagerDutyIntegrationResponse) GetActive

func (x *GetPagerDutyIntegrationResponse) GetActive() bool

func (*GetPagerDutyIntegrationResponse) ProtoMessage

func (*GetPagerDutyIntegrationResponse) ProtoMessage()

func (*GetPagerDutyIntegrationResponse) ProtoReflect

func (*GetPagerDutyIntegrationResponse) Reset

func (*GetPagerDutyIntegrationResponse) String

func (*GetPagerDutyIntegrationResponse) Validate added in v1.32.1

func (m *GetPagerDutyIntegrationResponse) Validate() error

Validate checks the field values on GetPagerDutyIntegrationResponse 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 (*GetPagerDutyIntegrationResponse) ValidateAll added in v1.32.1

func (m *GetPagerDutyIntegrationResponse) ValidateAll() error

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

type GetPagerDutyIntegrationResponseMultiError added in v1.32.1

type GetPagerDutyIntegrationResponseMultiError []error

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

func (GetPagerDutyIntegrationResponseMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (GetPagerDutyIntegrationResponseMultiError) Error added in v1.32.1

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

type GetPagerDutyIntegrationResponseValidationError added in v1.32.1

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

GetPagerDutyIntegrationResponseValidationError is the validation error returned by GetPagerDutyIntegrationResponse.Validate if the designated constraints aren't met.

func (GetPagerDutyIntegrationResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (GetPagerDutyIntegrationResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (GetPagerDutyIntegrationResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (GetPagerDutyIntegrationResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (GetPagerDutyIntegrationResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (GetPagerDutyIntegrationResponseValidationError) Reason added in v1.32.1

Reason function returns reason value.

type GetSlackIntegrationRequest

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

func (*GetSlackIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetSlackIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetSlackIntegrationRequest) ProtoMessage

func (*GetSlackIntegrationRequest) ProtoMessage()

func (*GetSlackIntegrationRequest) ProtoReflect

func (*GetSlackIntegrationRequest) Reset

func (x *GetSlackIntegrationRequest) Reset()

func (*GetSlackIntegrationRequest) String

func (x *GetSlackIntegrationRequest) String() string

func (*GetSlackIntegrationRequest) Validate added in v1.32.1

func (m *GetSlackIntegrationRequest) Validate() error

Validate checks the field values on GetSlackIntegrationRequest 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 (*GetSlackIntegrationRequest) ValidateAll added in v1.32.1

func (m *GetSlackIntegrationRequest) ValidateAll() error

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

type GetSlackIntegrationRequestMultiError added in v1.32.1

type GetSlackIntegrationRequestMultiError []error

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

func (GetSlackIntegrationRequestMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (GetSlackIntegrationRequestMultiError) Error added in v1.32.1

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

type GetSlackIntegrationRequestValidationError added in v1.32.1

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

GetSlackIntegrationRequestValidationError is the validation error returned by GetSlackIntegrationRequest.Validate if the designated constraints aren't met.

func (GetSlackIntegrationRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (GetSlackIntegrationRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (GetSlackIntegrationRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (GetSlackIntegrationRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (GetSlackIntegrationRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (GetSlackIntegrationRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type GetSlackIntegrationResponse

type GetSlackIntegrationResponse struct {
	Active bool `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlackIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetSlackIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetSlackIntegrationResponse) GetActive

func (x *GetSlackIntegrationResponse) GetActive() bool

func (*GetSlackIntegrationResponse) ProtoMessage

func (*GetSlackIntegrationResponse) ProtoMessage()

func (*GetSlackIntegrationResponse) ProtoReflect

func (*GetSlackIntegrationResponse) Reset

func (x *GetSlackIntegrationResponse) Reset()

func (*GetSlackIntegrationResponse) String

func (x *GetSlackIntegrationResponse) String() string

func (*GetSlackIntegrationResponse) Validate added in v1.32.1

func (m *GetSlackIntegrationResponse) Validate() error

Validate checks the field values on GetSlackIntegrationResponse 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 (*GetSlackIntegrationResponse) ValidateAll added in v1.32.1

func (m *GetSlackIntegrationResponse) ValidateAll() error

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

type GetSlackIntegrationResponseMultiError added in v1.32.1

type GetSlackIntegrationResponseMultiError []error

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

func (GetSlackIntegrationResponseMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (GetSlackIntegrationResponseMultiError) Error added in v1.32.1

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

type GetSlackIntegrationResponseValidationError added in v1.32.1

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

GetSlackIntegrationResponseValidationError is the validation error returned by GetSlackIntegrationResponse.Validate if the designated constraints aren't met.

func (GetSlackIntegrationResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (GetSlackIntegrationResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (GetSlackIntegrationResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (GetSlackIntegrationResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (GetSlackIntegrationResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (GetSlackIntegrationResponseValidationError) Reason added in v1.32.1

Reason function returns reason value.

type RemovePagerDutyIntegrationRequest

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

func (*RemovePagerDutyIntegrationRequest) Descriptor deprecated

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

Deprecated: Use RemovePagerDutyIntegrationRequest.ProtoReflect.Descriptor instead.

func (*RemovePagerDutyIntegrationRequest) ProtoMessage

func (*RemovePagerDutyIntegrationRequest) ProtoMessage()

func (*RemovePagerDutyIntegrationRequest) ProtoReflect

func (*RemovePagerDutyIntegrationRequest) Reset

func (*RemovePagerDutyIntegrationRequest) String

func (*RemovePagerDutyIntegrationRequest) Validate added in v1.32.1

Validate checks the field values on RemovePagerDutyIntegrationRequest 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 (*RemovePagerDutyIntegrationRequest) ValidateAll added in v1.32.1

func (m *RemovePagerDutyIntegrationRequest) ValidateAll() error

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

type RemovePagerDutyIntegrationRequestMultiError added in v1.32.1

type RemovePagerDutyIntegrationRequestMultiError []error

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

func (RemovePagerDutyIntegrationRequestMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (RemovePagerDutyIntegrationRequestMultiError) Error added in v1.32.1

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

type RemovePagerDutyIntegrationRequestValidationError added in v1.32.1

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

RemovePagerDutyIntegrationRequestValidationError is the validation error returned by RemovePagerDutyIntegrationRequest.Validate if the designated constraints aren't met.

func (RemovePagerDutyIntegrationRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (RemovePagerDutyIntegrationRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (RemovePagerDutyIntegrationRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (RemovePagerDutyIntegrationRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (RemovePagerDutyIntegrationRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (RemovePagerDutyIntegrationRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type RemovePagerDutyIntegrationResponse

type RemovePagerDutyIntegrationResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*RemovePagerDutyIntegrationResponse) Descriptor deprecated

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

Deprecated: Use RemovePagerDutyIntegrationResponse.ProtoReflect.Descriptor instead.

func (*RemovePagerDutyIntegrationResponse) GetSuccess

func (x *RemovePagerDutyIntegrationResponse) GetSuccess() bool

func (*RemovePagerDutyIntegrationResponse) ProtoMessage

func (*RemovePagerDutyIntegrationResponse) ProtoMessage()

func (*RemovePagerDutyIntegrationResponse) ProtoReflect

func (*RemovePagerDutyIntegrationResponse) Reset

func (*RemovePagerDutyIntegrationResponse) String

func (*RemovePagerDutyIntegrationResponse) Validate added in v1.32.1

Validate checks the field values on RemovePagerDutyIntegrationResponse 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 (*RemovePagerDutyIntegrationResponse) ValidateAll added in v1.32.1

func (m *RemovePagerDutyIntegrationResponse) ValidateAll() error

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

type RemovePagerDutyIntegrationResponseMultiError added in v1.32.1

type RemovePagerDutyIntegrationResponseMultiError []error

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

func (RemovePagerDutyIntegrationResponseMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (RemovePagerDutyIntegrationResponseMultiError) Error added in v1.32.1

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

type RemovePagerDutyIntegrationResponseValidationError added in v1.32.1

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

RemovePagerDutyIntegrationResponseValidationError is the validation error returned by RemovePagerDutyIntegrationResponse.Validate if the designated constraints aren't met.

func (RemovePagerDutyIntegrationResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (RemovePagerDutyIntegrationResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (RemovePagerDutyIntegrationResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (RemovePagerDutyIntegrationResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (RemovePagerDutyIntegrationResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (RemovePagerDutyIntegrationResponseValidationError) Reason added in v1.32.1

Reason function returns reason value.

type RemoveSlackIntegrationRequest

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

func (*RemoveSlackIntegrationRequest) Descriptor deprecated

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

Deprecated: Use RemoveSlackIntegrationRequest.ProtoReflect.Descriptor instead.

func (*RemoveSlackIntegrationRequest) ProtoMessage

func (*RemoveSlackIntegrationRequest) ProtoMessage()

func (*RemoveSlackIntegrationRequest) ProtoReflect

func (*RemoveSlackIntegrationRequest) Reset

func (x *RemoveSlackIntegrationRequest) Reset()

func (*RemoveSlackIntegrationRequest) String

func (*RemoveSlackIntegrationRequest) Validate added in v1.32.1

func (m *RemoveSlackIntegrationRequest) Validate() error

Validate checks the field values on RemoveSlackIntegrationRequest 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 (*RemoveSlackIntegrationRequest) ValidateAll added in v1.32.1

func (m *RemoveSlackIntegrationRequest) ValidateAll() error

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

type RemoveSlackIntegrationRequestMultiError added in v1.32.1

type RemoveSlackIntegrationRequestMultiError []error

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

func (RemoveSlackIntegrationRequestMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (RemoveSlackIntegrationRequestMultiError) Error added in v1.32.1

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

type RemoveSlackIntegrationRequestValidationError added in v1.32.1

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

RemoveSlackIntegrationRequestValidationError is the validation error returned by RemoveSlackIntegrationRequest.Validate if the designated constraints aren't met.

func (RemoveSlackIntegrationRequestValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (RemoveSlackIntegrationRequestValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (RemoveSlackIntegrationRequestValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (RemoveSlackIntegrationRequestValidationError) Field added in v1.32.1

Field function returns field value.

func (RemoveSlackIntegrationRequestValidationError) Key added in v1.32.1

Key function returns key value.

func (RemoveSlackIntegrationRequestValidationError) Reason added in v1.32.1

Reason function returns reason value.

type RemoveSlackIntegrationResponse

type RemoveSlackIntegrationResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveSlackIntegrationResponse) Descriptor deprecated

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

Deprecated: Use RemoveSlackIntegrationResponse.ProtoReflect.Descriptor instead.

func (*RemoveSlackIntegrationResponse) GetSuccess

func (x *RemoveSlackIntegrationResponse) GetSuccess() bool

func (*RemoveSlackIntegrationResponse) ProtoMessage

func (*RemoveSlackIntegrationResponse) ProtoMessage()

func (*RemoveSlackIntegrationResponse) ProtoReflect

func (*RemoveSlackIntegrationResponse) Reset

func (x *RemoveSlackIntegrationResponse) Reset()

func (*RemoveSlackIntegrationResponse) String

func (*RemoveSlackIntegrationResponse) Validate added in v1.32.1

func (m *RemoveSlackIntegrationResponse) Validate() error

Validate checks the field values on RemoveSlackIntegrationResponse 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 (*RemoveSlackIntegrationResponse) ValidateAll added in v1.32.1

func (m *RemoveSlackIntegrationResponse) ValidateAll() error

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

type RemoveSlackIntegrationResponseMultiError added in v1.32.1

type RemoveSlackIntegrationResponseMultiError []error

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

func (RemoveSlackIntegrationResponseMultiError) AllErrors added in v1.32.1

AllErrors returns a list of validation violation errors.

func (RemoveSlackIntegrationResponseMultiError) Error added in v1.32.1

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

type RemoveSlackIntegrationResponseValidationError added in v1.32.1

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

RemoveSlackIntegrationResponseValidationError is the validation error returned by RemoveSlackIntegrationResponse.Validate if the designated constraints aren't met.

func (RemoveSlackIntegrationResponseValidationError) Cause added in v1.32.1

Cause function returns cause value.

func (RemoveSlackIntegrationResponseValidationError) Error added in v1.32.1

Error satisfies the builtin error interface

func (RemoveSlackIntegrationResponseValidationError) ErrorName added in v1.32.1

ErrorName returns error name.

func (RemoveSlackIntegrationResponseValidationError) Field added in v1.32.1

Field function returns field value.

func (RemoveSlackIntegrationResponseValidationError) Key added in v1.32.1

Key function returns key value.

func (RemoveSlackIntegrationResponseValidationError) Reason added in v1.32.1

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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