entropyv1beta1

package
v0.7.11 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2023 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Overview

Package entropyv1beta1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package entropyv1beta1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	ModuleService_ListModules_FullMethodName  = "/gotocompany.entropy.v1beta1.ModuleService/ListModules"
	ModuleService_GetModule_FullMethodName    = "/gotocompany.entropy.v1beta1.ModuleService/GetModule"
	ModuleService_CreateModule_FullMethodName = "/gotocompany.entropy.v1beta1.ModuleService/CreateModule"
	ModuleService_UpdateModule_FullMethodName = "/gotocompany.entropy.v1beta1.ModuleService/UpdateModule"
	ModuleService_DeleteModule_FullMethodName = "/gotocompany.entropy.v1beta1.ModuleService/DeleteModule"
)
View Source
const (
	ResourceService_ListResources_FullMethodName        = "/gotocompany.entropy.v1beta1.ResourceService/ListResources"
	ResourceService_GetResource_FullMethodName          = "/gotocompany.entropy.v1beta1.ResourceService/GetResource"
	ResourceService_CreateResource_FullMethodName       = "/gotocompany.entropy.v1beta1.ResourceService/CreateResource"
	ResourceService_UpdateResource_FullMethodName       = "/gotocompany.entropy.v1beta1.ResourceService/UpdateResource"
	ResourceService_DeleteResource_FullMethodName       = "/gotocompany.entropy.v1beta1.ResourceService/DeleteResource"
	ResourceService_ApplyAction_FullMethodName          = "/gotocompany.entropy.v1beta1.ResourceService/ApplyAction"
	ResourceService_GetLog_FullMethodName               = "/gotocompany.entropy.v1beta1.ResourceService/GetLog"
	ResourceService_GetResourceRevisions_FullMethodName = "/gotocompany.entropy.v1beta1.ResourceService/GetResourceRevisions"
)

Variables

View Source
var (
	ResourceState_Status_name = map[int32]string{
		0: "STATUS_UNSPECIFIED",
		1: "STATUS_PENDING",
		2: "STATUS_ERROR",
		3: "STATUS_DELETED",
		4: "STATUS_COMPLETED",
	}
	ResourceState_Status_value = map[string]int32{
		"STATUS_UNSPECIFIED": 0,
		"STATUS_PENDING":     1,
		"STATUS_ERROR":       2,
		"STATUS_DELETED":     3,
		"STATUS_COMPLETED":   4,
	}
)

Enum value maps for ResourceState_Status.

View Source
var File_gotocompany_entropy_v1beta1_module_proto protoreflect.FileDescriptor
View Source
var File_gotocompany_entropy_v1beta1_resource_proto protoreflect.FileDescriptor
View Source
var ModuleService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gotocompany.entropy.v1beta1.ModuleService",
	HandlerType: (*ModuleServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListModules",
			Handler:    _ModuleService_ListModules_Handler,
		},
		{
			MethodName: "GetModule",
			Handler:    _ModuleService_GetModule_Handler,
		},
		{
			MethodName: "CreateModule",
			Handler:    _ModuleService_CreateModule_Handler,
		},
		{
			MethodName: "UpdateModule",
			Handler:    _ModuleService_UpdateModule_Handler,
		},
		{
			MethodName: "DeleteModule",
			Handler:    _ModuleService_DeleteModule_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gotocompany/entropy/v1beta1/module.proto",
}

ModuleService_ServiceDesc is the grpc.ServiceDesc for ModuleService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var ResourceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gotocompany.entropy.v1beta1.ResourceService",
	HandlerType: (*ResourceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListResources",
			Handler:    _ResourceService_ListResources_Handler,
		},
		{
			MethodName: "GetResource",
			Handler:    _ResourceService_GetResource_Handler,
		},
		{
			MethodName: "CreateResource",
			Handler:    _ResourceService_CreateResource_Handler,
		},
		{
			MethodName: "UpdateResource",
			Handler:    _ResourceService_UpdateResource_Handler,
		},
		{
			MethodName: "DeleteResource",
			Handler:    _ResourceService_DeleteResource_Handler,
		},
		{
			MethodName: "ApplyAction",
			Handler:    _ResourceService_ApplyAction_Handler,
		},
		{
			MethodName: "GetResourceRevisions",
			Handler:    _ResourceService_GetResourceRevisions_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "GetLog",
			Handler:       _ResourceService_GetLog_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "gotocompany/entropy/v1beta1/resource.proto",
}

ResourceService_ServiceDesc is the grpc.ServiceDesc for ResourceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterModuleServiceHandler

func RegisterModuleServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterModuleServiceHandler registers the http handlers for service ModuleService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterModuleServiceHandlerClient

func RegisterModuleServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ModuleServiceClient) error

RegisterModuleServiceHandlerClient registers the http handlers for service ModuleService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ModuleServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ModuleServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ModuleServiceClient" to call the correct interceptors.

func RegisterModuleServiceHandlerFromEndpoint

func RegisterModuleServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterModuleServiceHandlerFromEndpoint is same as RegisterModuleServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterModuleServiceHandlerServer

func RegisterModuleServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ModuleServiceServer) error

RegisterModuleServiceHandlerServer registers the http handlers for service ModuleService to "mux". UnaryRPC :call ModuleServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterModuleServiceHandlerFromEndpoint instead.

func RegisterModuleServiceServer

func RegisterModuleServiceServer(s grpc.ServiceRegistrar, srv ModuleServiceServer)

func RegisterResourceServiceHandler

func RegisterResourceServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterResourceServiceHandler registers the http handlers for service ResourceService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterResourceServiceHandlerClient

func RegisterResourceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ResourceServiceClient) error

RegisterResourceServiceHandlerClient registers the http handlers for service ResourceService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ResourceServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ResourceServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ResourceServiceClient" to call the correct interceptors.

func RegisterResourceServiceHandlerFromEndpoint

func RegisterResourceServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterResourceServiceHandlerFromEndpoint is same as RegisterResourceServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterResourceServiceHandlerServer

func RegisterResourceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ResourceServiceServer) error

RegisterResourceServiceHandlerServer registers the http handlers for service ResourceService to "mux". UnaryRPC :call ResourceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterResourceServiceHandlerFromEndpoint instead.

func RegisterResourceServiceServer

func RegisterResourceServiceServer(s grpc.ServiceRegistrar, srv ResourceServiceServer)

Types

type ApplyActionRequest

type ApplyActionRequest struct {
	Urn    string            `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	Action string            `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	Params *structpb.Value   `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"`
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ApplyActionRequest) Descriptor deprecated

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

Deprecated: Use ApplyActionRequest.ProtoReflect.Descriptor instead.

func (*ApplyActionRequest) GetAction

func (x *ApplyActionRequest) GetAction() string

func (*ApplyActionRequest) GetLabels

func (x *ApplyActionRequest) GetLabels() map[string]string

func (*ApplyActionRequest) GetParams

func (x *ApplyActionRequest) GetParams() *structpb.Value

func (*ApplyActionRequest) GetUrn

func (x *ApplyActionRequest) GetUrn() string

func (*ApplyActionRequest) ProtoMessage

func (*ApplyActionRequest) ProtoMessage()

func (*ApplyActionRequest) ProtoReflect

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

func (*ApplyActionRequest) Reset

func (x *ApplyActionRequest) Reset()

func (*ApplyActionRequest) String

func (x *ApplyActionRequest) String() string

func (*ApplyActionRequest) Validate

func (m *ApplyActionRequest) Validate() error

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

func (m *ApplyActionRequest) ValidateAll() error

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

type ApplyActionRequestMultiError

type ApplyActionRequestMultiError []error

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

func (ApplyActionRequestMultiError) AllErrors

func (m ApplyActionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApplyActionRequestMultiError) Error

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

type ApplyActionRequestValidationError

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

ApplyActionRequestValidationError is the validation error returned by ApplyActionRequest.Validate if the designated constraints aren't met.

func (ApplyActionRequestValidationError) Cause

Cause function returns cause value.

func (ApplyActionRequestValidationError) Error

Error satisfies the builtin error interface

func (ApplyActionRequestValidationError) ErrorName

ErrorName returns error name.

func (ApplyActionRequestValidationError) Field

Field function returns field value.

func (ApplyActionRequestValidationError) Key

Key function returns key value.

func (ApplyActionRequestValidationError) Reason

Reason function returns reason value.

type ApplyActionResponse

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

func (*ApplyActionResponse) Descriptor deprecated

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

Deprecated: Use ApplyActionResponse.ProtoReflect.Descriptor instead.

func (*ApplyActionResponse) GetResource

func (x *ApplyActionResponse) GetResource() *Resource

func (*ApplyActionResponse) ProtoMessage

func (*ApplyActionResponse) ProtoMessage()

func (*ApplyActionResponse) ProtoReflect

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

func (*ApplyActionResponse) Reset

func (x *ApplyActionResponse) Reset()

func (*ApplyActionResponse) String

func (x *ApplyActionResponse) String() string

func (*ApplyActionResponse) Validate

func (m *ApplyActionResponse) Validate() error

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

func (m *ApplyActionResponse) ValidateAll() error

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

type ApplyActionResponseMultiError

type ApplyActionResponseMultiError []error

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

func (ApplyActionResponseMultiError) AllErrors

func (m ApplyActionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApplyActionResponseMultiError) Error

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

type ApplyActionResponseValidationError

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

ApplyActionResponseValidationError is the validation error returned by ApplyActionResponse.Validate if the designated constraints aren't met.

func (ApplyActionResponseValidationError) Cause

Cause function returns cause value.

func (ApplyActionResponseValidationError) Error

Error satisfies the builtin error interface

func (ApplyActionResponseValidationError) ErrorName

ErrorName returns error name.

func (ApplyActionResponseValidationError) Field

Field function returns field value.

func (ApplyActionResponseValidationError) Key

Key function returns key value.

func (ApplyActionResponseValidationError) Reason

Reason function returns reason value.

type CreateModuleRequest

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

func (*CreateModuleRequest) Descriptor deprecated

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

Deprecated: Use CreateModuleRequest.ProtoReflect.Descriptor instead.

func (*CreateModuleRequest) GetModule

func (x *CreateModuleRequest) GetModule() *Module

func (*CreateModuleRequest) ProtoMessage

func (*CreateModuleRequest) ProtoMessage()

func (*CreateModuleRequest) ProtoReflect

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

func (*CreateModuleRequest) Reset

func (x *CreateModuleRequest) Reset()

func (*CreateModuleRequest) String

func (x *CreateModuleRequest) String() string

func (*CreateModuleRequest) Validate

func (m *CreateModuleRequest) Validate() error

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

func (m *CreateModuleRequest) ValidateAll() error

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

type CreateModuleRequestMultiError

type CreateModuleRequestMultiError []error

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

func (CreateModuleRequestMultiError) AllErrors

func (m CreateModuleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateModuleRequestMultiError) Error

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

type CreateModuleRequestValidationError

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

CreateModuleRequestValidationError is the validation error returned by CreateModuleRequest.Validate if the designated constraints aren't met.

func (CreateModuleRequestValidationError) Cause

Cause function returns cause value.

func (CreateModuleRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateModuleRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateModuleRequestValidationError) Field

Field function returns field value.

func (CreateModuleRequestValidationError) Key

Key function returns key value.

func (CreateModuleRequestValidationError) Reason

Reason function returns reason value.

type CreateModuleResponse

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

func (*CreateModuleResponse) Descriptor deprecated

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

Deprecated: Use CreateModuleResponse.ProtoReflect.Descriptor instead.

func (*CreateModuleResponse) GetModule

func (x *CreateModuleResponse) GetModule() *Module

func (*CreateModuleResponse) ProtoMessage

func (*CreateModuleResponse) ProtoMessage()

func (*CreateModuleResponse) ProtoReflect

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

func (*CreateModuleResponse) Reset

func (x *CreateModuleResponse) Reset()

func (*CreateModuleResponse) String

func (x *CreateModuleResponse) String() string

func (*CreateModuleResponse) Validate

func (m *CreateModuleResponse) Validate() error

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

func (m *CreateModuleResponse) ValidateAll() error

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

type CreateModuleResponseMultiError

type CreateModuleResponseMultiError []error

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

func (CreateModuleResponseMultiError) AllErrors

func (m CreateModuleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateModuleResponseMultiError) Error

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

type CreateModuleResponseValidationError

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

CreateModuleResponseValidationError is the validation error returned by CreateModuleResponse.Validate if the designated constraints aren't met.

func (CreateModuleResponseValidationError) Cause

Cause function returns cause value.

func (CreateModuleResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateModuleResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateModuleResponseValidationError) Field

Field function returns field value.

func (CreateModuleResponseValidationError) Key

Key function returns key value.

func (CreateModuleResponseValidationError) Reason

Reason function returns reason value.

type CreateResourceRequest

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

func (*CreateResourceRequest) Descriptor deprecated

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

Deprecated: Use CreateResourceRequest.ProtoReflect.Descriptor instead.

func (*CreateResourceRequest) GetResource

func (x *CreateResourceRequest) GetResource() *Resource

func (*CreateResourceRequest) ProtoMessage

func (*CreateResourceRequest) ProtoMessage()

func (*CreateResourceRequest) ProtoReflect

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

func (*CreateResourceRequest) Reset

func (x *CreateResourceRequest) Reset()

func (*CreateResourceRequest) String

func (x *CreateResourceRequest) String() string

func (*CreateResourceRequest) Validate

func (m *CreateResourceRequest) Validate() error

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

func (m *CreateResourceRequest) ValidateAll() error

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

type CreateResourceRequestMultiError

type CreateResourceRequestMultiError []error

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

func (CreateResourceRequestMultiError) AllErrors

func (m CreateResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateResourceRequestMultiError) Error

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

type CreateResourceRequestValidationError

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

CreateResourceRequestValidationError is the validation error returned by CreateResourceRequest.Validate if the designated constraints aren't met.

func (CreateResourceRequestValidationError) Cause

Cause function returns cause value.

func (CreateResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateResourceRequestValidationError) Field

Field function returns field value.

func (CreateResourceRequestValidationError) Key

Key function returns key value.

func (CreateResourceRequestValidationError) Reason

Reason function returns reason value.

type CreateResourceResponse

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

func (*CreateResourceResponse) Descriptor deprecated

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

Deprecated: Use CreateResourceResponse.ProtoReflect.Descriptor instead.

func (*CreateResourceResponse) GetResource

func (x *CreateResourceResponse) GetResource() *Resource

func (*CreateResourceResponse) ProtoMessage

func (*CreateResourceResponse) ProtoMessage()

func (*CreateResourceResponse) ProtoReflect

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

func (*CreateResourceResponse) Reset

func (x *CreateResourceResponse) Reset()

func (*CreateResourceResponse) String

func (x *CreateResourceResponse) String() string

func (*CreateResourceResponse) Validate

func (m *CreateResourceResponse) Validate() error

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

func (m *CreateResourceResponse) ValidateAll() error

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

type CreateResourceResponseMultiError

type CreateResourceResponseMultiError []error

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

func (CreateResourceResponseMultiError) AllErrors

func (m CreateResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateResourceResponseMultiError) Error

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

type CreateResourceResponseValidationError

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

CreateResourceResponseValidationError is the validation error returned by CreateResourceResponse.Validate if the designated constraints aren't met.

func (CreateResourceResponseValidationError) Cause

Cause function returns cause value.

func (CreateResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateResourceResponseValidationError) Field

Field function returns field value.

func (CreateResourceResponseValidationError) Key

Key function returns key value.

func (CreateResourceResponseValidationError) Reason

Reason function returns reason value.

type DeleteModuleRequest

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

func (*DeleteModuleRequest) Descriptor deprecated

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

Deprecated: Use DeleteModuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteModuleRequest) GetUrn

func (x *DeleteModuleRequest) GetUrn() string

func (*DeleteModuleRequest) ProtoMessage

func (*DeleteModuleRequest) ProtoMessage()

func (*DeleteModuleRequest) ProtoReflect

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

func (*DeleteModuleRequest) Reset

func (x *DeleteModuleRequest) Reset()

func (*DeleteModuleRequest) String

func (x *DeleteModuleRequest) String() string

func (*DeleteModuleRequest) Validate

func (m *DeleteModuleRequest) Validate() error

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

func (m *DeleteModuleRequest) ValidateAll() error

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

type DeleteModuleRequestMultiError

type DeleteModuleRequestMultiError []error

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

func (DeleteModuleRequestMultiError) AllErrors

func (m DeleteModuleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteModuleRequestMultiError) Error

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

type DeleteModuleRequestValidationError

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

DeleteModuleRequestValidationError is the validation error returned by DeleteModuleRequest.Validate if the designated constraints aren't met.

func (DeleteModuleRequestValidationError) Cause

Cause function returns cause value.

func (DeleteModuleRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteModuleRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteModuleRequestValidationError) Field

Field function returns field value.

func (DeleteModuleRequestValidationError) Key

Key function returns key value.

func (DeleteModuleRequestValidationError) Reason

Reason function returns reason value.

type DeleteModuleResponse

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

func (*DeleteModuleResponse) Descriptor deprecated

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

Deprecated: Use DeleteModuleResponse.ProtoReflect.Descriptor instead.

func (*DeleteModuleResponse) ProtoMessage

func (*DeleteModuleResponse) ProtoMessage()

func (*DeleteModuleResponse) ProtoReflect

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

func (*DeleteModuleResponse) Reset

func (x *DeleteModuleResponse) Reset()

func (*DeleteModuleResponse) String

func (x *DeleteModuleResponse) String() string

func (*DeleteModuleResponse) Validate

func (m *DeleteModuleResponse) Validate() error

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

func (m *DeleteModuleResponse) ValidateAll() error

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

type DeleteModuleResponseMultiError

type DeleteModuleResponseMultiError []error

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

func (DeleteModuleResponseMultiError) AllErrors

func (m DeleteModuleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteModuleResponseMultiError) Error

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

type DeleteModuleResponseValidationError

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

DeleteModuleResponseValidationError is the validation error returned by DeleteModuleResponse.Validate if the designated constraints aren't met.

func (DeleteModuleResponseValidationError) Cause

Cause function returns cause value.

func (DeleteModuleResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteModuleResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteModuleResponseValidationError) Field

Field function returns field value.

func (DeleteModuleResponseValidationError) Key

Key function returns key value.

func (DeleteModuleResponseValidationError) Reason

Reason function returns reason value.

type DeleteResourceRequest

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

func (*DeleteResourceRequest) Descriptor deprecated

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

Deprecated: Use DeleteResourceRequest.ProtoReflect.Descriptor instead.

func (*DeleteResourceRequest) GetUrn

func (x *DeleteResourceRequest) GetUrn() string

func (*DeleteResourceRequest) ProtoMessage

func (*DeleteResourceRequest) ProtoMessage()

func (*DeleteResourceRequest) ProtoReflect

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

func (*DeleteResourceRequest) Reset

func (x *DeleteResourceRequest) Reset()

func (*DeleteResourceRequest) String

func (x *DeleteResourceRequest) String() string

func (*DeleteResourceRequest) Validate

func (m *DeleteResourceRequest) Validate() error

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

func (m *DeleteResourceRequest) ValidateAll() error

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

type DeleteResourceRequestMultiError

type DeleteResourceRequestMultiError []error

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

func (DeleteResourceRequestMultiError) AllErrors

func (m DeleteResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteResourceRequestMultiError) Error

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

type DeleteResourceRequestValidationError

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

DeleteResourceRequestValidationError is the validation error returned by DeleteResourceRequest.Validate if the designated constraints aren't met.

func (DeleteResourceRequestValidationError) Cause

Cause function returns cause value.

func (DeleteResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteResourceRequestValidationError) Field

Field function returns field value.

func (DeleteResourceRequestValidationError) Key

Key function returns key value.

func (DeleteResourceRequestValidationError) Reason

Reason function returns reason value.

type DeleteResourceResponse

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

func (*DeleteResourceResponse) Descriptor deprecated

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

Deprecated: Use DeleteResourceResponse.ProtoReflect.Descriptor instead.

func (*DeleteResourceResponse) ProtoMessage

func (*DeleteResourceResponse) ProtoMessage()

func (*DeleteResourceResponse) ProtoReflect

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

func (*DeleteResourceResponse) Reset

func (x *DeleteResourceResponse) Reset()

func (*DeleteResourceResponse) String

func (x *DeleteResourceResponse) String() string

func (*DeleteResourceResponse) Validate

func (m *DeleteResourceResponse) Validate() error

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

func (m *DeleteResourceResponse) ValidateAll() error

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

type DeleteResourceResponseMultiError

type DeleteResourceResponseMultiError []error

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

func (DeleteResourceResponseMultiError) AllErrors

func (m DeleteResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteResourceResponseMultiError) Error

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

type DeleteResourceResponseValidationError

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

DeleteResourceResponseValidationError is the validation error returned by DeleteResourceResponse.Validate if the designated constraints aren't met.

func (DeleteResourceResponseValidationError) Cause

Cause function returns cause value.

func (DeleteResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteResourceResponseValidationError) Field

Field function returns field value.

func (DeleteResourceResponseValidationError) Key

Key function returns key value.

func (DeleteResourceResponseValidationError) Reason

Reason function returns reason value.

type GetLogRequest

type GetLogRequest struct {
	Urn    string            `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	Filter map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLogRequest) Descriptor deprecated

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

Deprecated: Use GetLogRequest.ProtoReflect.Descriptor instead.

func (*GetLogRequest) GetFilter

func (x *GetLogRequest) GetFilter() map[string]string

func (*GetLogRequest) GetUrn

func (x *GetLogRequest) GetUrn() string

func (*GetLogRequest) ProtoMessage

func (*GetLogRequest) ProtoMessage()

func (*GetLogRequest) ProtoReflect

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

func (*GetLogRequest) Reset

func (x *GetLogRequest) Reset()

func (*GetLogRequest) String

func (x *GetLogRequest) String() string

func (*GetLogRequest) Validate

func (m *GetLogRequest) Validate() error

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

func (m *GetLogRequest) ValidateAll() error

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

type GetLogRequestMultiError

type GetLogRequestMultiError []error

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

func (GetLogRequestMultiError) AllErrors

func (m GetLogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogRequestMultiError) Error

func (m GetLogRequestMultiError) Error() string

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

type GetLogRequestValidationError

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

GetLogRequestValidationError is the validation error returned by GetLogRequest.Validate if the designated constraints aren't met.

func (GetLogRequestValidationError) Cause

Cause function returns cause value.

func (GetLogRequestValidationError) Error

Error satisfies the builtin error interface

func (GetLogRequestValidationError) ErrorName

func (e GetLogRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetLogRequestValidationError) Field

Field function returns field value.

func (GetLogRequestValidationError) Key

Key function returns key value.

func (GetLogRequestValidationError) Reason

Reason function returns reason value.

type GetLogResponse

type GetLogResponse struct {
	Chunk *LogChunk `protobuf:"bytes,1,opt,name=chunk,proto3" json:"chunk,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogResponse) Descriptor deprecated

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

Deprecated: Use GetLogResponse.ProtoReflect.Descriptor instead.

func (*GetLogResponse) GetChunk

func (x *GetLogResponse) GetChunk() *LogChunk

func (*GetLogResponse) ProtoMessage

func (*GetLogResponse) ProtoMessage()

func (*GetLogResponse) ProtoReflect

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

func (*GetLogResponse) Reset

func (x *GetLogResponse) Reset()

func (*GetLogResponse) String

func (x *GetLogResponse) String() string

func (*GetLogResponse) Validate

func (m *GetLogResponse) Validate() error

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

func (m *GetLogResponse) ValidateAll() error

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

type GetLogResponseMultiError

type GetLogResponseMultiError []error

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

func (GetLogResponseMultiError) AllErrors

func (m GetLogResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogResponseMultiError) Error

func (m GetLogResponseMultiError) Error() string

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

type GetLogResponseValidationError

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

GetLogResponseValidationError is the validation error returned by GetLogResponse.Validate if the designated constraints aren't met.

func (GetLogResponseValidationError) Cause

Cause function returns cause value.

func (GetLogResponseValidationError) Error

Error satisfies the builtin error interface

func (GetLogResponseValidationError) ErrorName

func (e GetLogResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetLogResponseValidationError) Field

Field function returns field value.

func (GetLogResponseValidationError) Key

Key function returns key value.

func (GetLogResponseValidationError) Reason

Reason function returns reason value.

type GetModuleRequest

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

func (*GetModuleRequest) Descriptor deprecated

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

Deprecated: Use GetModuleRequest.ProtoReflect.Descriptor instead.

func (*GetModuleRequest) GetUrn

func (x *GetModuleRequest) GetUrn() string

func (*GetModuleRequest) ProtoMessage

func (*GetModuleRequest) ProtoMessage()

func (*GetModuleRequest) ProtoReflect

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

func (*GetModuleRequest) Reset

func (x *GetModuleRequest) Reset()

func (*GetModuleRequest) String

func (x *GetModuleRequest) String() string

func (*GetModuleRequest) Validate

func (m *GetModuleRequest) Validate() error

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

func (m *GetModuleRequest) ValidateAll() error

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

type GetModuleRequestMultiError

type GetModuleRequestMultiError []error

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

func (GetModuleRequestMultiError) AllErrors

func (m GetModuleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetModuleRequestMultiError) Error

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

type GetModuleRequestValidationError

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

GetModuleRequestValidationError is the validation error returned by GetModuleRequest.Validate if the designated constraints aren't met.

func (GetModuleRequestValidationError) Cause

Cause function returns cause value.

func (GetModuleRequestValidationError) Error

Error satisfies the builtin error interface

func (GetModuleRequestValidationError) ErrorName

ErrorName returns error name.

func (GetModuleRequestValidationError) Field

Field function returns field value.

func (GetModuleRequestValidationError) Key

Key function returns key value.

func (GetModuleRequestValidationError) Reason

Reason function returns reason value.

type GetModuleResponse

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

func (*GetModuleResponse) Descriptor deprecated

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

Deprecated: Use GetModuleResponse.ProtoReflect.Descriptor instead.

func (*GetModuleResponse) GetModule

func (x *GetModuleResponse) GetModule() *Module

func (*GetModuleResponse) ProtoMessage

func (*GetModuleResponse) ProtoMessage()

func (*GetModuleResponse) ProtoReflect

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

func (*GetModuleResponse) Reset

func (x *GetModuleResponse) Reset()

func (*GetModuleResponse) String

func (x *GetModuleResponse) String() string

func (*GetModuleResponse) Validate

func (m *GetModuleResponse) Validate() error

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

func (m *GetModuleResponse) ValidateAll() error

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

type GetModuleResponseMultiError

type GetModuleResponseMultiError []error

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

func (GetModuleResponseMultiError) AllErrors

func (m GetModuleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetModuleResponseMultiError) Error

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

type GetModuleResponseValidationError

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

GetModuleResponseValidationError is the validation error returned by GetModuleResponse.Validate if the designated constraints aren't met.

func (GetModuleResponseValidationError) Cause

Cause function returns cause value.

func (GetModuleResponseValidationError) Error

Error satisfies the builtin error interface

func (GetModuleResponseValidationError) ErrorName

ErrorName returns error name.

func (GetModuleResponseValidationError) Field

Field function returns field value.

func (GetModuleResponseValidationError) Key

Key function returns key value.

func (GetModuleResponseValidationError) Reason

Reason function returns reason value.

type GetResourceRequest

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

func (*GetResourceRequest) Descriptor deprecated

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

Deprecated: Use GetResourceRequest.ProtoReflect.Descriptor instead.

func (*GetResourceRequest) GetUrn

func (x *GetResourceRequest) GetUrn() string

func (*GetResourceRequest) ProtoMessage

func (*GetResourceRequest) ProtoMessage()

func (*GetResourceRequest) ProtoReflect

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

func (*GetResourceRequest) Reset

func (x *GetResourceRequest) Reset()

func (*GetResourceRequest) String

func (x *GetResourceRequest) String() string

func (*GetResourceRequest) Validate

func (m *GetResourceRequest) Validate() error

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

func (m *GetResourceRequest) ValidateAll() error

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

type GetResourceRequestMultiError

type GetResourceRequestMultiError []error

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

func (GetResourceRequestMultiError) AllErrors

func (m GetResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetResourceRequestMultiError) Error

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

type GetResourceRequestValidationError

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

GetResourceRequestValidationError is the validation error returned by GetResourceRequest.Validate if the designated constraints aren't met.

func (GetResourceRequestValidationError) Cause

Cause function returns cause value.

func (GetResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetResourceRequestValidationError) Field

Field function returns field value.

func (GetResourceRequestValidationError) Key

Key function returns key value.

func (GetResourceRequestValidationError) Reason

Reason function returns reason value.

type GetResourceResponse

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

func (*GetResourceResponse) Descriptor deprecated

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

Deprecated: Use GetResourceResponse.ProtoReflect.Descriptor instead.

func (*GetResourceResponse) GetResource

func (x *GetResourceResponse) GetResource() *Resource

func (*GetResourceResponse) ProtoMessage

func (*GetResourceResponse) ProtoMessage()

func (*GetResourceResponse) ProtoReflect

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

func (*GetResourceResponse) Reset

func (x *GetResourceResponse) Reset()

func (*GetResourceResponse) String

func (x *GetResourceResponse) String() string

func (*GetResourceResponse) Validate

func (m *GetResourceResponse) Validate() error

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

func (m *GetResourceResponse) ValidateAll() error

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

type GetResourceResponseMultiError

type GetResourceResponseMultiError []error

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

func (GetResourceResponseMultiError) AllErrors

func (m GetResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetResourceResponseMultiError) Error

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

type GetResourceResponseValidationError

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

GetResourceResponseValidationError is the validation error returned by GetResourceResponse.Validate if the designated constraints aren't met.

func (GetResourceResponseValidationError) Cause

Cause function returns cause value.

func (GetResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetResourceResponseValidationError) Field

Field function returns field value.

func (GetResourceResponseValidationError) Key

Key function returns key value.

func (GetResourceResponseValidationError) Reason

Reason function returns reason value.

type GetResourceRevisionsRequest

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

func (*GetResourceRevisionsRequest) Descriptor deprecated

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

Deprecated: Use GetResourceRevisionsRequest.ProtoReflect.Descriptor instead.

func (*GetResourceRevisionsRequest) GetUrn

func (x *GetResourceRevisionsRequest) GetUrn() string

func (*GetResourceRevisionsRequest) ProtoMessage

func (*GetResourceRevisionsRequest) ProtoMessage()

func (*GetResourceRevisionsRequest) ProtoReflect

func (*GetResourceRevisionsRequest) Reset

func (x *GetResourceRevisionsRequest) Reset()

func (*GetResourceRevisionsRequest) String

func (x *GetResourceRevisionsRequest) String() string

func (*GetResourceRevisionsRequest) Validate

func (m *GetResourceRevisionsRequest) Validate() error

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

func (m *GetResourceRevisionsRequest) ValidateAll() error

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

type GetResourceRevisionsRequestMultiError

type GetResourceRevisionsRequestMultiError []error

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

func (GetResourceRevisionsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetResourceRevisionsRequestMultiError) Error

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

type GetResourceRevisionsRequestValidationError

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

GetResourceRevisionsRequestValidationError is the validation error returned by GetResourceRevisionsRequest.Validate if the designated constraints aren't met.

func (GetResourceRevisionsRequestValidationError) Cause

Cause function returns cause value.

func (GetResourceRevisionsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetResourceRevisionsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetResourceRevisionsRequestValidationError) Field

Field function returns field value.

func (GetResourceRevisionsRequestValidationError) Key

Key function returns key value.

func (GetResourceRevisionsRequestValidationError) Reason

Reason function returns reason value.

type GetResourceRevisionsResponse

type GetResourceRevisionsResponse struct {
	Revisions []*ResourceRevision `protobuf:"bytes,1,rep,name=revisions,proto3" json:"revisions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResourceRevisionsResponse) Descriptor deprecated

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

Deprecated: Use GetResourceRevisionsResponse.ProtoReflect.Descriptor instead.

func (*GetResourceRevisionsResponse) GetRevisions

func (x *GetResourceRevisionsResponse) GetRevisions() []*ResourceRevision

func (*GetResourceRevisionsResponse) ProtoMessage

func (*GetResourceRevisionsResponse) ProtoMessage()

func (*GetResourceRevisionsResponse) ProtoReflect

func (*GetResourceRevisionsResponse) Reset

func (x *GetResourceRevisionsResponse) Reset()

func (*GetResourceRevisionsResponse) String

func (*GetResourceRevisionsResponse) Validate

func (m *GetResourceRevisionsResponse) Validate() error

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

func (m *GetResourceRevisionsResponse) ValidateAll() error

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

type GetResourceRevisionsResponseMultiError

type GetResourceRevisionsResponseMultiError []error

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

func (GetResourceRevisionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetResourceRevisionsResponseMultiError) Error

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

type GetResourceRevisionsResponseValidationError

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

GetResourceRevisionsResponseValidationError is the validation error returned by GetResourceRevisionsResponse.Validate if the designated constraints aren't met.

func (GetResourceRevisionsResponseValidationError) Cause

Cause function returns cause value.

func (GetResourceRevisionsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetResourceRevisionsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetResourceRevisionsResponseValidationError) Field

Field function returns field value.

func (GetResourceRevisionsResponseValidationError) Key

Key function returns key value.

func (GetResourceRevisionsResponseValidationError) Reason

Reason function returns reason value.

type ListModulesRequest

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

func (*ListModulesRequest) Descriptor deprecated

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

Deprecated: Use ListModulesRequest.ProtoReflect.Descriptor instead.

func (*ListModulesRequest) GetProject

func (x *ListModulesRequest) GetProject() string

func (*ListModulesRequest) ProtoMessage

func (*ListModulesRequest) ProtoMessage()

func (*ListModulesRequest) ProtoReflect

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

func (*ListModulesRequest) Reset

func (x *ListModulesRequest) Reset()

func (*ListModulesRequest) String

func (x *ListModulesRequest) String() string

func (*ListModulesRequest) Validate

func (m *ListModulesRequest) Validate() error

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

func (m *ListModulesRequest) ValidateAll() error

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

type ListModulesRequestMultiError

type ListModulesRequestMultiError []error

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

func (ListModulesRequestMultiError) AllErrors

func (m ListModulesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListModulesRequestMultiError) Error

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

type ListModulesRequestValidationError

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

ListModulesRequestValidationError is the validation error returned by ListModulesRequest.Validate if the designated constraints aren't met.

func (ListModulesRequestValidationError) Cause

Cause function returns cause value.

func (ListModulesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListModulesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListModulesRequestValidationError) Field

Field function returns field value.

func (ListModulesRequestValidationError) Key

Key function returns key value.

func (ListModulesRequestValidationError) Reason

Reason function returns reason value.

type ListModulesResponse

type ListModulesResponse struct {
	Modules []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"`
	// contains filtered or unexported fields
}

func (*ListModulesResponse) Descriptor deprecated

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

Deprecated: Use ListModulesResponse.ProtoReflect.Descriptor instead.

func (*ListModulesResponse) GetModules

func (x *ListModulesResponse) GetModules() []*Module

func (*ListModulesResponse) ProtoMessage

func (*ListModulesResponse) ProtoMessage()

func (*ListModulesResponse) ProtoReflect

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

func (*ListModulesResponse) Reset

func (x *ListModulesResponse) Reset()

func (*ListModulesResponse) String

func (x *ListModulesResponse) String() string

func (*ListModulesResponse) Validate

func (m *ListModulesResponse) Validate() error

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

func (m *ListModulesResponse) ValidateAll() error

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

type ListModulesResponseMultiError

type ListModulesResponseMultiError []error

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

func (ListModulesResponseMultiError) AllErrors

func (m ListModulesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListModulesResponseMultiError) Error

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

type ListModulesResponseValidationError

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

ListModulesResponseValidationError is the validation error returned by ListModulesResponse.Validate if the designated constraints aren't met.

func (ListModulesResponseValidationError) Cause

Cause function returns cause value.

func (ListModulesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListModulesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListModulesResponseValidationError) Field

Field function returns field value.

func (ListModulesResponseValidationError) Key

Key function returns key value.

func (ListModulesResponseValidationError) Reason

Reason function returns reason value.

type ListResourcesRequest

type ListResourcesRequest struct {
	Project string `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	Kind    string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	// filter by labels. if specified, only resources with all the
	// given labels will be returned.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListResourcesRequest) Descriptor deprecated

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

Deprecated: Use ListResourcesRequest.ProtoReflect.Descriptor instead.

func (*ListResourcesRequest) GetKind

func (x *ListResourcesRequest) GetKind() string

func (*ListResourcesRequest) GetLabels

func (x *ListResourcesRequest) GetLabels() map[string]string

func (*ListResourcesRequest) GetProject

func (x *ListResourcesRequest) GetProject() string

func (*ListResourcesRequest) ProtoMessage

func (*ListResourcesRequest) ProtoMessage()

func (*ListResourcesRequest) ProtoReflect

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

func (*ListResourcesRequest) Reset

func (x *ListResourcesRequest) Reset()

func (*ListResourcesRequest) String

func (x *ListResourcesRequest) String() string

func (*ListResourcesRequest) Validate

func (m *ListResourcesRequest) Validate() error

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

func (m *ListResourcesRequest) ValidateAll() error

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

type ListResourcesRequestMultiError

type ListResourcesRequestMultiError []error

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

func (ListResourcesRequestMultiError) AllErrors

func (m ListResourcesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListResourcesRequestMultiError) Error

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

type ListResourcesRequestValidationError

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

ListResourcesRequestValidationError is the validation error returned by ListResourcesRequest.Validate if the designated constraints aren't met.

func (ListResourcesRequestValidationError) Cause

Cause function returns cause value.

func (ListResourcesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListResourcesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListResourcesRequestValidationError) Field

Field function returns field value.

func (ListResourcesRequestValidationError) Key

Key function returns key value.

func (ListResourcesRequestValidationError) Reason

Reason function returns reason value.

type ListResourcesResponse

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

func (*ListResourcesResponse) Descriptor deprecated

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

Deprecated: Use ListResourcesResponse.ProtoReflect.Descriptor instead.

func (*ListResourcesResponse) GetResources

func (x *ListResourcesResponse) GetResources() []*Resource

func (*ListResourcesResponse) ProtoMessage

func (*ListResourcesResponse) ProtoMessage()

func (*ListResourcesResponse) ProtoReflect

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

func (*ListResourcesResponse) Reset

func (x *ListResourcesResponse) Reset()

func (*ListResourcesResponse) String

func (x *ListResourcesResponse) String() string

func (*ListResourcesResponse) Validate

func (m *ListResourcesResponse) Validate() error

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

func (m *ListResourcesResponse) ValidateAll() error

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

type ListResourcesResponseMultiError

type ListResourcesResponseMultiError []error

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

func (ListResourcesResponseMultiError) AllErrors

func (m ListResourcesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListResourcesResponseMultiError) Error

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

type ListResourcesResponseValidationError

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

ListResourcesResponseValidationError is the validation error returned by ListResourcesResponse.Validate if the designated constraints aren't met.

func (ListResourcesResponseValidationError) Cause

Cause function returns cause value.

func (ListResourcesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListResourcesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListResourcesResponseValidationError) Field

Field function returns field value.

func (ListResourcesResponseValidationError) Key

Key function returns key value.

func (ListResourcesResponseValidationError) Reason

Reason function returns reason value.

type ListString

type ListString struct {
	Values []string `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ListString) Descriptor deprecated

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

Deprecated: Use ListString.ProtoReflect.Descriptor instead.

func (*ListString) GetValues

func (x *ListString) GetValues() []string

func (*ListString) ProtoMessage

func (*ListString) ProtoMessage()

func (*ListString) ProtoReflect

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

func (*ListString) Reset

func (x *ListString) Reset()

func (*ListString) String

func (x *ListString) String() string

func (*ListString) Validate

func (m *ListString) Validate() error

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

func (m *ListString) ValidateAll() error

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

type ListStringMultiError

type ListStringMultiError []error

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

func (ListStringMultiError) AllErrors

func (m ListStringMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListStringMultiError) Error

func (m ListStringMultiError) Error() string

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

type ListStringValidationError

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

ListStringValidationError is the validation error returned by ListString.Validate if the designated constraints aren't met.

func (ListStringValidationError) Cause

func (e ListStringValidationError) Cause() error

Cause function returns cause value.

func (ListStringValidationError) Error

Error satisfies the builtin error interface

func (ListStringValidationError) ErrorName

func (e ListStringValidationError) ErrorName() string

ErrorName returns error name.

func (ListStringValidationError) Field

Field function returns field value.

func (ListStringValidationError) Key

Key function returns key value.

func (ListStringValidationError) Reason

func (e ListStringValidationError) Reason() string

Reason function returns reason value.

type LogChunk

type LogChunk struct {
	Data   []byte            `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LogChunk) Descriptor deprecated

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

Deprecated: Use LogChunk.ProtoReflect.Descriptor instead.

func (*LogChunk) GetData

func (x *LogChunk) GetData() []byte

func (*LogChunk) GetLabels

func (x *LogChunk) GetLabels() map[string]string

func (*LogChunk) ProtoMessage

func (*LogChunk) ProtoMessage()

func (*LogChunk) ProtoReflect

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

func (*LogChunk) Reset

func (x *LogChunk) Reset()

func (*LogChunk) String

func (x *LogChunk) String() string

func (*LogChunk) Validate

func (m *LogChunk) Validate() error

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

func (m *LogChunk) ValidateAll() error

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

type LogChunkMultiError

type LogChunkMultiError []error

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

func (LogChunkMultiError) AllErrors

func (m LogChunkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogChunkMultiError) Error

func (m LogChunkMultiError) Error() string

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

type LogChunkValidationError

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

LogChunkValidationError is the validation error returned by LogChunk.Validate if the designated constraints aren't met.

func (LogChunkValidationError) Cause

func (e LogChunkValidationError) Cause() error

Cause function returns cause value.

func (LogChunkValidationError) Error

func (e LogChunkValidationError) Error() string

Error satisfies the builtin error interface

func (LogChunkValidationError) ErrorName

func (e LogChunkValidationError) ErrorName() string

ErrorName returns error name.

func (LogChunkValidationError) Field

func (e LogChunkValidationError) Field() string

Field function returns field value.

func (LogChunkValidationError) Key

func (e LogChunkValidationError) Key() bool

Key function returns key value.

func (LogChunkValidationError) Reason

func (e LogChunkValidationError) Reason() string

Reason function returns reason value.

type LogOptions

type LogOptions struct {
	Filters map[string]*ListString `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LogOptions) Descriptor deprecated

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

Deprecated: Use LogOptions.ProtoReflect.Descriptor instead.

func (*LogOptions) GetFilters

func (x *LogOptions) GetFilters() map[string]*ListString

func (*LogOptions) ProtoMessage

func (*LogOptions) ProtoMessage()

func (*LogOptions) ProtoReflect

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

func (*LogOptions) Reset

func (x *LogOptions) Reset()

func (*LogOptions) String

func (x *LogOptions) String() string

func (*LogOptions) Validate

func (m *LogOptions) Validate() error

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

func (m *LogOptions) ValidateAll() error

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

type LogOptionsMultiError

type LogOptionsMultiError []error

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

func (LogOptionsMultiError) AllErrors

func (m LogOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogOptionsMultiError) Error

func (m LogOptionsMultiError) Error() string

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

type LogOptionsValidationError

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

LogOptionsValidationError is the validation error returned by LogOptions.Validate if the designated constraints aren't met.

func (LogOptionsValidationError) Cause

func (e LogOptionsValidationError) Cause() error

Cause function returns cause value.

func (LogOptionsValidationError) Error

Error satisfies the builtin error interface

func (LogOptionsValidationError) ErrorName

func (e LogOptionsValidationError) ErrorName() string

ErrorName returns error name.

func (LogOptionsValidationError) Field

Field function returns field value.

func (LogOptionsValidationError) Key

Key function returns key value.

func (LogOptionsValidationError) Reason

func (e LogOptionsValidationError) Reason() string

Reason function returns reason value.

type Module

type Module struct {
	Urn       string                 `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Project   string                 `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Configs   *structpb.Value        `protobuf:"bytes,7,opt,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*Module) Descriptor deprecated

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

Deprecated: Use Module.ProtoReflect.Descriptor instead.

func (*Module) GetConfigs

func (x *Module) GetConfigs() *structpb.Value

func (*Module) GetCreatedAt

func (x *Module) GetCreatedAt() *timestamppb.Timestamp

func (*Module) GetName

func (x *Module) GetName() string

func (*Module) GetProject

func (x *Module) GetProject() string

func (*Module) GetUpdatedAt

func (x *Module) GetUpdatedAt() *timestamppb.Timestamp

func (*Module) GetUrn

func (x *Module) GetUrn() string

func (*Module) ProtoMessage

func (*Module) ProtoMessage()

func (*Module) ProtoReflect

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

func (*Module) Reset

func (x *Module) Reset()

func (*Module) String

func (x *Module) String() string

func (*Module) Validate

func (m *Module) Validate() error

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

func (m *Module) ValidateAll() error

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

type ModuleMultiError

type ModuleMultiError []error

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

func (ModuleMultiError) AllErrors

func (m ModuleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ModuleMultiError) Error

func (m ModuleMultiError) Error() string

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

type ModuleServiceClient

type ModuleServiceClient interface {
	ListModules(ctx context.Context, in *ListModulesRequest, opts ...grpc.CallOption) (*ListModulesResponse, error)
	GetModule(ctx context.Context, in *GetModuleRequest, opts ...grpc.CallOption) (*GetModuleResponse, error)
	CreateModule(ctx context.Context, in *CreateModuleRequest, opts ...grpc.CallOption) (*CreateModuleResponse, error)
	UpdateModule(ctx context.Context, in *UpdateModuleRequest, opts ...grpc.CallOption) (*UpdateModuleResponse, error)
	DeleteModule(ctx context.Context, in *DeleteModuleRequest, opts ...grpc.CallOption) (*DeleteModuleResponse, error)
}

ModuleServiceClient is the client API for ModuleService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ModuleServiceServer

type ModuleServiceServer interface {
	ListModules(context.Context, *ListModulesRequest) (*ListModulesResponse, error)
	GetModule(context.Context, *GetModuleRequest) (*GetModuleResponse, error)
	CreateModule(context.Context, *CreateModuleRequest) (*CreateModuleResponse, error)
	UpdateModule(context.Context, *UpdateModuleRequest) (*UpdateModuleResponse, error)
	DeleteModule(context.Context, *DeleteModuleRequest) (*DeleteModuleResponse, error)
	// contains filtered or unexported methods
}

ModuleServiceServer is the server API for ModuleService service. All implementations must embed UnimplementedModuleServiceServer for forward compatibility

type ModuleValidationError

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

ModuleValidationError is the validation error returned by Module.Validate if the designated constraints aren't met.

func (ModuleValidationError) Cause

func (e ModuleValidationError) Cause() error

Cause function returns cause value.

func (ModuleValidationError) Error

func (e ModuleValidationError) Error() string

Error satisfies the builtin error interface

func (ModuleValidationError) ErrorName

func (e ModuleValidationError) ErrorName() string

ErrorName returns error name.

func (ModuleValidationError) Field

func (e ModuleValidationError) Field() string

Field function returns field value.

func (ModuleValidationError) Key

func (e ModuleValidationError) Key() bool

Key function returns key value.

func (ModuleValidationError) Reason

func (e ModuleValidationError) Reason() string

Reason function returns reason value.

type Resource

type Resource struct {
	Urn       string                 `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	Kind      string                 `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Name      string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Project   string                 `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"`
	Labels    map[string]string      `` /* 153-byte string literal not displayed */
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Spec      *ResourceSpec          `protobuf:"bytes,8,opt,name=spec,proto3" json:"spec,omitempty"`
	State     *ResourceState         `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	CreatedBy string                 `protobuf:"bytes,10,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	UpdatedBy string                 `protobuf:"bytes,11,opt,name=updated_by,json=updatedBy,proto3" json:"updated_by,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCreatedAt

func (x *Resource) GetCreatedAt() *timestamppb.Timestamp

func (*Resource) GetCreatedBy

func (x *Resource) GetCreatedBy() string

func (*Resource) GetKind

func (x *Resource) GetKind() string

func (*Resource) GetLabels

func (x *Resource) GetLabels() map[string]string

func (*Resource) GetName

func (x *Resource) GetName() string

func (*Resource) GetProject

func (x *Resource) GetProject() string

func (*Resource) GetSpec

func (x *Resource) GetSpec() *ResourceSpec

func (*Resource) GetState

func (x *Resource) GetState() *ResourceState

func (*Resource) GetUpdatedAt

func (x *Resource) GetUpdatedAt() *timestamppb.Timestamp

func (*Resource) GetUpdatedBy

func (x *Resource) GetUpdatedBy() string

func (*Resource) GetUrn

func (x *Resource) GetUrn() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

func (*Resource) Validate

func (m *Resource) Validate() error

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

func (m *Resource) ValidateAll() error

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

type ResourceDependency

type ResourceDependency struct {

	// Key should be as defined by the module being used for
	// the resource.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// Value should refer to an existing resource via URN.
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceDependency) Descriptor deprecated

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

Deprecated: Use ResourceDependency.ProtoReflect.Descriptor instead.

func (*ResourceDependency) GetKey

func (x *ResourceDependency) GetKey() string

func (*ResourceDependency) GetValue

func (x *ResourceDependency) GetValue() string

func (*ResourceDependency) ProtoMessage

func (*ResourceDependency) ProtoMessage()

func (*ResourceDependency) ProtoReflect

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

func (*ResourceDependency) Reset

func (x *ResourceDependency) Reset()

func (*ResourceDependency) String

func (x *ResourceDependency) String() string

func (*ResourceDependency) Validate

func (m *ResourceDependency) Validate() error

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

func (m *ResourceDependency) ValidateAll() error

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

type ResourceDependencyMultiError

type ResourceDependencyMultiError []error

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

func (ResourceDependencyMultiError) AllErrors

func (m ResourceDependencyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceDependencyMultiError) Error

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

type ResourceDependencyValidationError

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

ResourceDependencyValidationError is the validation error returned by ResourceDependency.Validate if the designated constraints aren't met.

func (ResourceDependencyValidationError) Cause

Cause function returns cause value.

func (ResourceDependencyValidationError) Error

Error satisfies the builtin error interface

func (ResourceDependencyValidationError) ErrorName

ErrorName returns error name.

func (ResourceDependencyValidationError) Field

Field function returns field value.

func (ResourceDependencyValidationError) Key

Key function returns key value.

func (ResourceDependencyValidationError) Reason

Reason function returns reason value.

type ResourceMultiError

type ResourceMultiError []error

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

func (ResourceMultiError) AllErrors

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error

func (m ResourceMultiError) Error() string

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

type ResourceRevision

type ResourceRevision struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Urn       string                 `protobuf:"bytes,2,opt,name=urn,proto3" json:"urn,omitempty"`
	Labels    map[string]string      `` /* 153-byte string literal not displayed */
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Spec      *ResourceSpec          `protobuf:"bytes,5,opt,name=spec,proto3" json:"spec,omitempty"`
	Reason    string                 `protobuf:"bytes,6,opt,name=reason,proto3" json:"reason,omitempty"`
	CreatedBy string                 `protobuf:"bytes,7,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceRevision) Descriptor deprecated

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

Deprecated: Use ResourceRevision.ProtoReflect.Descriptor instead.

func (*ResourceRevision) GetCreatedAt

func (x *ResourceRevision) GetCreatedAt() *timestamppb.Timestamp

func (*ResourceRevision) GetCreatedBy

func (x *ResourceRevision) GetCreatedBy() string

func (*ResourceRevision) GetId

func (x *ResourceRevision) GetId() string

func (*ResourceRevision) GetLabels

func (x *ResourceRevision) GetLabels() map[string]string

func (*ResourceRevision) GetReason

func (x *ResourceRevision) GetReason() string

func (*ResourceRevision) GetSpec

func (x *ResourceRevision) GetSpec() *ResourceSpec

func (*ResourceRevision) GetUrn

func (x *ResourceRevision) GetUrn() string

func (*ResourceRevision) ProtoMessage

func (*ResourceRevision) ProtoMessage()

func (*ResourceRevision) ProtoReflect

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

func (*ResourceRevision) Reset

func (x *ResourceRevision) Reset()

func (*ResourceRevision) String

func (x *ResourceRevision) String() string

func (*ResourceRevision) Validate

func (m *ResourceRevision) Validate() error

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

func (m *ResourceRevision) ValidateAll() error

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

type ResourceRevisionMultiError

type ResourceRevisionMultiError []error

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

func (ResourceRevisionMultiError) AllErrors

func (m ResourceRevisionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceRevisionMultiError) Error

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

type ResourceRevisionValidationError

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

ResourceRevisionValidationError is the validation error returned by ResourceRevision.Validate if the designated constraints aren't met.

func (ResourceRevisionValidationError) Cause

Cause function returns cause value.

func (ResourceRevisionValidationError) Error

Error satisfies the builtin error interface

func (ResourceRevisionValidationError) ErrorName

ErrorName returns error name.

func (ResourceRevisionValidationError) Field

Field function returns field value.

func (ResourceRevisionValidationError) Key

Key function returns key value.

func (ResourceRevisionValidationError) Reason

Reason function returns reason value.

type ResourceServiceClient

ResourceServiceClient is the client API for ResourceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type ResourceServiceServer

ResourceServiceServer is the server API for ResourceService service. All implementations must embed UnimplementedResourceServiceServer for forward compatibility

type ResourceService_GetLogClient

type ResourceService_GetLogClient interface {
	Recv() (*GetLogResponse, error)
	grpc.ClientStream
}

type ResourceService_GetLogServer

type ResourceService_GetLogServer interface {
	Send(*GetLogResponse) error
	grpc.ServerStream
}

type ResourceSpec

type ResourceSpec struct {
	Configs *structpb.Value `protobuf:"bytes,1,opt,name=configs,proto3" json:"configs,omitempty"`
	// dependencies can be used to refer to other existing resources
	// as dependency of this resource.
	Dependencies []*ResourceDependency `protobuf:"bytes,2,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceSpec) Descriptor deprecated

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

Deprecated: Use ResourceSpec.ProtoReflect.Descriptor instead.

func (*ResourceSpec) GetConfigs

func (x *ResourceSpec) GetConfigs() *structpb.Value

func (*ResourceSpec) GetDependencies

func (x *ResourceSpec) GetDependencies() []*ResourceDependency

func (*ResourceSpec) ProtoMessage

func (*ResourceSpec) ProtoMessage()

func (*ResourceSpec) ProtoReflect

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

func (*ResourceSpec) Reset

func (x *ResourceSpec) Reset()

func (*ResourceSpec) String

func (x *ResourceSpec) String() string

func (*ResourceSpec) Validate

func (m *ResourceSpec) Validate() error

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

func (m *ResourceSpec) ValidateAll() error

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

type ResourceSpecMultiError

type ResourceSpecMultiError []error

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

func (ResourceSpecMultiError) AllErrors

func (m ResourceSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceSpecMultiError) Error

func (m ResourceSpecMultiError) Error() string

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

type ResourceSpecValidationError

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

ResourceSpecValidationError is the validation error returned by ResourceSpec.Validate if the designated constraints aren't met.

func (ResourceSpecValidationError) Cause

Cause function returns cause value.

func (ResourceSpecValidationError) Error

Error satisfies the builtin error interface

func (ResourceSpecValidationError) ErrorName

func (e ResourceSpecValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceSpecValidationError) Field

Field function returns field value.

func (ResourceSpecValidationError) Key

Key function returns key value.

func (ResourceSpecValidationError) Reason

Reason function returns reason value.

type ResourceState

type ResourceState struct {
	Status     ResourceState_Status `protobuf:"varint,1,opt,name=status,proto3,enum=gotocompany.entropy.v1beta1.ResourceState_Status" json:"status,omitempty"`
	Output     *structpb.Value      `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	ModuleData []byte               `protobuf:"bytes,3,opt,name=module_data,json=moduleData,proto3" json:"module_data,omitempty"`
	LogOptions *LogOptions          `protobuf:"bytes,4,opt,name=log_options,json=logOptions,proto3" json:"log_options,omitempty"`
	// information about the ongoing sync process.
	// if status is ERROR / PENDING, this value can be used to understand
	// the issue.
	SyncRetries   int32                  `protobuf:"varint,5,opt,name=sync_retries,json=syncRetries,proto3" json:"sync_retries,omitempty"`
	SyncLastError string                 `protobuf:"bytes,6,opt,name=sync_last_error,json=syncLastError,proto3" json:"sync_last_error,omitempty"`
	NextSyncAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=next_sync_at,json=nextSyncAt,proto3" json:"next_sync_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceState) Descriptor deprecated

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

Deprecated: Use ResourceState.ProtoReflect.Descriptor instead.

func (*ResourceState) GetLogOptions

func (x *ResourceState) GetLogOptions() *LogOptions

func (*ResourceState) GetModuleData

func (x *ResourceState) GetModuleData() []byte

func (*ResourceState) GetNextSyncAt

func (x *ResourceState) GetNextSyncAt() *timestamppb.Timestamp

func (*ResourceState) GetOutput

func (x *ResourceState) GetOutput() *structpb.Value

func (*ResourceState) GetStatus

func (x *ResourceState) GetStatus() ResourceState_Status

func (*ResourceState) GetSyncLastError

func (x *ResourceState) GetSyncLastError() string

func (*ResourceState) GetSyncRetries

func (x *ResourceState) GetSyncRetries() int32

func (*ResourceState) ProtoMessage

func (*ResourceState) ProtoMessage()

func (*ResourceState) ProtoReflect

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

func (*ResourceState) Reset

func (x *ResourceState) Reset()

func (*ResourceState) String

func (x *ResourceState) String() string

func (*ResourceState) Validate

func (m *ResourceState) Validate() error

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

func (m *ResourceState) ValidateAll() error

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

type ResourceStateMultiError

type ResourceStateMultiError []error

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

func (ResourceStateMultiError) AllErrors

func (m ResourceStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceStateMultiError) Error

func (m ResourceStateMultiError) Error() string

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

type ResourceStateValidationError

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

ResourceStateValidationError is the validation error returned by ResourceState.Validate if the designated constraints aren't met.

func (ResourceStateValidationError) Cause

Cause function returns cause value.

func (ResourceStateValidationError) Error

Error satisfies the builtin error interface

func (ResourceStateValidationError) ErrorName

func (e ResourceStateValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceStateValidationError) Field

Field function returns field value.

func (ResourceStateValidationError) Key

Key function returns key value.

func (ResourceStateValidationError) Reason

Reason function returns reason value.

type ResourceState_Status

type ResourceState_Status int32
const (
	ResourceState_STATUS_UNSPECIFIED ResourceState_Status = 0
	ResourceState_STATUS_PENDING     ResourceState_Status = 1
	ResourceState_STATUS_ERROR       ResourceState_Status = 2
	ResourceState_STATUS_DELETED     ResourceState_Status = 3
	ResourceState_STATUS_COMPLETED   ResourceState_Status = 4
)

func (ResourceState_Status) Descriptor

func (ResourceState_Status) Enum

func (ResourceState_Status) EnumDescriptor deprecated

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

Deprecated: Use ResourceState_Status.Descriptor instead.

func (ResourceState_Status) Number

func (ResourceState_Status) String

func (x ResourceState_Status) String() string

func (ResourceState_Status) Type

type ResourceValidationError

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

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type UnimplementedModuleServiceServer

type UnimplementedModuleServiceServer struct {
}

UnimplementedModuleServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedModuleServiceServer) CreateModule

func (UnimplementedModuleServiceServer) DeleteModule

func (UnimplementedModuleServiceServer) GetModule

func (UnimplementedModuleServiceServer) ListModules

func (UnimplementedModuleServiceServer) UpdateModule

type UnimplementedResourceServiceServer

type UnimplementedResourceServiceServer struct {
}

UnimplementedResourceServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedResourceServiceServer) ApplyAction

func (UnimplementedResourceServiceServer) CreateResource

func (UnimplementedResourceServiceServer) DeleteResource

func (UnimplementedResourceServiceServer) GetLog

func (UnimplementedResourceServiceServer) GetResource

func (UnimplementedResourceServiceServer) ListResources

func (UnimplementedResourceServiceServer) UpdateResource

type UnsafeModuleServiceServer

type UnsafeModuleServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeModuleServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ModuleServiceServer will result in compilation errors.

type UnsafeResourceServiceServer

type UnsafeResourceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeResourceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResourceServiceServer will result in compilation errors.

type UpdateModuleRequest

type UpdateModuleRequest struct {
	Urn     string          `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	Configs *structpb.Value `protobuf:"bytes,3,opt,name=configs,proto3" json:"configs,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateModuleRequest) Descriptor deprecated

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

Deprecated: Use UpdateModuleRequest.ProtoReflect.Descriptor instead.

func (*UpdateModuleRequest) GetConfigs

func (x *UpdateModuleRequest) GetConfigs() *structpb.Value

func (*UpdateModuleRequest) GetUrn

func (x *UpdateModuleRequest) GetUrn() string

func (*UpdateModuleRequest) ProtoMessage

func (*UpdateModuleRequest) ProtoMessage()

func (*UpdateModuleRequest) ProtoReflect

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

func (*UpdateModuleRequest) Reset

func (x *UpdateModuleRequest) Reset()

func (*UpdateModuleRequest) String

func (x *UpdateModuleRequest) String() string

func (*UpdateModuleRequest) Validate

func (m *UpdateModuleRequest) Validate() error

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

func (m *UpdateModuleRequest) ValidateAll() error

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

type UpdateModuleRequestMultiError

type UpdateModuleRequestMultiError []error

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

func (UpdateModuleRequestMultiError) AllErrors

func (m UpdateModuleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateModuleRequestMultiError) Error

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

type UpdateModuleRequestValidationError

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

UpdateModuleRequestValidationError is the validation error returned by UpdateModuleRequest.Validate if the designated constraints aren't met.

func (UpdateModuleRequestValidationError) Cause

Cause function returns cause value.

func (UpdateModuleRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateModuleRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateModuleRequestValidationError) Field

Field function returns field value.

func (UpdateModuleRequestValidationError) Key

Key function returns key value.

func (UpdateModuleRequestValidationError) Reason

Reason function returns reason value.

type UpdateModuleResponse

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

func (*UpdateModuleResponse) Descriptor deprecated

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

Deprecated: Use UpdateModuleResponse.ProtoReflect.Descriptor instead.

func (*UpdateModuleResponse) GetModule

func (x *UpdateModuleResponse) GetModule() *Module

func (*UpdateModuleResponse) ProtoMessage

func (*UpdateModuleResponse) ProtoMessage()

func (*UpdateModuleResponse) ProtoReflect

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

func (*UpdateModuleResponse) Reset

func (x *UpdateModuleResponse) Reset()

func (*UpdateModuleResponse) String

func (x *UpdateModuleResponse) String() string

func (*UpdateModuleResponse) Validate

func (m *UpdateModuleResponse) Validate() error

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

func (m *UpdateModuleResponse) ValidateAll() error

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

type UpdateModuleResponseMultiError

type UpdateModuleResponseMultiError []error

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

func (UpdateModuleResponseMultiError) AllErrors

func (m UpdateModuleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateModuleResponseMultiError) Error

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

type UpdateModuleResponseValidationError

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

UpdateModuleResponseValidationError is the validation error returned by UpdateModuleResponse.Validate if the designated constraints aren't met.

func (UpdateModuleResponseValidationError) Cause

Cause function returns cause value.

func (UpdateModuleResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateModuleResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateModuleResponseValidationError) Field

Field function returns field value.

func (UpdateModuleResponseValidationError) Key

Key function returns key value.

func (UpdateModuleResponseValidationError) Reason

Reason function returns reason value.

type UpdateResourceRequest

type UpdateResourceRequest struct {
	Urn     string            `protobuf:"bytes,1,opt,name=urn,proto3" json:"urn,omitempty"`
	NewSpec *ResourceSpec     `protobuf:"bytes,2,opt,name=new_spec,json=newSpec,proto3" json:"new_spec,omitempty"`
	Labels  map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateResourceRequest) Descriptor deprecated

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

Deprecated: Use UpdateResourceRequest.ProtoReflect.Descriptor instead.

func (*UpdateResourceRequest) GetLabels

func (x *UpdateResourceRequest) GetLabels() map[string]string

func (*UpdateResourceRequest) GetNewSpec

func (x *UpdateResourceRequest) GetNewSpec() *ResourceSpec

func (*UpdateResourceRequest) GetUrn

func (x *UpdateResourceRequest) GetUrn() string

func (*UpdateResourceRequest) ProtoMessage

func (*UpdateResourceRequest) ProtoMessage()

func (*UpdateResourceRequest) ProtoReflect

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

func (*UpdateResourceRequest) Reset

func (x *UpdateResourceRequest) Reset()

func (*UpdateResourceRequest) String

func (x *UpdateResourceRequest) String() string

func (*UpdateResourceRequest) Validate

func (m *UpdateResourceRequest) Validate() error

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

func (m *UpdateResourceRequest) ValidateAll() error

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

type UpdateResourceRequestMultiError

type UpdateResourceRequestMultiError []error

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

func (UpdateResourceRequestMultiError) AllErrors

func (m UpdateResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateResourceRequestMultiError) Error

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

type UpdateResourceRequestValidationError

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

UpdateResourceRequestValidationError is the validation error returned by UpdateResourceRequest.Validate if the designated constraints aren't met.

func (UpdateResourceRequestValidationError) Cause

Cause function returns cause value.

func (UpdateResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateResourceRequestValidationError) Field

Field function returns field value.

func (UpdateResourceRequestValidationError) Key

Key function returns key value.

func (UpdateResourceRequestValidationError) Reason

Reason function returns reason value.

type UpdateResourceResponse

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

func (*UpdateResourceResponse) Descriptor deprecated

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

Deprecated: Use UpdateResourceResponse.ProtoReflect.Descriptor instead.

func (*UpdateResourceResponse) GetResource

func (x *UpdateResourceResponse) GetResource() *Resource

func (*UpdateResourceResponse) ProtoMessage

func (*UpdateResourceResponse) ProtoMessage()

func (*UpdateResourceResponse) ProtoReflect

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

func (*UpdateResourceResponse) Reset

func (x *UpdateResourceResponse) Reset()

func (*UpdateResourceResponse) String

func (x *UpdateResourceResponse) String() string

func (*UpdateResourceResponse) Validate

func (m *UpdateResourceResponse) Validate() error

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

func (m *UpdateResourceResponse) ValidateAll() error

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

type UpdateResourceResponseMultiError

type UpdateResourceResponseMultiError []error

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

func (UpdateResourceResponseMultiError) AllErrors

func (m UpdateResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateResourceResponseMultiError) Error

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

type UpdateResourceResponseValidationError

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

UpdateResourceResponseValidationError is the validation error returned by UpdateResourceResponse.Validate if the designated constraints aren't met.

func (UpdateResourceResponseValidationError) Cause

Cause function returns cause value.

func (UpdateResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateResourceResponseValidationError) Field

Field function returns field value.

func (UpdateResourceResponseValidationError) Key

Key function returns key value.

func (UpdateResourceResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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