kafka_exporters

package
v1.31.0 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_streammachine_api_kafka_exporters_v1_kafka_exporters_v1_proto protoreflect.FileDescriptor
View Source
var KafkaExportersService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "streammachine.api.kafka_exporters.v1.KafkaExportersService",
	HandlerType: (*KafkaExportersServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListKafkaExporters",
			Handler:    _KafkaExportersService_ListKafkaExporters_Handler,
		},
		{
			MethodName: "GetKafkaExporter",
			Handler:    _KafkaExportersService_GetKafkaExporter_Handler,
		},
		{
			MethodName: "DeleteKafkaExporter",
			Handler:    _KafkaExportersService_DeleteKafkaExporter_Handler,
		},
		{
			MethodName: "CreateKafkaExporter",
			Handler:    _KafkaExportersService_CreateKafkaExporter_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "streammachine/api/kafka_exporters/v1/kafka_exporters_v1.proto",
}

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

Functions

func RegisterKafkaExportersServiceServer

func RegisterKafkaExportersServiceServer(s grpc.ServiceRegistrar, srv KafkaExportersServiceServer)

Types

type CreateKafkaExporterRequest

type CreateKafkaExporterRequest struct {
	KafkaExporter *v1.KafkaExporter `protobuf:"bytes,1,opt,name=kafka_exporter,json=kafkaExporter,proto3" json:"kafka_exporter,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateKafkaExporterRequest) Descriptor deprecated

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

Deprecated: Use CreateKafkaExporterRequest.ProtoReflect.Descriptor instead.

func (*CreateKafkaExporterRequest) GetKafkaExporter

func (x *CreateKafkaExporterRequest) GetKafkaExporter() *v1.KafkaExporter

func (*CreateKafkaExporterRequest) ProtoMessage

func (*CreateKafkaExporterRequest) ProtoMessage()

func (*CreateKafkaExporterRequest) ProtoReflect

func (*CreateKafkaExporterRequest) Reset

func (x *CreateKafkaExporterRequest) Reset()

func (*CreateKafkaExporterRequest) String

func (x *CreateKafkaExporterRequest) String() string

type CreateKafkaExporterResponse

type CreateKafkaExporterResponse struct {
	KafkaExporter *v1.KafkaExporter `protobuf:"bytes,1,opt,name=kafka_exporter,json=kafkaExporter,proto3" json:"kafka_exporter,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateKafkaExporterResponse) Descriptor deprecated

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

Deprecated: Use CreateKafkaExporterResponse.ProtoReflect.Descriptor instead.

func (*CreateKafkaExporterResponse) GetKafkaExporter

func (x *CreateKafkaExporterResponse) GetKafkaExporter() *v1.KafkaExporter

func (*CreateKafkaExporterResponse) ProtoMessage

func (*CreateKafkaExporterResponse) ProtoMessage()

func (*CreateKafkaExporterResponse) ProtoReflect

func (*CreateKafkaExporterResponse) Reset

func (x *CreateKafkaExporterResponse) Reset()

func (*CreateKafkaExporterResponse) String

func (x *CreateKafkaExporterResponse) String() string

type DeleteKafkaExporterRequest

type DeleteKafkaExporterRequest struct {
	Ref *v1.KafkaExporterRef `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	// (-- api-linter: core::0135::request-unknown-fields=disabled
	//     aip.dev/not-precedent: We really need this field. --)
	Recursive bool `protobuf:"varint,2,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteKafkaExporterRequest) Descriptor deprecated

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

Deprecated: Use DeleteKafkaExporterRequest.ProtoReflect.Descriptor instead.

func (*DeleteKafkaExporterRequest) GetRecursive

func (x *DeleteKafkaExporterRequest) GetRecursive() bool

func (*DeleteKafkaExporterRequest) GetRef

func (*DeleteKafkaExporterRequest) ProtoMessage

func (*DeleteKafkaExporterRequest) ProtoMessage()

func (*DeleteKafkaExporterRequest) ProtoReflect

func (*DeleteKafkaExporterRequest) Reset

func (x *DeleteKafkaExporterRequest) Reset()

func (*DeleteKafkaExporterRequest) String

func (x *DeleteKafkaExporterRequest) String() string

type DeleteKafkaExporterResponse

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

func (*DeleteKafkaExporterResponse) Descriptor deprecated

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

Deprecated: Use DeleteKafkaExporterResponse.ProtoReflect.Descriptor instead.

func (*DeleteKafkaExporterResponse) ProtoMessage

func (*DeleteKafkaExporterResponse) ProtoMessage()

func (*DeleteKafkaExporterResponse) ProtoReflect

func (*DeleteKafkaExporterResponse) Reset

func (x *DeleteKafkaExporterResponse) Reset()

func (*DeleteKafkaExporterResponse) String

func (x *DeleteKafkaExporterResponse) String() string

type GetKafkaExporterRequest

type GetKafkaExporterRequest struct {
	Ref *v1.KafkaExporterRef `protobuf:"bytes,1,opt,name=ref,proto3" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*GetKafkaExporterRequest) Descriptor deprecated

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

Deprecated: Use GetKafkaExporterRequest.ProtoReflect.Descriptor instead.

func (*GetKafkaExporterRequest) GetRef

func (*GetKafkaExporterRequest) ProtoMessage

func (*GetKafkaExporterRequest) ProtoMessage()

func (*GetKafkaExporterRequest) ProtoReflect

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

func (*GetKafkaExporterRequest) Reset

func (x *GetKafkaExporterRequest) Reset()

func (*GetKafkaExporterRequest) String

func (x *GetKafkaExporterRequest) String() string

type GetKafkaExporterResponse

type GetKafkaExporterResponse struct {
	KafkaExporter *v1.KafkaExporter `protobuf:"bytes,1,opt,name=kafka_exporter,json=kafkaExporter,proto3" json:"kafka_exporter,omitempty"`
	// contains filtered or unexported fields
}

func (*GetKafkaExporterResponse) Descriptor deprecated

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

Deprecated: Use GetKafkaExporterResponse.ProtoReflect.Descriptor instead.

func (*GetKafkaExporterResponse) GetKafkaExporter

func (x *GetKafkaExporterResponse) GetKafkaExporter() *v1.KafkaExporter

func (*GetKafkaExporterResponse) ProtoMessage

func (*GetKafkaExporterResponse) ProtoMessage()

func (*GetKafkaExporterResponse) ProtoReflect

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

func (*GetKafkaExporterResponse) Reset

func (x *GetKafkaExporterResponse) Reset()

func (*GetKafkaExporterResponse) String

func (x *GetKafkaExporterResponse) String() string

type KafkaExportersServiceClient

type KafkaExportersServiceClient interface {
	ListKafkaExporters(ctx context.Context, in *ListKafkaExportersRequest, opts ...grpc.CallOption) (*ListKafkaExportersResponse, error)
	GetKafkaExporter(ctx context.Context, in *GetKafkaExporterRequest, opts ...grpc.CallOption) (*GetKafkaExporterResponse, error)
	DeleteKafkaExporter(ctx context.Context, in *DeleteKafkaExporterRequest, opts ...grpc.CallOption) (*DeleteKafkaExporterResponse, error)
	CreateKafkaExporter(ctx context.Context, in *CreateKafkaExporterRequest, opts ...grpc.CallOption) (*CreateKafkaExporterResponse, error)
}

KafkaExportersServiceClient is the client API for KafkaExportersService 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 KafkaExportersServiceServer

type KafkaExportersServiceServer interface {
	ListKafkaExporters(context.Context, *ListKafkaExportersRequest) (*ListKafkaExportersResponse, error)
	GetKafkaExporter(context.Context, *GetKafkaExporterRequest) (*GetKafkaExporterResponse, error)
	DeleteKafkaExporter(context.Context, *DeleteKafkaExporterRequest) (*DeleteKafkaExporterResponse, error)
	CreateKafkaExporter(context.Context, *CreateKafkaExporterRequest) (*CreateKafkaExporterResponse, error)
	// contains filtered or unexported methods
}

KafkaExportersServiceServer is the server API for KafkaExportersService service. All implementations must embed UnimplementedKafkaExportersServiceServer for forward compatibility

type ListKafkaExportersRequest

type ListKafkaExportersRequest struct {
	BillingId string `protobuf:"bytes,1,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListKafkaExportersRequest) Descriptor deprecated

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

Deprecated: Use ListKafkaExportersRequest.ProtoReflect.Descriptor instead.

func (*ListKafkaExportersRequest) GetBillingId

func (x *ListKafkaExportersRequest) GetBillingId() string

func (*ListKafkaExportersRequest) ProtoMessage

func (*ListKafkaExportersRequest) ProtoMessage()

func (*ListKafkaExportersRequest) ProtoReflect

func (*ListKafkaExportersRequest) Reset

func (x *ListKafkaExportersRequest) Reset()

func (*ListKafkaExportersRequest) String

func (x *ListKafkaExportersRequest) String() string

type ListKafkaExportersResponse

type ListKafkaExportersResponse struct {
	KafkaExporters []*v1.KafkaExporter `protobuf:"bytes,1,rep,name=kafka_exporters,json=kafkaExporters,proto3" json:"kafka_exporters,omitempty"`
	// contains filtered or unexported fields
}

func (*ListKafkaExportersResponse) Descriptor deprecated

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

Deprecated: Use ListKafkaExportersResponse.ProtoReflect.Descriptor instead.

func (*ListKafkaExportersResponse) GetKafkaExporters

func (x *ListKafkaExportersResponse) GetKafkaExporters() []*v1.KafkaExporter

func (*ListKafkaExportersResponse) ProtoMessage

func (*ListKafkaExportersResponse) ProtoMessage()

func (*ListKafkaExportersResponse) ProtoReflect

func (*ListKafkaExportersResponse) Reset

func (x *ListKafkaExportersResponse) Reset()

func (*ListKafkaExportersResponse) String

func (x *ListKafkaExportersResponse) String() string

type UnimplementedKafkaExportersServiceServer

type UnimplementedKafkaExportersServiceServer struct {
}

UnimplementedKafkaExportersServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedKafkaExportersServiceServer) CreateKafkaExporter

func (UnimplementedKafkaExportersServiceServer) DeleteKafkaExporter

func (UnimplementedKafkaExportersServiceServer) GetKafkaExporter

func (UnimplementedKafkaExportersServiceServer) ListKafkaExporters

type UnsafeKafkaExportersServiceServer

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

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

Jump to

Keyboard shortcuts

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