azure

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: MIT Imports: 21 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Status_name = map[int32]string{
		0: "UNKNOWN",
		1: "OK",
		2: "CONFIGURED",
		3: "IN_PROGRESS",
		4: "ERROR",
	}
	Status_value = map[string]int32{
		"UNKNOWN":     0,
		"OK":          1,
		"CONFIGURED":  2,
		"IN_PROGRESS": 3,
		"ERROR":       4,
	}
)

Enum value maps for Status.

View Source
var File_azure_entity_proto protoreflect.FileDescriptor
View Source
var File_azure_service_proto protoreflect.FileDescriptor

Functions

func RegisterAzureServiceServer

func RegisterAzureServiceServer(s *grpc.Server, srv AzureServiceServer)

Types

type AttachRelAzureDataSourceRequest

type AttachRelAzureDataSourceRequest struct {
	ProjectId          uint32                       `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	RelAzureDataSource *RelAzureDataSourceForUpsert `protobuf:"bytes,2,opt,name=rel_azure_data_source,json=relAzureDataSource,proto3" json:"rel_azure_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachRelAzureDataSourceRequest) Descriptor deprecated

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

Deprecated: Use AttachRelAzureDataSourceRequest.ProtoReflect.Descriptor instead.

func (*AttachRelAzureDataSourceRequest) GetProjectId

func (x *AttachRelAzureDataSourceRequest) GetProjectId() uint32

func (*AttachRelAzureDataSourceRequest) GetRelAzureDataSource

func (*AttachRelAzureDataSourceRequest) ProtoMessage

func (*AttachRelAzureDataSourceRequest) ProtoMessage()

func (*AttachRelAzureDataSourceRequest) ProtoReflect

func (*AttachRelAzureDataSourceRequest) Reset

func (*AttachRelAzureDataSourceRequest) String

func (*AttachRelAzureDataSourceRequest) Validate

func (m *AttachRelAzureDataSourceRequest) Validate() error

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

func (m *AttachRelAzureDataSourceRequest) ValidateAll() error

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

type AttachRelAzureDataSourceRequestMultiError

type AttachRelAzureDataSourceRequestMultiError []error

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

func (AttachRelAzureDataSourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttachRelAzureDataSourceRequestMultiError) Error

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

type AttachRelAzureDataSourceRequestValidationError

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

AttachRelAzureDataSourceRequestValidationError is the validation error returned by AttachRelAzureDataSourceRequest.Validate if the designated constraints aren't met.

func (AttachRelAzureDataSourceRequestValidationError) Cause

Cause function returns cause value.

func (AttachRelAzureDataSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (AttachRelAzureDataSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (AttachRelAzureDataSourceRequestValidationError) Field

Field function returns field value.

func (AttachRelAzureDataSourceRequestValidationError) Key

Key function returns key value.

func (AttachRelAzureDataSourceRequestValidationError) Reason

Reason function returns reason value.

type AttachRelAzureDataSourceResponse

type AttachRelAzureDataSourceResponse struct {
	RelAzureDataSource *RelAzureDataSource `protobuf:"bytes,1,opt,name=rel_azure_data_source,json=relAzureDataSource,proto3" json:"rel_azure_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachRelAzureDataSourceResponse) Descriptor deprecated

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

Deprecated: Use AttachRelAzureDataSourceResponse.ProtoReflect.Descriptor instead.

func (*AttachRelAzureDataSourceResponse) GetRelAzureDataSource

func (x *AttachRelAzureDataSourceResponse) GetRelAzureDataSource() *RelAzureDataSource

func (*AttachRelAzureDataSourceResponse) ProtoMessage

func (*AttachRelAzureDataSourceResponse) ProtoMessage()

func (*AttachRelAzureDataSourceResponse) ProtoReflect

func (*AttachRelAzureDataSourceResponse) Reset

func (*AttachRelAzureDataSourceResponse) String

func (*AttachRelAzureDataSourceResponse) Validate

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

func (m *AttachRelAzureDataSourceResponse) ValidateAll() error

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

type AttachRelAzureDataSourceResponseMultiError

type AttachRelAzureDataSourceResponseMultiError []error

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

func (AttachRelAzureDataSourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AttachRelAzureDataSourceResponseMultiError) Error

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

type AttachRelAzureDataSourceResponseValidationError

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

AttachRelAzureDataSourceResponseValidationError is the validation error returned by AttachRelAzureDataSourceResponse.Validate if the designated constraints aren't met.

func (AttachRelAzureDataSourceResponseValidationError) Cause

Cause function returns cause value.

func (AttachRelAzureDataSourceResponseValidationError) Error

Error satisfies the builtin error interface

func (AttachRelAzureDataSourceResponseValidationError) ErrorName

ErrorName returns error name.

func (AttachRelAzureDataSourceResponseValidationError) Field

Field function returns field value.

func (AttachRelAzureDataSourceResponseValidationError) Key

Key function returns key value.

func (AttachRelAzureDataSourceResponseValidationError) Reason

Reason function returns reason value.

type Azure

type Azure struct {
	AzureId          uint32 `protobuf:"varint,1,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	Name             string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProjectId        uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SubscriptionId   string `protobuf:"bytes,5,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	VerificationCode string `protobuf:"bytes,6,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	CreatedAt        int64  `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt        int64  `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

Azure

func (*Azure) Descriptor deprecated

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

Deprecated: Use Azure.ProtoReflect.Descriptor instead.

func (*Azure) GetAzureId

func (x *Azure) GetAzureId() uint32

func (*Azure) GetCreatedAt

func (x *Azure) GetCreatedAt() int64

func (*Azure) GetName

func (x *Azure) GetName() string

func (*Azure) GetProjectId

func (x *Azure) GetProjectId() uint32

func (*Azure) GetSubscriptionId

func (x *Azure) GetSubscriptionId() string

func (*Azure) GetUpdatedAt

func (x *Azure) GetUpdatedAt() int64

func (*Azure) GetVerificationCode

func (x *Azure) GetVerificationCode() string

func (*Azure) ProtoMessage

func (*Azure) ProtoMessage()

func (*Azure) ProtoReflect

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

func (*Azure) Reset

func (x *Azure) Reset()

func (*Azure) String

func (x *Azure) String() string

func (*Azure) Validate

func (m *Azure) Validate() error

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

func (m *Azure) ValidateAll() error

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

type AzureDataSource

type AzureDataSource struct {
	AzureDataSourceId uint32  `protobuf:"varint,1,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"`
	Name              string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description       string  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	MaxScore          float32 `protobuf:"fixed32,4,opt,name=max_score,json=maxScore,proto3" json:"max_score,omitempty"`
	CreatedAt         int64   `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         int64   `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

AzureDataSource

func (*AzureDataSource) Descriptor deprecated

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

Deprecated: Use AzureDataSource.ProtoReflect.Descriptor instead.

func (*AzureDataSource) GetAzureDataSourceId

func (x *AzureDataSource) GetAzureDataSourceId() uint32

func (*AzureDataSource) GetCreatedAt

func (x *AzureDataSource) GetCreatedAt() int64

func (*AzureDataSource) GetDescription

func (x *AzureDataSource) GetDescription() string

func (*AzureDataSource) GetMaxScore

func (x *AzureDataSource) GetMaxScore() float32

func (*AzureDataSource) GetName

func (x *AzureDataSource) GetName() string

func (*AzureDataSource) GetUpdatedAt

func (x *AzureDataSource) GetUpdatedAt() int64

func (*AzureDataSource) ProtoMessage

func (*AzureDataSource) ProtoMessage()

func (*AzureDataSource) ProtoReflect

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

func (*AzureDataSource) Reset

func (x *AzureDataSource) Reset()

func (*AzureDataSource) String

func (x *AzureDataSource) String() string

func (*AzureDataSource) Validate

func (m *AzureDataSource) Validate() error

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

func (m *AzureDataSource) ValidateAll() error

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

type AzureDataSourceMultiError

type AzureDataSourceMultiError []error

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

func (AzureDataSourceMultiError) AllErrors

func (m AzureDataSourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureDataSourceMultiError) Error

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

type AzureDataSourceValidationError

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

AzureDataSourceValidationError is the validation error returned by AzureDataSource.Validate if the designated constraints aren't met.

func (AzureDataSourceValidationError) Cause

Cause function returns cause value.

func (AzureDataSourceValidationError) Error

Error satisfies the builtin error interface

func (AzureDataSourceValidationError) ErrorName

func (e AzureDataSourceValidationError) ErrorName() string

ErrorName returns error name.

func (AzureDataSourceValidationError) Field

Field function returns field value.

func (AzureDataSourceValidationError) Key

Key function returns key value.

func (AzureDataSourceValidationError) Reason

Reason function returns reason value.

type AzureForUpsert

type AzureForUpsert struct {
	AzureId          uint32 `protobuf:"varint,1,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"` // Unique key for entity.
	Name             string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProjectId        uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SubscriptionId   string `protobuf:"bytes,5,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	VerificationCode string `protobuf:"bytes,6,opt,name=verification_code,json=verificationCode,proto3" json:"verification_code,omitempty"`
	// contains filtered or unexported fields
}

AzureForUpsert

func (*AzureForUpsert) Descriptor deprecated

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

Deprecated: Use AzureForUpsert.ProtoReflect.Descriptor instead.

func (*AzureForUpsert) GetAzureId

func (x *AzureForUpsert) GetAzureId() uint32

func (*AzureForUpsert) GetName

func (x *AzureForUpsert) GetName() string

func (*AzureForUpsert) GetProjectId

func (x *AzureForUpsert) GetProjectId() uint32

func (*AzureForUpsert) GetSubscriptionId

func (x *AzureForUpsert) GetSubscriptionId() string

func (*AzureForUpsert) GetVerificationCode

func (x *AzureForUpsert) GetVerificationCode() string

func (*AzureForUpsert) ProtoMessage

func (*AzureForUpsert) ProtoMessage()

func (*AzureForUpsert) ProtoReflect

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

func (*AzureForUpsert) Reset

func (x *AzureForUpsert) Reset()

func (*AzureForUpsert) String

func (x *AzureForUpsert) String() string

func (*AzureForUpsert) Validate

func (m *AzureForUpsert) Validate() error

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

func (m *AzureForUpsert) ValidateAll() error

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

type AzureForUpsertMultiError

type AzureForUpsertMultiError []error

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

func (AzureForUpsertMultiError) AllErrors

func (m AzureForUpsertMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureForUpsertMultiError) Error

func (m AzureForUpsertMultiError) Error() string

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

type AzureForUpsertValidationError

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

AzureForUpsertValidationError is the validation error returned by AzureForUpsert.Validate if the designated constraints aren't met.

func (AzureForUpsertValidationError) Cause

Cause function returns cause value.

func (AzureForUpsertValidationError) Error

Error satisfies the builtin error interface

func (AzureForUpsertValidationError) ErrorName

func (e AzureForUpsertValidationError) ErrorName() string

ErrorName returns error name.

func (AzureForUpsertValidationError) Field

Field function returns field value.

func (AzureForUpsertValidationError) Key

Key function returns key value.

func (AzureForUpsertValidationError) Reason

Reason function returns reason value.

type AzureMultiError

type AzureMultiError []error

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

func (AzureMultiError) AllErrors

func (m AzureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureMultiError) Error

func (m AzureMultiError) Error() string

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

type AzureServiceClient

type AzureServiceClient interface {
	// Azure DataSource
	ListAzureDataSource(ctx context.Context, in *ListAzureDataSourceRequest, opts ...grpc.CallOption) (*ListAzureDataSourceResponse, error)
	// Azure
	ListAzure(ctx context.Context, in *ListAzureRequest, opts ...grpc.CallOption) (*ListAzureResponse, error)
	GetAzure(ctx context.Context, in *GetAzureRequest, opts ...grpc.CallOption) (*GetAzureResponse, error)
	PutAzure(ctx context.Context, in *PutAzureRequest, opts ...grpc.CallOption) (*PutAzureResponse, error)
	DeleteAzure(ctx context.Context, in *DeleteAzureRequest, opts ...grpc.CallOption) (*Empty, error)
	// Rel Azure DataSource
	ListRelAzureDataSource(ctx context.Context, in *ListRelAzureDataSourceRequest, opts ...grpc.CallOption) (*ListRelAzureDataSourceResponse, error)
	GetRelAzureDataSource(ctx context.Context, in *GetRelAzureDataSourceRequest, opts ...grpc.CallOption) (*GetRelAzureDataSourceResponse, error)
	AttachRelAzureDataSource(ctx context.Context, in *AttachRelAzureDataSourceRequest, opts ...grpc.CallOption) (*AttachRelAzureDataSourceResponse, error)
	DetachRelAzureDataSource(ctx context.Context, in *DetachRelAzureDataSourceRequest, opts ...grpc.CallOption) (*Empty, error)
	// Scan
	InvokeScanAzure(ctx context.Context, in *InvokeScanAzureRequest, opts ...grpc.CallOption) (*Empty, error)
	InvokeScanAll(ctx context.Context, in *InvokeScanAllRequest, opts ...grpc.CallOption) (*Empty, error)
}

AzureServiceClient is the client API for AzureService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type AzureServiceServer

AzureServiceServer is the server API for AzureService service.

type AzureValidationError

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

AzureValidationError is the validation error returned by Azure.Validate if the designated constraints aren't met.

func (AzureValidationError) Cause

func (e AzureValidationError) Cause() error

Cause function returns cause value.

func (AzureValidationError) Error

func (e AzureValidationError) Error() string

Error satisfies the builtin error interface

func (AzureValidationError) ErrorName

func (e AzureValidationError) ErrorName() string

ErrorName returns error name.

func (AzureValidationError) Field

func (e AzureValidationError) Field() string

Field function returns field value.

func (AzureValidationError) Key

func (e AzureValidationError) Key() bool

Key function returns key value.

func (AzureValidationError) Reason

func (e AzureValidationError) Reason() string

Reason function returns reason value.

type DeleteAzureRequest

type DeleteAzureRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AzureId   uint32 `protobuf:"varint,2,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAzureRequest) Descriptor deprecated

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

Deprecated: Use DeleteAzureRequest.ProtoReflect.Descriptor instead.

func (*DeleteAzureRequest) GetAzureId

func (x *DeleteAzureRequest) GetAzureId() uint32

func (*DeleteAzureRequest) GetProjectId

func (x *DeleteAzureRequest) GetProjectId() uint32

func (*DeleteAzureRequest) ProtoMessage

func (*DeleteAzureRequest) ProtoMessage()

func (*DeleteAzureRequest) ProtoReflect

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

func (*DeleteAzureRequest) Reset

func (x *DeleteAzureRequest) Reset()

func (*DeleteAzureRequest) String

func (x *DeleteAzureRequest) String() string

func (*DeleteAzureRequest) Validate

func (m *DeleteAzureRequest) Validate() error

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

func (m *DeleteAzureRequest) ValidateAll() error

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

type DeleteAzureRequestMultiError

type DeleteAzureRequestMultiError []error

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

func (DeleteAzureRequestMultiError) AllErrors

func (m DeleteAzureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAzureRequestMultiError) Error

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

type DeleteAzureRequestValidationError

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

DeleteAzureRequestValidationError is the validation error returned by DeleteAzureRequest.Validate if the designated constraints aren't met.

func (DeleteAzureRequestValidationError) Cause

Cause function returns cause value.

func (DeleteAzureRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteAzureRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteAzureRequestValidationError) Field

Field function returns field value.

func (DeleteAzureRequestValidationError) Key

Key function returns key value.

func (DeleteAzureRequestValidationError) Reason

Reason function returns reason value.

type DetachRelAzureDataSourceRequest

type DetachRelAzureDataSourceRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AzureId           uint32 `protobuf:"varint,2,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	AzureDataSourceId uint32 `protobuf:"varint,3,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DetachRelAzureDataSourceRequest) Descriptor deprecated

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

Deprecated: Use DetachRelAzureDataSourceRequest.ProtoReflect.Descriptor instead.

func (*DetachRelAzureDataSourceRequest) GetAzureDataSourceId

func (x *DetachRelAzureDataSourceRequest) GetAzureDataSourceId() uint32

func (*DetachRelAzureDataSourceRequest) GetAzureId

func (x *DetachRelAzureDataSourceRequest) GetAzureId() uint32

func (*DetachRelAzureDataSourceRequest) GetProjectId

func (x *DetachRelAzureDataSourceRequest) GetProjectId() uint32

func (*DetachRelAzureDataSourceRequest) ProtoMessage

func (*DetachRelAzureDataSourceRequest) ProtoMessage()

func (*DetachRelAzureDataSourceRequest) ProtoReflect

func (*DetachRelAzureDataSourceRequest) Reset

func (*DetachRelAzureDataSourceRequest) String

func (*DetachRelAzureDataSourceRequest) Validate

func (m *DetachRelAzureDataSourceRequest) Validate() error

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

func (m *DetachRelAzureDataSourceRequest) ValidateAll() error

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

type DetachRelAzureDataSourceRequestMultiError

type DetachRelAzureDataSourceRequestMultiError []error

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

func (DetachRelAzureDataSourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DetachRelAzureDataSourceRequestMultiError) Error

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

type DetachRelAzureDataSourceRequestValidationError

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

DetachRelAzureDataSourceRequestValidationError is the validation error returned by DetachRelAzureDataSourceRequest.Validate if the designated constraints aren't met.

func (DetachRelAzureDataSourceRequestValidationError) Cause

Cause function returns cause value.

func (DetachRelAzureDataSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (DetachRelAzureDataSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (DetachRelAzureDataSourceRequestValidationError) Field

Field function returns field value.

func (DetachRelAzureDataSourceRequestValidationError) Key

Key function returns key value.

func (DetachRelAzureDataSourceRequestValidationError) Reason

Reason function returns reason value.

type Empty

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

Empty

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

func (*Empty) Validate

func (m *Empty) Validate() error

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

func (m *Empty) ValidateAll() error

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

type EmptyMultiError

type EmptyMultiError []error

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

func (EmptyMultiError) AllErrors

func (m EmptyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmptyMultiError) Error

func (m EmptyMultiError) Error() string

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

type EmptyValidationError

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

EmptyValidationError is the validation error returned by Empty.Validate if the designated constraints aren't met.

func (EmptyValidationError) Cause

func (e EmptyValidationError) Cause() error

Cause function returns cause value.

func (EmptyValidationError) Error

func (e EmptyValidationError) Error() string

Error satisfies the builtin error interface

func (EmptyValidationError) ErrorName

func (e EmptyValidationError) ErrorName() string

ErrorName returns error name.

func (EmptyValidationError) Field

func (e EmptyValidationError) Field() string

Field function returns field value.

func (EmptyValidationError) Key

func (e EmptyValidationError) Key() bool

Key function returns key value.

func (EmptyValidationError) Reason

func (e EmptyValidationError) Reason() string

Reason function returns reason value.

type GetAzureRequest

type GetAzureRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AzureId   uint32 `protobuf:"varint,2,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAzureRequest) Descriptor deprecated

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

Deprecated: Use GetAzureRequest.ProtoReflect.Descriptor instead.

func (*GetAzureRequest) GetAzureId

func (x *GetAzureRequest) GetAzureId() uint32

func (*GetAzureRequest) GetProjectId

func (x *GetAzureRequest) GetProjectId() uint32

func (*GetAzureRequest) ProtoMessage

func (*GetAzureRequest) ProtoMessage()

func (*GetAzureRequest) ProtoReflect

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

func (*GetAzureRequest) Reset

func (x *GetAzureRequest) Reset()

func (*GetAzureRequest) String

func (x *GetAzureRequest) String() string

func (*GetAzureRequest) Validate

func (m *GetAzureRequest) Validate() error

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

func (m *GetAzureRequest) ValidateAll() error

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

type GetAzureRequestMultiError

type GetAzureRequestMultiError []error

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

func (GetAzureRequestMultiError) AllErrors

func (m GetAzureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAzureRequestMultiError) Error

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

type GetAzureRequestValidationError

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

GetAzureRequestValidationError is the validation error returned by GetAzureRequest.Validate if the designated constraints aren't met.

func (GetAzureRequestValidationError) Cause

Cause function returns cause value.

func (GetAzureRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAzureRequestValidationError) ErrorName

func (e GetAzureRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetAzureRequestValidationError) Field

Field function returns field value.

func (GetAzureRequestValidationError) Key

Key function returns key value.

func (GetAzureRequestValidationError) Reason

Reason function returns reason value.

type GetAzureResponse

type GetAzureResponse struct {
	Azure *Azure `protobuf:"bytes,1,opt,name=azure,proto3" json:"azure,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAzureResponse) Descriptor deprecated

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

Deprecated: Use GetAzureResponse.ProtoReflect.Descriptor instead.

func (*GetAzureResponse) GetAzure

func (x *GetAzureResponse) GetAzure() *Azure

func (*GetAzureResponse) ProtoMessage

func (*GetAzureResponse) ProtoMessage()

func (*GetAzureResponse) ProtoReflect

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

func (*GetAzureResponse) Reset

func (x *GetAzureResponse) Reset()

func (*GetAzureResponse) String

func (x *GetAzureResponse) String() string

func (*GetAzureResponse) Validate

func (m *GetAzureResponse) Validate() error

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

func (m *GetAzureResponse) ValidateAll() error

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

type GetAzureResponseMultiError

type GetAzureResponseMultiError []error

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

func (GetAzureResponseMultiError) AllErrors

func (m GetAzureResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAzureResponseMultiError) Error

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

type GetAzureResponseValidationError

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

GetAzureResponseValidationError is the validation error returned by GetAzureResponse.Validate if the designated constraints aren't met.

func (GetAzureResponseValidationError) Cause

Cause function returns cause value.

func (GetAzureResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAzureResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAzureResponseValidationError) Field

Field function returns field value.

func (GetAzureResponseValidationError) Key

Key function returns key value.

func (GetAzureResponseValidationError) Reason

Reason function returns reason value.

type GetRelAzureDataSourceRequest

type GetRelAzureDataSourceRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AzureId           uint32 `protobuf:"varint,2,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	AzureDataSourceId uint32 `protobuf:"varint,3,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRelAzureDataSourceRequest) Descriptor deprecated

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

Deprecated: Use GetRelAzureDataSourceRequest.ProtoReflect.Descriptor instead.

func (*GetRelAzureDataSourceRequest) GetAzureDataSourceId

func (x *GetRelAzureDataSourceRequest) GetAzureDataSourceId() uint32

func (*GetRelAzureDataSourceRequest) GetAzureId

func (x *GetRelAzureDataSourceRequest) GetAzureId() uint32

func (*GetRelAzureDataSourceRequest) GetProjectId

func (x *GetRelAzureDataSourceRequest) GetProjectId() uint32

func (*GetRelAzureDataSourceRequest) ProtoMessage

func (*GetRelAzureDataSourceRequest) ProtoMessage()

func (*GetRelAzureDataSourceRequest) ProtoReflect

func (*GetRelAzureDataSourceRequest) Reset

func (x *GetRelAzureDataSourceRequest) Reset()

func (*GetRelAzureDataSourceRequest) String

func (*GetRelAzureDataSourceRequest) Validate

func (m *GetRelAzureDataSourceRequest) Validate() error

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

func (m *GetRelAzureDataSourceRequest) ValidateAll() error

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

type GetRelAzureDataSourceRequestMultiError

type GetRelAzureDataSourceRequestMultiError []error

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

func (GetRelAzureDataSourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetRelAzureDataSourceRequestMultiError) Error

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

type GetRelAzureDataSourceRequestValidationError

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

GetRelAzureDataSourceRequestValidationError is the validation error returned by GetRelAzureDataSourceRequest.Validate if the designated constraints aren't met.

func (GetRelAzureDataSourceRequestValidationError) Cause

Cause function returns cause value.

func (GetRelAzureDataSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRelAzureDataSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetRelAzureDataSourceRequestValidationError) Field

Field function returns field value.

func (GetRelAzureDataSourceRequestValidationError) Key

Key function returns key value.

func (GetRelAzureDataSourceRequestValidationError) Reason

Reason function returns reason value.

type GetRelAzureDataSourceResponse

type GetRelAzureDataSourceResponse struct {
	RelAzureDataSource *RelAzureDataSource `protobuf:"bytes,1,opt,name=rel_azure_data_source,json=relAzureDataSource,proto3" json:"rel_azure_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRelAzureDataSourceResponse) Descriptor deprecated

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

Deprecated: Use GetRelAzureDataSourceResponse.ProtoReflect.Descriptor instead.

func (*GetRelAzureDataSourceResponse) GetRelAzureDataSource

func (x *GetRelAzureDataSourceResponse) GetRelAzureDataSource() *RelAzureDataSource

func (*GetRelAzureDataSourceResponse) ProtoMessage

func (*GetRelAzureDataSourceResponse) ProtoMessage()

func (*GetRelAzureDataSourceResponse) ProtoReflect

func (*GetRelAzureDataSourceResponse) Reset

func (x *GetRelAzureDataSourceResponse) Reset()

func (*GetRelAzureDataSourceResponse) String

func (*GetRelAzureDataSourceResponse) Validate

func (m *GetRelAzureDataSourceResponse) Validate() error

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

func (m *GetRelAzureDataSourceResponse) ValidateAll() error

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

type GetRelAzureDataSourceResponseMultiError

type GetRelAzureDataSourceResponseMultiError []error

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

func (GetRelAzureDataSourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetRelAzureDataSourceResponseMultiError) Error

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

type GetRelAzureDataSourceResponseValidationError

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

GetRelAzureDataSourceResponseValidationError is the validation error returned by GetRelAzureDataSourceResponse.Validate if the designated constraints aren't met.

func (GetRelAzureDataSourceResponseValidationError) Cause

Cause function returns cause value.

func (GetRelAzureDataSourceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRelAzureDataSourceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetRelAzureDataSourceResponseValidationError) Field

Field function returns field value.

func (GetRelAzureDataSourceResponseValidationError) Key

Key function returns key value.

func (GetRelAzureDataSourceResponseValidationError) Reason

Reason function returns reason value.

type InvokeScanAllRequest

type InvokeScanAllRequest struct {
	AzureDataSourceId uint32 `protobuf:"varint,1,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InvokeScanAllRequest) Descriptor deprecated

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

Deprecated: Use InvokeScanAllRequest.ProtoReflect.Descriptor instead.

func (*InvokeScanAllRequest) GetAzureDataSourceId

func (x *InvokeScanAllRequest) GetAzureDataSourceId() uint32

func (*InvokeScanAllRequest) ProtoMessage

func (*InvokeScanAllRequest) ProtoMessage()

func (*InvokeScanAllRequest) ProtoReflect

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

func (*InvokeScanAllRequest) Reset

func (x *InvokeScanAllRequest) Reset()

func (*InvokeScanAllRequest) String

func (x *InvokeScanAllRequest) String() string

func (*InvokeScanAllRequest) Validate

func (m *InvokeScanAllRequest) Validate() error

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

func (m *InvokeScanAllRequest) ValidateAll() error

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

type InvokeScanAllRequestMultiError

type InvokeScanAllRequestMultiError []error

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

func (InvokeScanAllRequestMultiError) AllErrors

func (m InvokeScanAllRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InvokeScanAllRequestMultiError) Error

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

type InvokeScanAllRequestValidationError

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

InvokeScanAllRequestValidationError is the validation error returned by InvokeScanAllRequest.Validate if the designated constraints aren't met.

func (InvokeScanAllRequestValidationError) Cause

Cause function returns cause value.

func (InvokeScanAllRequestValidationError) Error

Error satisfies the builtin error interface

func (InvokeScanAllRequestValidationError) ErrorName

ErrorName returns error name.

func (InvokeScanAllRequestValidationError) Field

Field function returns field value.

func (InvokeScanAllRequestValidationError) Key

Key function returns key value.

func (InvokeScanAllRequestValidationError) Reason

Reason function returns reason value.

type InvokeScanAzureRequest

type InvokeScanAzureRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AzureId           uint32 `protobuf:"varint,2,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	AzureDataSourceId uint32 `protobuf:"varint,3,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"`
	ScanOnly          bool   `protobuf:"varint,4,opt,name=scan_only,json=scanOnly,proto3" json:"scan_only,omitempty"`
	// contains filtered or unexported fields
}

func (*InvokeScanAzureRequest) Descriptor deprecated

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

Deprecated: Use InvokeScanAzureRequest.ProtoReflect.Descriptor instead.

func (*InvokeScanAzureRequest) GetAzureDataSourceId

func (x *InvokeScanAzureRequest) GetAzureDataSourceId() uint32

func (*InvokeScanAzureRequest) GetAzureId

func (x *InvokeScanAzureRequest) GetAzureId() uint32

func (*InvokeScanAzureRequest) GetProjectId

func (x *InvokeScanAzureRequest) GetProjectId() uint32

func (*InvokeScanAzureRequest) GetScanOnly

func (x *InvokeScanAzureRequest) GetScanOnly() bool

func (*InvokeScanAzureRequest) ProtoMessage

func (*InvokeScanAzureRequest) ProtoMessage()

func (*InvokeScanAzureRequest) ProtoReflect

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

func (*InvokeScanAzureRequest) Reset

func (x *InvokeScanAzureRequest) Reset()

func (*InvokeScanAzureRequest) String

func (x *InvokeScanAzureRequest) String() string

func (*InvokeScanAzureRequest) Validate

func (m *InvokeScanAzureRequest) Validate() error

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

func (m *InvokeScanAzureRequest) ValidateAll() error

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

type InvokeScanAzureRequestMultiError

type InvokeScanAzureRequestMultiError []error

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

func (InvokeScanAzureRequestMultiError) AllErrors

func (m InvokeScanAzureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InvokeScanAzureRequestMultiError) Error

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

type InvokeScanAzureRequestValidationError

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

InvokeScanAzureRequestValidationError is the validation error returned by InvokeScanAzureRequest.Validate if the designated constraints aren't met.

func (InvokeScanAzureRequestValidationError) Cause

Cause function returns cause value.

func (InvokeScanAzureRequestValidationError) Error

Error satisfies the builtin error interface

func (InvokeScanAzureRequestValidationError) ErrorName

ErrorName returns error name.

func (InvokeScanAzureRequestValidationError) Field

Field function returns field value.

func (InvokeScanAzureRequestValidationError) Key

Key function returns key value.

func (InvokeScanAzureRequestValidationError) Reason

Reason function returns reason value.

type ListAzureDataSourceRequest

type ListAzureDataSourceRequest struct {
	AzureDataSourceId uint32 `protobuf:"varint,1,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"`
	Name              string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAzureDataSourceRequest) Descriptor deprecated

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

Deprecated: Use ListAzureDataSourceRequest.ProtoReflect.Descriptor instead.

func (*ListAzureDataSourceRequest) GetAzureDataSourceId

func (x *ListAzureDataSourceRequest) GetAzureDataSourceId() uint32

func (*ListAzureDataSourceRequest) GetName

func (x *ListAzureDataSourceRequest) GetName() string

func (*ListAzureDataSourceRequest) ProtoMessage

func (*ListAzureDataSourceRequest) ProtoMessage()

func (*ListAzureDataSourceRequest) ProtoReflect

func (*ListAzureDataSourceRequest) Reset

func (x *ListAzureDataSourceRequest) Reset()

func (*ListAzureDataSourceRequest) String

func (x *ListAzureDataSourceRequest) String() string

func (*ListAzureDataSourceRequest) Validate

func (m *ListAzureDataSourceRequest) Validate() error

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

func (m *ListAzureDataSourceRequest) ValidateAll() error

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

type ListAzureDataSourceRequestMultiError

type ListAzureDataSourceRequestMultiError []error

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

func (ListAzureDataSourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListAzureDataSourceRequestMultiError) Error

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

type ListAzureDataSourceRequestValidationError

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

ListAzureDataSourceRequestValidationError is the validation error returned by ListAzureDataSourceRequest.Validate if the designated constraints aren't met.

func (ListAzureDataSourceRequestValidationError) Cause

Cause function returns cause value.

func (ListAzureDataSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAzureDataSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (ListAzureDataSourceRequestValidationError) Field

Field function returns field value.

func (ListAzureDataSourceRequestValidationError) Key

Key function returns key value.

func (ListAzureDataSourceRequestValidationError) Reason

Reason function returns reason value.

type ListAzureDataSourceResponse

type ListAzureDataSourceResponse struct {
	AzureDataSource []*AzureDataSource `protobuf:"bytes,1,rep,name=azure_data_source,json=azureDataSource,proto3" json:"azure_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAzureDataSourceResponse) Descriptor deprecated

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

Deprecated: Use ListAzureDataSourceResponse.ProtoReflect.Descriptor instead.

func (*ListAzureDataSourceResponse) GetAzureDataSource

func (x *ListAzureDataSourceResponse) GetAzureDataSource() []*AzureDataSource

func (*ListAzureDataSourceResponse) ProtoMessage

func (*ListAzureDataSourceResponse) ProtoMessage()

func (*ListAzureDataSourceResponse) ProtoReflect

func (*ListAzureDataSourceResponse) Reset

func (x *ListAzureDataSourceResponse) Reset()

func (*ListAzureDataSourceResponse) String

func (x *ListAzureDataSourceResponse) String() string

func (*ListAzureDataSourceResponse) Validate

func (m *ListAzureDataSourceResponse) Validate() error

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

func (m *ListAzureDataSourceResponse) ValidateAll() error

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

type ListAzureDataSourceResponseMultiError

type ListAzureDataSourceResponseMultiError []error

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

func (ListAzureDataSourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListAzureDataSourceResponseMultiError) Error

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

type ListAzureDataSourceResponseValidationError

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

ListAzureDataSourceResponseValidationError is the validation error returned by ListAzureDataSourceResponse.Validate if the designated constraints aren't met.

func (ListAzureDataSourceResponseValidationError) Cause

Cause function returns cause value.

func (ListAzureDataSourceResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAzureDataSourceResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAzureDataSourceResponseValidationError) Field

Field function returns field value.

func (ListAzureDataSourceResponseValidationError) Key

Key function returns key value.

func (ListAzureDataSourceResponseValidationError) Reason

Reason function returns reason value.

type ListAzureRequest

type ListAzureRequest struct {
	ProjectId      uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AzureId        uint32 `protobuf:"varint,2,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	SubscriptionId string `protobuf:"bytes,3,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAzureRequest) Descriptor deprecated

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

Deprecated: Use ListAzureRequest.ProtoReflect.Descriptor instead.

func (*ListAzureRequest) GetAzureId

func (x *ListAzureRequest) GetAzureId() uint32

func (*ListAzureRequest) GetProjectId

func (x *ListAzureRequest) GetProjectId() uint32

func (*ListAzureRequest) GetSubscriptionId

func (x *ListAzureRequest) GetSubscriptionId() string

func (*ListAzureRequest) ProtoMessage

func (*ListAzureRequest) ProtoMessage()

func (*ListAzureRequest) ProtoReflect

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

func (*ListAzureRequest) Reset

func (x *ListAzureRequest) Reset()

func (*ListAzureRequest) String

func (x *ListAzureRequest) String() string

func (*ListAzureRequest) Validate

func (m *ListAzureRequest) Validate() error

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

func (m *ListAzureRequest) ValidateAll() error

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

type ListAzureRequestMultiError

type ListAzureRequestMultiError []error

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

func (ListAzureRequestMultiError) AllErrors

func (m ListAzureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAzureRequestMultiError) Error

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

type ListAzureRequestValidationError

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

ListAzureRequestValidationError is the validation error returned by ListAzureRequest.Validate if the designated constraints aren't met.

func (ListAzureRequestValidationError) Cause

Cause function returns cause value.

func (ListAzureRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAzureRequestValidationError) ErrorName

ErrorName returns error name.

func (ListAzureRequestValidationError) Field

Field function returns field value.

func (ListAzureRequestValidationError) Key

Key function returns key value.

func (ListAzureRequestValidationError) Reason

Reason function returns reason value.

type ListAzureResponse

type ListAzureResponse struct {
	Azure []*Azure `protobuf:"bytes,1,rep,name=azure,proto3" json:"azure,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAzureResponse) Descriptor deprecated

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

Deprecated: Use ListAzureResponse.ProtoReflect.Descriptor instead.

func (*ListAzureResponse) GetAzure

func (x *ListAzureResponse) GetAzure() []*Azure

func (*ListAzureResponse) ProtoMessage

func (*ListAzureResponse) ProtoMessage()

func (*ListAzureResponse) ProtoReflect

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

func (*ListAzureResponse) Reset

func (x *ListAzureResponse) Reset()

func (*ListAzureResponse) String

func (x *ListAzureResponse) String() string

func (*ListAzureResponse) Validate

func (m *ListAzureResponse) Validate() error

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

func (m *ListAzureResponse) ValidateAll() error

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

type ListAzureResponseMultiError

type ListAzureResponseMultiError []error

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

func (ListAzureResponseMultiError) AllErrors

func (m ListAzureResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAzureResponseMultiError) Error

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

type ListAzureResponseValidationError

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

ListAzureResponseValidationError is the validation error returned by ListAzureResponse.Validate if the designated constraints aren't met.

func (ListAzureResponseValidationError) Cause

Cause function returns cause value.

func (ListAzureResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAzureResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAzureResponseValidationError) Field

Field function returns field value.

func (ListAzureResponseValidationError) Key

Key function returns key value.

func (ListAzureResponseValidationError) Reason

Reason function returns reason value.

type ListRelAzureDataSourceRequest

type ListRelAzureDataSourceRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AzureId   uint32 `protobuf:"varint,2,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelAzureDataSourceRequest) Descriptor deprecated

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

Deprecated: Use ListRelAzureDataSourceRequest.ProtoReflect.Descriptor instead.

func (*ListRelAzureDataSourceRequest) GetAzureId

func (x *ListRelAzureDataSourceRequest) GetAzureId() uint32

func (*ListRelAzureDataSourceRequest) GetProjectId

func (x *ListRelAzureDataSourceRequest) GetProjectId() uint32

func (*ListRelAzureDataSourceRequest) ProtoMessage

func (*ListRelAzureDataSourceRequest) ProtoMessage()

func (*ListRelAzureDataSourceRequest) ProtoReflect

func (*ListRelAzureDataSourceRequest) Reset

func (x *ListRelAzureDataSourceRequest) Reset()

func (*ListRelAzureDataSourceRequest) String

func (*ListRelAzureDataSourceRequest) Validate

func (m *ListRelAzureDataSourceRequest) Validate() error

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

func (m *ListRelAzureDataSourceRequest) ValidateAll() error

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

type ListRelAzureDataSourceRequestMultiError

type ListRelAzureDataSourceRequestMultiError []error

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

func (ListRelAzureDataSourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListRelAzureDataSourceRequestMultiError) Error

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

type ListRelAzureDataSourceRequestValidationError

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

ListRelAzureDataSourceRequestValidationError is the validation error returned by ListRelAzureDataSourceRequest.Validate if the designated constraints aren't met.

func (ListRelAzureDataSourceRequestValidationError) Cause

Cause function returns cause value.

func (ListRelAzureDataSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRelAzureDataSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (ListRelAzureDataSourceRequestValidationError) Field

Field function returns field value.

func (ListRelAzureDataSourceRequestValidationError) Key

Key function returns key value.

func (ListRelAzureDataSourceRequestValidationError) Reason

Reason function returns reason value.

type ListRelAzureDataSourceResponse

type ListRelAzureDataSourceResponse struct {
	RelAzureDataSource []*RelAzureDataSource `protobuf:"bytes,1,rep,name=rel_azure_data_source,json=relAzureDataSource,proto3" json:"rel_azure_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelAzureDataSourceResponse) Descriptor deprecated

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

Deprecated: Use ListRelAzureDataSourceResponse.ProtoReflect.Descriptor instead.

func (*ListRelAzureDataSourceResponse) GetRelAzureDataSource

func (x *ListRelAzureDataSourceResponse) GetRelAzureDataSource() []*RelAzureDataSource

func (*ListRelAzureDataSourceResponse) ProtoMessage

func (*ListRelAzureDataSourceResponse) ProtoMessage()

func (*ListRelAzureDataSourceResponse) ProtoReflect

func (*ListRelAzureDataSourceResponse) Reset

func (x *ListRelAzureDataSourceResponse) Reset()

func (*ListRelAzureDataSourceResponse) String

func (*ListRelAzureDataSourceResponse) Validate

func (m *ListRelAzureDataSourceResponse) Validate() error

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

func (m *ListRelAzureDataSourceResponse) ValidateAll() error

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

type ListRelAzureDataSourceResponseMultiError

type ListRelAzureDataSourceResponseMultiError []error

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

func (ListRelAzureDataSourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListRelAzureDataSourceResponseMultiError) Error

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

type ListRelAzureDataSourceResponseValidationError

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

ListRelAzureDataSourceResponseValidationError is the validation error returned by ListRelAzureDataSourceResponse.Validate if the designated constraints aren't met.

func (ListRelAzureDataSourceResponseValidationError) Cause

Cause function returns cause value.

func (ListRelAzureDataSourceResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRelAzureDataSourceResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRelAzureDataSourceResponseValidationError) Field

Field function returns field value.

func (ListRelAzureDataSourceResponseValidationError) Key

Key function returns key value.

func (ListRelAzureDataSourceResponseValidationError) Reason

Reason function returns reason value.

type PutAzureRequest

type PutAzureRequest struct {
	ProjectId uint32          `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Azure     *AzureForUpsert `protobuf:"bytes,2,opt,name=azure,proto3" json:"azure,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAzureRequest) Descriptor deprecated

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

Deprecated: Use PutAzureRequest.ProtoReflect.Descriptor instead.

func (*PutAzureRequest) GetAzure

func (x *PutAzureRequest) GetAzure() *AzureForUpsert

func (*PutAzureRequest) GetProjectId

func (x *PutAzureRequest) GetProjectId() uint32

func (*PutAzureRequest) ProtoMessage

func (*PutAzureRequest) ProtoMessage()

func (*PutAzureRequest) ProtoReflect

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

func (*PutAzureRequest) Reset

func (x *PutAzureRequest) Reset()

func (*PutAzureRequest) String

func (x *PutAzureRequest) String() string

func (*PutAzureRequest) Validate

func (m *PutAzureRequest) Validate() error

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

func (m *PutAzureRequest) ValidateAll() error

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

type PutAzureRequestMultiError

type PutAzureRequestMultiError []error

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

func (PutAzureRequestMultiError) AllErrors

func (m PutAzureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutAzureRequestMultiError) Error

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

type PutAzureRequestValidationError

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

PutAzureRequestValidationError is the validation error returned by PutAzureRequest.Validate if the designated constraints aren't met.

func (PutAzureRequestValidationError) Cause

Cause function returns cause value.

func (PutAzureRequestValidationError) Error

Error satisfies the builtin error interface

func (PutAzureRequestValidationError) ErrorName

func (e PutAzureRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PutAzureRequestValidationError) Field

Field function returns field value.

func (PutAzureRequestValidationError) Key

Key function returns key value.

func (PutAzureRequestValidationError) Reason

Reason function returns reason value.

type PutAzureResponse

type PutAzureResponse struct {
	Azure *Azure `protobuf:"bytes,1,opt,name=azure,proto3" json:"azure,omitempty"`
	// contains filtered or unexported fields
}

func (*PutAzureResponse) Descriptor deprecated

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

Deprecated: Use PutAzureResponse.ProtoReflect.Descriptor instead.

func (*PutAzureResponse) GetAzure

func (x *PutAzureResponse) GetAzure() *Azure

func (*PutAzureResponse) ProtoMessage

func (*PutAzureResponse) ProtoMessage()

func (*PutAzureResponse) ProtoReflect

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

func (*PutAzureResponse) Reset

func (x *PutAzureResponse) Reset()

func (*PutAzureResponse) String

func (x *PutAzureResponse) String() string

func (*PutAzureResponse) Validate

func (m *PutAzureResponse) Validate() error

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

func (m *PutAzureResponse) ValidateAll() error

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

type PutAzureResponseMultiError

type PutAzureResponseMultiError []error

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

func (PutAzureResponseMultiError) AllErrors

func (m PutAzureResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutAzureResponseMultiError) Error

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

type PutAzureResponseValidationError

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

PutAzureResponseValidationError is the validation error returned by PutAzureResponse.Validate if the designated constraints aren't met.

func (PutAzureResponseValidationError) Cause

Cause function returns cause value.

func (PutAzureResponseValidationError) Error

Error satisfies the builtin error interface

func (PutAzureResponseValidationError) ErrorName

ErrorName returns error name.

func (PutAzureResponseValidationError) Field

Field function returns field value.

func (PutAzureResponseValidationError) Key

Key function returns key value.

func (PutAzureResponseValidationError) Reason

Reason function returns reason value.

type RelAzureDataSource

type RelAzureDataSource struct {
	AzureId           uint32  `protobuf:"varint,1,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`                                   // rel_azure_data_source.azure_id
	AzureDataSourceId uint32  `protobuf:"varint,2,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"` // rel_azure_data_source.azure_data_source_id
	ProjectId         uint32  `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`                             // rel_azure_data_source.project_id
	Status            Status  `protobuf:"varint,4,opt,name=status,proto3,enum=datasource.azure.Status" json:"status,omitempty"`                       // rel_azure_data_source.status
	StatusDetail      string  `protobuf:"bytes,5,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`                     // rel_azure_data_source.status_detail
	ScanAt            int64   `protobuf:"varint,6,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`                                      // rel_azure_data_source.scan_at
	CreatedAt         int64   `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`                             // rel_azure_data_source.created_at
	UpdatedAt         int64   `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`                             // rel_azure_data_source.updated_at
	SubscriptionId    string  `protobuf:"bytes,10,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`              // azure.subscription_id
	Name              string  `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`                                                        // azure_data_source.name
	Description       string  `protobuf:"bytes,12,opt,name=description,proto3" json:"description,omitempty"`                                          // azure_data_source.description
	MaxScore          float32 `protobuf:"fixed32,13,opt,name=max_score,json=maxScore,proto3" json:"max_score,omitempty"`                              // azure_data_source.max_score
	SpecificVersion   string  `protobuf:"bytes,14,opt,name=specific_version,json=specificVersion,proto3" json:"specific_version,omitempty"`           // rel_azure_data_source.specific_version
	// contains filtered or unexported fields
}

RelAzureDataSource

func (*RelAzureDataSource) Descriptor deprecated

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

Deprecated: Use RelAzureDataSource.ProtoReflect.Descriptor instead.

func (*RelAzureDataSource) GetAzureDataSourceId

func (x *RelAzureDataSource) GetAzureDataSourceId() uint32

func (*RelAzureDataSource) GetAzureId

func (x *RelAzureDataSource) GetAzureId() uint32

func (*RelAzureDataSource) GetCreatedAt

func (x *RelAzureDataSource) GetCreatedAt() int64

func (*RelAzureDataSource) GetDescription

func (x *RelAzureDataSource) GetDescription() string

func (*RelAzureDataSource) GetMaxScore

func (x *RelAzureDataSource) GetMaxScore() float32

func (*RelAzureDataSource) GetName

func (x *RelAzureDataSource) GetName() string

func (*RelAzureDataSource) GetProjectId

func (x *RelAzureDataSource) GetProjectId() uint32

func (*RelAzureDataSource) GetScanAt

func (x *RelAzureDataSource) GetScanAt() int64

func (*RelAzureDataSource) GetSpecificVersion

func (x *RelAzureDataSource) GetSpecificVersion() string

func (*RelAzureDataSource) GetStatus

func (x *RelAzureDataSource) GetStatus() Status

func (*RelAzureDataSource) GetStatusDetail

func (x *RelAzureDataSource) GetStatusDetail() string

func (*RelAzureDataSource) GetSubscriptionId

func (x *RelAzureDataSource) GetSubscriptionId() string

func (*RelAzureDataSource) GetUpdatedAt

func (x *RelAzureDataSource) GetUpdatedAt() int64

func (*RelAzureDataSource) ProtoMessage

func (*RelAzureDataSource) ProtoMessage()

func (*RelAzureDataSource) ProtoReflect

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

func (*RelAzureDataSource) Reset

func (x *RelAzureDataSource) Reset()

func (*RelAzureDataSource) String

func (x *RelAzureDataSource) String() string

func (*RelAzureDataSource) Validate

func (m *RelAzureDataSource) Validate() error

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

func (m *RelAzureDataSource) ValidateAll() error

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

type RelAzureDataSourceForUpsert

type RelAzureDataSourceForUpsert struct {
	AzureId           uint32 `protobuf:"varint,1,opt,name=azure_id,json=azureId,proto3" json:"azure_id,omitempty"`
	AzureDataSourceId uint32 `protobuf:"varint,2,opt,name=azure_data_source_id,json=azureDataSourceId,proto3" json:"azure_data_source_id,omitempty"`
	ProjectId         uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Status            Status `protobuf:"varint,4,opt,name=status,proto3,enum=datasource.azure.Status" json:"status,omitempty"`
	StatusDetail      string `protobuf:"bytes,5,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	ScanAt            int64  `protobuf:"varint,6,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`
	// contains filtered or unexported fields
}

RelAzureDataSourceForUpsert

func (*RelAzureDataSourceForUpsert) Descriptor deprecated

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

Deprecated: Use RelAzureDataSourceForUpsert.ProtoReflect.Descriptor instead.

func (*RelAzureDataSourceForUpsert) GetAzureDataSourceId

func (x *RelAzureDataSourceForUpsert) GetAzureDataSourceId() uint32

func (*RelAzureDataSourceForUpsert) GetAzureId

func (x *RelAzureDataSourceForUpsert) GetAzureId() uint32

func (*RelAzureDataSourceForUpsert) GetProjectId

func (x *RelAzureDataSourceForUpsert) GetProjectId() uint32

func (*RelAzureDataSourceForUpsert) GetScanAt

func (x *RelAzureDataSourceForUpsert) GetScanAt() int64

func (*RelAzureDataSourceForUpsert) GetStatus

func (x *RelAzureDataSourceForUpsert) GetStatus() Status

func (*RelAzureDataSourceForUpsert) GetStatusDetail

func (x *RelAzureDataSourceForUpsert) GetStatusDetail() string

func (*RelAzureDataSourceForUpsert) ProtoMessage

func (*RelAzureDataSourceForUpsert) ProtoMessage()

func (*RelAzureDataSourceForUpsert) ProtoReflect

func (*RelAzureDataSourceForUpsert) Reset

func (x *RelAzureDataSourceForUpsert) Reset()

func (*RelAzureDataSourceForUpsert) String

func (x *RelAzureDataSourceForUpsert) String() string

func (*RelAzureDataSourceForUpsert) Validate

func (m *RelAzureDataSourceForUpsert) Validate() error

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

func (m *RelAzureDataSourceForUpsert) ValidateAll() error

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

type RelAzureDataSourceForUpsertMultiError

type RelAzureDataSourceForUpsertMultiError []error

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

func (RelAzureDataSourceForUpsertMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RelAzureDataSourceForUpsertMultiError) Error

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

type RelAzureDataSourceForUpsertValidationError

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

RelAzureDataSourceForUpsertValidationError is the validation error returned by RelAzureDataSourceForUpsert.Validate if the designated constraints aren't met.

func (RelAzureDataSourceForUpsertValidationError) Cause

Cause function returns cause value.

func (RelAzureDataSourceForUpsertValidationError) Error

Error satisfies the builtin error interface

func (RelAzureDataSourceForUpsertValidationError) ErrorName

ErrorName returns error name.

func (RelAzureDataSourceForUpsertValidationError) Field

Field function returns field value.

func (RelAzureDataSourceForUpsertValidationError) Key

Key function returns key value.

func (RelAzureDataSourceForUpsertValidationError) Reason

Reason function returns reason value.

type RelAzureDataSourceMultiError

type RelAzureDataSourceMultiError []error

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

func (RelAzureDataSourceMultiError) AllErrors

func (m RelAzureDataSourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelAzureDataSourceMultiError) Error

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

type RelAzureDataSourceValidationError

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

RelAzureDataSourceValidationError is the validation error returned by RelAzureDataSource.Validate if the designated constraints aren't met.

func (RelAzureDataSourceValidationError) Cause

Cause function returns cause value.

func (RelAzureDataSourceValidationError) Error

Error satisfies the builtin error interface

func (RelAzureDataSourceValidationError) ErrorName

ErrorName returns error name.

func (RelAzureDataSourceValidationError) Field

Field function returns field value.

func (RelAzureDataSourceValidationError) Key

Key function returns key value.

func (RelAzureDataSourceValidationError) Reason

Reason function returns reason value.

type Status

type Status int32

Status

const (
	Status_UNKNOWN     Status = 0
	Status_OK          Status = 1
	Status_CONFIGURED  Status = 2
	Status_IN_PROGRESS Status = 3
	Status_ERROR       Status = 4
)

func (Status) Descriptor

func (Status) Descriptor() protoreflect.EnumDescriptor

func (Status) Enum

func (x Status) Enum() *Status

func (Status) EnumDescriptor deprecated

func (Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Status.Descriptor instead.

func (Status) Number

func (x Status) Number() protoreflect.EnumNumber

func (Status) String

func (x Status) String() string

func (Status) Type

func (Status) Type() protoreflect.EnumType

type UnimplementedAzureServiceServer

type UnimplementedAzureServiceServer struct {
}

UnimplementedAzureServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAzureServiceServer) DeleteAzure

func (*UnimplementedAzureServiceServer) DetachRelAzureDataSource

func (*UnimplementedAzureServiceServer) GetAzure

func (*UnimplementedAzureServiceServer) InvokeScanAll

func (*UnimplementedAzureServiceServer) InvokeScanAzure

func (*UnimplementedAzureServiceServer) ListAzure

func (*UnimplementedAzureServiceServer) ListAzureDataSource

func (*UnimplementedAzureServiceServer) PutAzure

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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