eventsrcsvc

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EventSources_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "autokitteh.eventsrcsvc.EventSources",
	HandlerType: (*EventSourcesServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddEventSource",
			Handler:    _EventSources_AddEventSource_Handler,
		},
		{
			MethodName: "UpdateEventSource",
			Handler:    _EventSources_UpdateEventSource_Handler,
		},
		{
			MethodName: "GetEventSource",
			Handler:    _EventSources_GetEventSource_Handler,
		},
		{
			MethodName: "AddEventSourceProjectBinding",
			Handler:    _EventSources_AddEventSourceProjectBinding_Handler,
		},
		{
			MethodName: "UpdateEventSourceProjectBinding",
			Handler:    _EventSources_UpdateEventSourceProjectBinding_Handler,
		},
		{
			MethodName: "GetEventSourceProjectBindings",
			Handler:    _EventSources_GetEventSourceProjectBindings_Handler,
		},
		{
			MethodName: "ListEventSources",
			Handler:    _EventSources_ListEventSources_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "eventsrcsvc/svc.proto",
}

EventSources_ServiceDesc is the grpc.ServiceDesc for EventSources 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 File_eventsrcsvc_svc_proto protoreflect.FileDescriptor

Functions

func RegisterEventSourcesServer

func RegisterEventSourcesServer(s grpc.ServiceRegistrar, srv EventSourcesServer)

Types

type AddEventSourceProjectBindingRequest

type AddEventSourceProjectBindingRequest struct {
	SrcId            string                                      `protobuf:"bytes,1,opt,name=src_id,json=srcId,proto3" json:"src_id,omitempty"`
	ProjectId        string                                      `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name             string                                      `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	AssociationToken string                                      `protobuf:"bytes,5,opt,name=association_token,json=associationToken,proto3" json:"association_token,omitempty"`
	Settings         *eventsrc.EventSourceProjectBindingSettings `protobuf:"bytes,6,opt,name=settings,proto3" json:"settings,omitempty"`
	SourceConfig     string                                      `protobuf:"bytes,7,opt,name=source_config,json=sourceConfig,proto3" json:"source_config,omitempty"`
	Approved         bool                                        `protobuf:"varint,8,opt,name=approved,proto3" json:"approved,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEventSourceProjectBindingRequest) Descriptor deprecated

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

Deprecated: Use AddEventSourceProjectBindingRequest.ProtoReflect.Descriptor instead.

func (*AddEventSourceProjectBindingRequest) GetApproved

func (x *AddEventSourceProjectBindingRequest) GetApproved() bool

func (*AddEventSourceProjectBindingRequest) GetAssociationToken

func (x *AddEventSourceProjectBindingRequest) GetAssociationToken() string

func (*AddEventSourceProjectBindingRequest) GetName

func (*AddEventSourceProjectBindingRequest) GetProjectId

func (x *AddEventSourceProjectBindingRequest) GetProjectId() string

func (*AddEventSourceProjectBindingRequest) GetSettings

func (*AddEventSourceProjectBindingRequest) GetSourceConfig

func (x *AddEventSourceProjectBindingRequest) GetSourceConfig() string

func (*AddEventSourceProjectBindingRequest) GetSrcId

func (*AddEventSourceProjectBindingRequest) ProtoMessage

func (*AddEventSourceProjectBindingRequest) ProtoMessage()

func (*AddEventSourceProjectBindingRequest) ProtoReflect

func (*AddEventSourceProjectBindingRequest) Reset

func (*AddEventSourceProjectBindingRequest) String

func (*AddEventSourceProjectBindingRequest) Validate

Validate checks the field values on AddEventSourceProjectBindingRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddEventSourceProjectBindingRequestValidationError

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

AddEventSourceProjectBindingRequestValidationError is the validation error returned by AddEventSourceProjectBindingRequest.Validate if the designated constraints aren't met.

func (AddEventSourceProjectBindingRequestValidationError) Cause

Cause function returns cause value.

func (AddEventSourceProjectBindingRequestValidationError) Error

Error satisfies the builtin error interface

func (AddEventSourceProjectBindingRequestValidationError) ErrorName

ErrorName returns error name.

func (AddEventSourceProjectBindingRequestValidationError) Field

Field function returns field value.

func (AddEventSourceProjectBindingRequestValidationError) Key

Key function returns key value.

func (AddEventSourceProjectBindingRequestValidationError) Reason

Reason function returns reason value.

type AddEventSourceProjectBindingResponse

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

func (*AddEventSourceProjectBindingResponse) Descriptor deprecated

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

Deprecated: Use AddEventSourceProjectBindingResponse.ProtoReflect.Descriptor instead.

func (*AddEventSourceProjectBindingResponse) ProtoMessage

func (*AddEventSourceProjectBindingResponse) ProtoMessage()

func (*AddEventSourceProjectBindingResponse) ProtoReflect

func (*AddEventSourceProjectBindingResponse) Reset

func (*AddEventSourceProjectBindingResponse) String

func (*AddEventSourceProjectBindingResponse) Validate

Validate checks the field values on AddEventSourceProjectBindingResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddEventSourceProjectBindingResponseValidationError

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

AddEventSourceProjectBindingResponseValidationError is the validation error returned by AddEventSourceProjectBindingResponse.Validate if the designated constraints aren't met.

func (AddEventSourceProjectBindingResponseValidationError) Cause

Cause function returns cause value.

func (AddEventSourceProjectBindingResponseValidationError) Error

Error satisfies the builtin error interface

func (AddEventSourceProjectBindingResponseValidationError) ErrorName

ErrorName returns error name.

func (AddEventSourceProjectBindingResponseValidationError) Field

Field function returns field value.

func (AddEventSourceProjectBindingResponseValidationError) Key

Key function returns key value.

func (AddEventSourceProjectBindingResponseValidationError) Reason

Reason function returns reason value.

type AddEventSourceRequest

type AddEventSourceRequest struct {
	Id       string                        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Settings *eventsrc.EventSourceSettings `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEventSourceRequest) Descriptor deprecated

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

Deprecated: Use AddEventSourceRequest.ProtoReflect.Descriptor instead.

func (*AddEventSourceRequest) GetId

func (x *AddEventSourceRequest) GetId() string

func (*AddEventSourceRequest) GetSettings

func (*AddEventSourceRequest) ProtoMessage

func (*AddEventSourceRequest) ProtoMessage()

func (*AddEventSourceRequest) ProtoReflect

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

func (*AddEventSourceRequest) Reset

func (x *AddEventSourceRequest) Reset()

func (*AddEventSourceRequest) String

func (x *AddEventSourceRequest) String() string

func (*AddEventSourceRequest) Validate

func (m *AddEventSourceRequest) Validate() error

Validate checks the field values on AddEventSourceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddEventSourceRequestValidationError

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

AddEventSourceRequestValidationError is the validation error returned by AddEventSourceRequest.Validate if the designated constraints aren't met.

func (AddEventSourceRequestValidationError) Cause

Cause function returns cause value.

func (AddEventSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (AddEventSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (AddEventSourceRequestValidationError) Field

Field function returns field value.

func (AddEventSourceRequestValidationError) Key

Key function returns key value.

func (AddEventSourceRequestValidationError) Reason

Reason function returns reason value.

type AddEventSourceResponse

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

func (*AddEventSourceResponse) Descriptor deprecated

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

Deprecated: Use AddEventSourceResponse.ProtoReflect.Descriptor instead.

func (*AddEventSourceResponse) ProtoMessage

func (*AddEventSourceResponse) ProtoMessage()

func (*AddEventSourceResponse) ProtoReflect

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

func (*AddEventSourceResponse) Reset

func (x *AddEventSourceResponse) Reset()

func (*AddEventSourceResponse) String

func (x *AddEventSourceResponse) String() string

func (*AddEventSourceResponse) Validate

func (m *AddEventSourceResponse) Validate() error

Validate checks the field values on AddEventSourceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type AddEventSourceResponseValidationError

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

AddEventSourceResponseValidationError is the validation error returned by AddEventSourceResponse.Validate if the designated constraints aren't met.

func (AddEventSourceResponseValidationError) Cause

Cause function returns cause value.

func (AddEventSourceResponseValidationError) Error

Error satisfies the builtin error interface

func (AddEventSourceResponseValidationError) ErrorName

ErrorName returns error name.

func (AddEventSourceResponseValidationError) Field

Field function returns field value.

func (AddEventSourceResponseValidationError) Key

Key function returns key value.

func (AddEventSourceResponseValidationError) Reason

Reason function returns reason value.

type EventSourcesClient

EventSourcesClient is the client API for EventSources 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 EventSourcesServer

EventSourcesServer is the server API for EventSources service. All implementations must embed UnimplementedEventSourcesServer for forward compatibility

type GetEventSourceProjectBindingsRequest

type GetEventSourceProjectBindingsRequest struct {
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`                                                         // optional filter.
	ProjectId         string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`                          // optional filter
	Name              string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`                                                     // optional filter
	AssociationToken  string `protobuf:"bytes,5,opt,name=association_token,json=associationToken,proto3" json:"association_token,omitempty"`     // optional filter
	IncludeUnapproved bool   `protobuf:"varint,6,opt,name=include_unapproved,json=includeUnapproved,proto3" json:"include_unapproved,omitempty"` // if true, include also unapproved.
	// contains filtered or unexported fields
}

func (*GetEventSourceProjectBindingsRequest) Descriptor deprecated

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

Deprecated: Use GetEventSourceProjectBindingsRequest.ProtoReflect.Descriptor instead.

func (*GetEventSourceProjectBindingsRequest) GetAssociationToken

func (x *GetEventSourceProjectBindingsRequest) GetAssociationToken() string

func (*GetEventSourceProjectBindingsRequest) GetId

func (*GetEventSourceProjectBindingsRequest) GetIncludeUnapproved

func (x *GetEventSourceProjectBindingsRequest) GetIncludeUnapproved() bool

func (*GetEventSourceProjectBindingsRequest) GetName

func (*GetEventSourceProjectBindingsRequest) GetProjectId

func (x *GetEventSourceProjectBindingsRequest) GetProjectId() string

func (*GetEventSourceProjectBindingsRequest) ProtoMessage

func (*GetEventSourceProjectBindingsRequest) ProtoMessage()

func (*GetEventSourceProjectBindingsRequest) ProtoReflect

func (*GetEventSourceProjectBindingsRequest) Reset

func (*GetEventSourceProjectBindingsRequest) String

func (*GetEventSourceProjectBindingsRequest) Validate

Validate checks the field values on GetEventSourceProjectBindingsRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetEventSourceProjectBindingsRequestValidationError

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

GetEventSourceProjectBindingsRequestValidationError is the validation error returned by GetEventSourceProjectBindingsRequest.Validate if the designated constraints aren't met.

func (GetEventSourceProjectBindingsRequestValidationError) Cause

Cause function returns cause value.

func (GetEventSourceProjectBindingsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEventSourceProjectBindingsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetEventSourceProjectBindingsRequestValidationError) Field

Field function returns field value.

func (GetEventSourceProjectBindingsRequestValidationError) Key

Key function returns key value.

func (GetEventSourceProjectBindingsRequestValidationError) Reason

Reason function returns reason value.

type GetEventSourceProjectBindingsResponse

type GetEventSourceProjectBindingsResponse struct {
	Bindings []*eventsrc.EventSourceProjectBinding `protobuf:"bytes,1,rep,name=bindings,proto3" json:"bindings,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEventSourceProjectBindingsResponse) Descriptor deprecated

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

Deprecated: Use GetEventSourceProjectBindingsResponse.ProtoReflect.Descriptor instead.

func (*GetEventSourceProjectBindingsResponse) GetBindings

func (*GetEventSourceProjectBindingsResponse) ProtoMessage

func (*GetEventSourceProjectBindingsResponse) ProtoMessage()

func (*GetEventSourceProjectBindingsResponse) ProtoReflect

func (*GetEventSourceProjectBindingsResponse) Reset

func (*GetEventSourceProjectBindingsResponse) String

func (*GetEventSourceProjectBindingsResponse) Validate

Validate checks the field values on GetEventSourceProjectBindingsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetEventSourceProjectBindingsResponseValidationError

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

GetEventSourceProjectBindingsResponseValidationError is the validation error returned by GetEventSourceProjectBindingsResponse.Validate if the designated constraints aren't met.

func (GetEventSourceProjectBindingsResponseValidationError) Cause

Cause function returns cause value.

func (GetEventSourceProjectBindingsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEventSourceProjectBindingsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEventSourceProjectBindingsResponseValidationError) Field

Field function returns field value.

func (GetEventSourceProjectBindingsResponseValidationError) Key

Key function returns key value.

func (GetEventSourceProjectBindingsResponseValidationError) Reason

Reason function returns reason value.

type GetEventSourceRequest

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

func (*GetEventSourceRequest) Descriptor deprecated

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

Deprecated: Use GetEventSourceRequest.ProtoReflect.Descriptor instead.

func (*GetEventSourceRequest) GetId

func (x *GetEventSourceRequest) GetId() string

func (*GetEventSourceRequest) ProtoMessage

func (*GetEventSourceRequest) ProtoMessage()

func (*GetEventSourceRequest) ProtoReflect

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

func (*GetEventSourceRequest) Reset

func (x *GetEventSourceRequest) Reset()

func (*GetEventSourceRequest) String

func (x *GetEventSourceRequest) String() string

func (*GetEventSourceRequest) Validate

func (m *GetEventSourceRequest) Validate() error

Validate checks the field values on GetEventSourceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetEventSourceRequestValidationError

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

GetEventSourceRequestValidationError is the validation error returned by GetEventSourceRequest.Validate if the designated constraints aren't met.

func (GetEventSourceRequestValidationError) Cause

Cause function returns cause value.

func (GetEventSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEventSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetEventSourceRequestValidationError) Field

Field function returns field value.

func (GetEventSourceRequestValidationError) Key

Key function returns key value.

func (GetEventSourceRequestValidationError) Reason

Reason function returns reason value.

type GetEventSourceResponse

type GetEventSourceResponse struct {
	Src *eventsrc.EventSource `protobuf:"bytes,1,opt,name=src,proto3" json:"src,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEventSourceResponse) Descriptor deprecated

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

Deprecated: Use GetEventSourceResponse.ProtoReflect.Descriptor instead.

func (*GetEventSourceResponse) GetSrc

func (*GetEventSourceResponse) ProtoMessage

func (*GetEventSourceResponse) ProtoMessage()

func (*GetEventSourceResponse) ProtoReflect

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

func (*GetEventSourceResponse) Reset

func (x *GetEventSourceResponse) Reset()

func (*GetEventSourceResponse) String

func (x *GetEventSourceResponse) String() string

func (*GetEventSourceResponse) Validate

func (m *GetEventSourceResponse) Validate() error

Validate checks the field values on GetEventSourceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type GetEventSourceResponseValidationError

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

GetEventSourceResponseValidationError is the validation error returned by GetEventSourceResponse.Validate if the designated constraints aren't met.

func (GetEventSourceResponseValidationError) Cause

Cause function returns cause value.

func (GetEventSourceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEventSourceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEventSourceResponseValidationError) Field

Field function returns field value.

func (GetEventSourceResponseValidationError) Key

Key function returns key value.

func (GetEventSourceResponseValidationError) Reason

Reason function returns reason value.

type ListEventSourcesRequest

type ListEventSourcesRequest struct {
	AccountName string `protobuf:"bytes,1,opt,name=account_name,json=accountName,proto3" json:"account_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEventSourcesRequest) Descriptor deprecated

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

Deprecated: Use ListEventSourcesRequest.ProtoReflect.Descriptor instead.

func (*ListEventSourcesRequest) GetAccountName

func (x *ListEventSourcesRequest) GetAccountName() string

func (*ListEventSourcesRequest) ProtoMessage

func (*ListEventSourcesRequest) ProtoMessage()

func (*ListEventSourcesRequest) ProtoReflect

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

func (*ListEventSourcesRequest) Reset

func (x *ListEventSourcesRequest) Reset()

func (*ListEventSourcesRequest) String

func (x *ListEventSourcesRequest) String() string

func (*ListEventSourcesRequest) Validate

func (m *ListEventSourcesRequest) Validate() error

Validate checks the field values on ListEventSourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ListEventSourcesRequestValidationError

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

ListEventSourcesRequestValidationError is the validation error returned by ListEventSourcesRequest.Validate if the designated constraints aren't met.

func (ListEventSourcesRequestValidationError) Cause

Cause function returns cause value.

func (ListEventSourcesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListEventSourcesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListEventSourcesRequestValidationError) Field

Field function returns field value.

func (ListEventSourcesRequestValidationError) Key

Key function returns key value.

func (ListEventSourcesRequestValidationError) Reason

Reason function returns reason value.

type ListEventSourcesResponse

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

func (*ListEventSourcesResponse) Descriptor deprecated

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

Deprecated: Use ListEventSourcesResponse.ProtoReflect.Descriptor instead.

func (*ListEventSourcesResponse) GetIds

func (x *ListEventSourcesResponse) GetIds() []string

func (*ListEventSourcesResponse) ProtoMessage

func (*ListEventSourcesResponse) ProtoMessage()

func (*ListEventSourcesResponse) ProtoReflect

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

func (*ListEventSourcesResponse) Reset

func (x *ListEventSourcesResponse) Reset()

func (*ListEventSourcesResponse) String

func (x *ListEventSourcesResponse) String() string

func (*ListEventSourcesResponse) Validate

func (m *ListEventSourcesResponse) Validate() error

Validate checks the field values on ListEventSourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type ListEventSourcesResponseValidationError

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

ListEventSourcesResponseValidationError is the validation error returned by ListEventSourcesResponse.Validate if the designated constraints aren't met.

func (ListEventSourcesResponseValidationError) Cause

Cause function returns cause value.

func (ListEventSourcesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListEventSourcesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListEventSourcesResponseValidationError) Field

Field function returns field value.

func (ListEventSourcesResponseValidationError) Key

Key function returns key value.

func (ListEventSourcesResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedEventSourcesServer

type UnimplementedEventSourcesServer struct {
}

UnimplementedEventSourcesServer must be embedded to have forward compatible implementations.

func (UnimplementedEventSourcesServer) AddEventSource

func (UnimplementedEventSourcesServer) GetEventSource

func (UnimplementedEventSourcesServer) ListEventSources

func (UnimplementedEventSourcesServer) UpdateEventSource

type UnsafeEventSourcesServer

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

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

type UpdateEventSourceProjectBindingRequest

type UpdateEventSourceProjectBindingRequest struct {
	SrcId     string                                      `protobuf:"bytes,1,opt,name=src_id,json=srcId,proto3" json:"src_id,omitempty"`
	ProjectId string                                      `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name      string                                      `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Approved  bool                                        `protobuf:"varint,4,opt,name=approved,proto3" json:"approved,omitempty"`
	Settings  *eventsrc.EventSourceProjectBindingSettings `protobuf:"bytes,5,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEventSourceProjectBindingRequest) Descriptor deprecated

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

Deprecated: Use UpdateEventSourceProjectBindingRequest.ProtoReflect.Descriptor instead.

func (*UpdateEventSourceProjectBindingRequest) GetApproved

func (*UpdateEventSourceProjectBindingRequest) GetName

func (*UpdateEventSourceProjectBindingRequest) GetProjectId

func (*UpdateEventSourceProjectBindingRequest) GetSettings

func (*UpdateEventSourceProjectBindingRequest) GetSrcId

func (*UpdateEventSourceProjectBindingRequest) ProtoMessage

func (*UpdateEventSourceProjectBindingRequest) ProtoReflect

func (*UpdateEventSourceProjectBindingRequest) Reset

func (*UpdateEventSourceProjectBindingRequest) String

func (*UpdateEventSourceProjectBindingRequest) Validate

Validate checks the field values on UpdateEventSourceProjectBindingRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateEventSourceProjectBindingRequestValidationError

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

UpdateEventSourceProjectBindingRequestValidationError is the validation error returned by UpdateEventSourceProjectBindingRequest.Validate if the designated constraints aren't met.

func (UpdateEventSourceProjectBindingRequestValidationError) Cause

Cause function returns cause value.

func (UpdateEventSourceProjectBindingRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventSourceProjectBindingRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventSourceProjectBindingRequestValidationError) Field

Field function returns field value.

func (UpdateEventSourceProjectBindingRequestValidationError) Key

Key function returns key value.

func (UpdateEventSourceProjectBindingRequestValidationError) Reason

Reason function returns reason value.

type UpdateEventSourceProjectBindingResponse

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

func (*UpdateEventSourceProjectBindingResponse) Descriptor deprecated

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

Deprecated: Use UpdateEventSourceProjectBindingResponse.ProtoReflect.Descriptor instead.

func (*UpdateEventSourceProjectBindingResponse) ProtoMessage

func (*UpdateEventSourceProjectBindingResponse) ProtoReflect

func (*UpdateEventSourceProjectBindingResponse) Reset

func (*UpdateEventSourceProjectBindingResponse) String

func (*UpdateEventSourceProjectBindingResponse) Validate

Validate checks the field values on UpdateEventSourceProjectBindingResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateEventSourceProjectBindingResponseValidationError

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

UpdateEventSourceProjectBindingResponseValidationError is the validation error returned by UpdateEventSourceProjectBindingResponse.Validate if the designated constraints aren't met.

func (UpdateEventSourceProjectBindingResponseValidationError) Cause

Cause function returns cause value.

func (UpdateEventSourceProjectBindingResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventSourceProjectBindingResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventSourceProjectBindingResponseValidationError) Field

Field function returns field value.

func (UpdateEventSourceProjectBindingResponseValidationError) Key

Key function returns key value.

func (UpdateEventSourceProjectBindingResponseValidationError) Reason

Reason function returns reason value.

type UpdateEventSourceRequest

type UpdateEventSourceRequest struct {
	Id       string                        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Settings *eventsrc.EventSourceSettings `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEventSourceRequest) Descriptor deprecated

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

Deprecated: Use UpdateEventSourceRequest.ProtoReflect.Descriptor instead.

func (*UpdateEventSourceRequest) GetId

func (x *UpdateEventSourceRequest) GetId() string

func (*UpdateEventSourceRequest) GetSettings

func (*UpdateEventSourceRequest) ProtoMessage

func (*UpdateEventSourceRequest) ProtoMessage()

func (*UpdateEventSourceRequest) ProtoReflect

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

func (*UpdateEventSourceRequest) Reset

func (x *UpdateEventSourceRequest) Reset()

func (*UpdateEventSourceRequest) String

func (x *UpdateEventSourceRequest) String() string

func (*UpdateEventSourceRequest) Validate

func (m *UpdateEventSourceRequest) Validate() error

Validate checks the field values on UpdateEventSourceRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateEventSourceRequestValidationError

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

UpdateEventSourceRequestValidationError is the validation error returned by UpdateEventSourceRequest.Validate if the designated constraints aren't met.

func (UpdateEventSourceRequestValidationError) Cause

Cause function returns cause value.

func (UpdateEventSourceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventSourceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventSourceRequestValidationError) Field

Field function returns field value.

func (UpdateEventSourceRequestValidationError) Key

Key function returns key value.

func (UpdateEventSourceRequestValidationError) Reason

Reason function returns reason value.

type UpdateEventSourceResponse

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

func (*UpdateEventSourceResponse) Descriptor deprecated

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

Deprecated: Use UpdateEventSourceResponse.ProtoReflect.Descriptor instead.

func (*UpdateEventSourceResponse) ProtoMessage

func (*UpdateEventSourceResponse) ProtoMessage()

func (*UpdateEventSourceResponse) ProtoReflect

func (*UpdateEventSourceResponse) Reset

func (x *UpdateEventSourceResponse) Reset()

func (*UpdateEventSourceResponse) String

func (x *UpdateEventSourceResponse) String() string

func (*UpdateEventSourceResponse) Validate

func (m *UpdateEventSourceResponse) Validate() error

Validate checks the field values on UpdateEventSourceResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type UpdateEventSourceResponseValidationError

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

UpdateEventSourceResponseValidationError is the validation error returned by UpdateEventSourceResponse.Validate if the designated constraints aren't met.

func (UpdateEventSourceResponseValidationError) Cause

Cause function returns cause value.

func (UpdateEventSourceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventSourceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventSourceResponseValidationError) Field

Field function returns field value.

func (UpdateEventSourceResponseValidationError) Key

Key function returns key value.

func (UpdateEventSourceResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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