customer_entity_versions

package
v2.87.1 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CustomerEntityVersionsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "strmprivacy.api.customer_entity_versions.v1.CustomerEntityVersionsService",
	HandlerType: (*CustomerEntityVersionsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetBatchExporterImage",
			Handler:    _CustomerEntityVersionsService_GetBatchExporterImage_Handler,
		},
		{
			MethodName: "GetKafkaExporterImage",
			Handler:    _CustomerEntityVersionsService_GetKafkaExporterImage_Handler,
		},
		{
			MethodName: "GetDecrypterImage",
			Handler:    _CustomerEntityVersionsService_GetDecrypterImage_Handler,
		},
		{
			MethodName: "GetBatchJobRunnerImage",
			Handler:    _CustomerEntityVersionsService_GetBatchJobRunnerImage_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "strmprivacy/api/customer_entity_versions/v1/customer_entity_versions_v1.proto",
}

CustomerEntityVersionsService_ServiceDesc is the grpc.ServiceDesc for CustomerEntityVersionsService 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_strmprivacy_api_customer_entity_versions_v1_customer_entity_versions_v1_proto protoreflect.FileDescriptor

Functions

func RegisterCustomerEntityVersionsServiceServer

func RegisterCustomerEntityVersionsServiceServer(s grpc.ServiceRegistrar, srv CustomerEntityVersionsServiceServer)

Types

type CustomerEntityVersionsServiceClient

type CustomerEntityVersionsServiceClient interface {
	GetBatchExporterImage(ctx context.Context, in *GetBatchExporterImageRequest, opts ...grpc.CallOption) (*GetBatchExporterImageResponse, error)
	GetKafkaExporterImage(ctx context.Context, in *GetKafkaExporterImageRequest, opts ...grpc.CallOption) (*GetKafkaExporterImageResponse, error)
	GetDecrypterImage(ctx context.Context, in *GetDecrypterImageRequest, opts ...grpc.CallOption) (*GetDecrypterImageResponse, error)
	GetBatchJobRunnerImage(ctx context.Context, in *GetBatchJobRunnerImageRequest, opts ...grpc.CallOption) (*GetBatchJobRunnerImageResponse, error)
}

CustomerEntityVersionsServiceClient is the client API for CustomerEntityVersionsService 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 CustomerEntityVersionsServiceServer

CustomerEntityVersionsServiceServer is the server API for CustomerEntityVersionsService service. All implementations should embed UnimplementedCustomerEntityVersionsServiceServer for forward compatibility

type GetBatchExporterImageRequest

type GetBatchExporterImageRequest struct {
	InstallationType v1.InstallationType `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetBatchExporterImageRequest) Descriptor deprecated

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

Deprecated: Use GetBatchExporterImageRequest.ProtoReflect.Descriptor instead.

func (*GetBatchExporterImageRequest) GetInstallationType added in v2.57.0

func (x *GetBatchExporterImageRequest) GetInstallationType() v1.InstallationType

func (*GetBatchExporterImageRequest) ProtoMessage

func (*GetBatchExporterImageRequest) ProtoMessage()

func (*GetBatchExporterImageRequest) ProtoReflect

func (*GetBatchExporterImageRequest) Reset

func (x *GetBatchExporterImageRequest) Reset()

func (*GetBatchExporterImageRequest) String

type GetBatchExporterImageResponse

type GetBatchExporterImageResponse struct {
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Deprecated: Do not use.
	AwsMarketplaceImage string `protobuf:"bytes,2,opt,name=aws_marketplace_image,json=awsMarketplaceImage,proto3" json:"aws_marketplace_image,omitempty"`
	ImageTag            string `protobuf:"bytes,3,opt,name=image_tag,json=imageTag,proto3" json:"image_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBatchExporterImageResponse) Descriptor deprecated

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

Deprecated: Use GetBatchExporterImageResponse.ProtoReflect.Descriptor instead.

func (*GetBatchExporterImageResponse) GetAwsMarketplaceImage deprecated added in v2.40.0

func (x *GetBatchExporterImageResponse) GetAwsMarketplaceImage() string

Deprecated: Do not use.

func (*GetBatchExporterImageResponse) GetImage

func (x *GetBatchExporterImageResponse) GetImage() string

func (*GetBatchExporterImageResponse) GetImageTag added in v2.65.0

func (x *GetBatchExporterImageResponse) GetImageTag() string

func (*GetBatchExporterImageResponse) ProtoMessage

func (*GetBatchExporterImageResponse) ProtoMessage()

func (*GetBatchExporterImageResponse) ProtoReflect

func (*GetBatchExporterImageResponse) Reset

func (x *GetBatchExporterImageResponse) Reset()

func (*GetBatchExporterImageResponse) String

type GetBatchJobRunnerImageRequest

type GetBatchJobRunnerImageRequest struct {
	InstallationType v1.InstallationType `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetBatchJobRunnerImageRequest) Descriptor deprecated

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

Deprecated: Use GetBatchJobRunnerImageRequest.ProtoReflect.Descriptor instead.

func (*GetBatchJobRunnerImageRequest) GetInstallationType added in v2.57.0

func (x *GetBatchJobRunnerImageRequest) GetInstallationType() v1.InstallationType

func (*GetBatchJobRunnerImageRequest) ProtoMessage

func (*GetBatchJobRunnerImageRequest) ProtoMessage()

func (*GetBatchJobRunnerImageRequest) ProtoReflect

func (*GetBatchJobRunnerImageRequest) Reset

func (x *GetBatchJobRunnerImageRequest) Reset()

func (*GetBatchJobRunnerImageRequest) String

type GetBatchJobRunnerImageResponse

type GetBatchJobRunnerImageResponse struct {
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Deprecated: Do not use.
	AwsMarketplaceImage string `protobuf:"bytes,2,opt,name=aws_marketplace_image,json=awsMarketplaceImage,proto3" json:"aws_marketplace_image,omitempty"`
	ImageTag            string `protobuf:"bytes,3,opt,name=image_tag,json=imageTag,proto3" json:"image_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBatchJobRunnerImageResponse) Descriptor deprecated

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

Deprecated: Use GetBatchJobRunnerImageResponse.ProtoReflect.Descriptor instead.

func (*GetBatchJobRunnerImageResponse) GetAwsMarketplaceImage deprecated added in v2.40.0

func (x *GetBatchJobRunnerImageResponse) GetAwsMarketplaceImage() string

Deprecated: Do not use.

func (*GetBatchJobRunnerImageResponse) GetImage

func (x *GetBatchJobRunnerImageResponse) GetImage() string

func (*GetBatchJobRunnerImageResponse) GetImageTag added in v2.65.0

func (x *GetBatchJobRunnerImageResponse) GetImageTag() string

func (*GetBatchJobRunnerImageResponse) ProtoMessage

func (*GetBatchJobRunnerImageResponse) ProtoMessage()

func (*GetBatchJobRunnerImageResponse) ProtoReflect

func (*GetBatchJobRunnerImageResponse) Reset

func (x *GetBatchJobRunnerImageResponse) Reset()

func (*GetBatchJobRunnerImageResponse) String

type GetDecrypterImageRequest

type GetDecrypterImageRequest struct {
	InstallationType v1.InstallationType `` /* 165-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDecrypterImageRequest) Descriptor deprecated

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

Deprecated: Use GetDecrypterImageRequest.ProtoReflect.Descriptor instead.

func (*GetDecrypterImageRequest) GetInstallationType added in v2.57.0

func (x *GetDecrypterImageRequest) GetInstallationType() v1.InstallationType

func (*GetDecrypterImageRequest) ProtoMessage

func (*GetDecrypterImageRequest) ProtoMessage()

func (*GetDecrypterImageRequest) ProtoReflect

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

func (*GetDecrypterImageRequest) Reset

func (x *GetDecrypterImageRequest) Reset()

func (*GetDecrypterImageRequest) String

func (x *GetDecrypterImageRequest) String() string

type GetDecrypterImageResponse

type GetDecrypterImageResponse struct {
	Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// Deprecated: Do not use.
	AwsMarketplaceImage string `protobuf:"bytes,2,opt,name=aws_marketplace_image,json=awsMarketplaceImage,proto3" json:"aws_marketplace_image,omitempty"`
	ImageTag            string `protobuf:"bytes,3,opt,name=image_tag,json=imageTag,proto3" json:"image_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDecrypterImageResponse) Descriptor deprecated

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

Deprecated: Use GetDecrypterImageResponse.ProtoReflect.Descriptor instead.

func (*GetDecrypterImageResponse) GetAwsMarketplaceImage deprecated added in v2.40.0

func (x *GetDecrypterImageResponse) GetAwsMarketplaceImage() string

Deprecated: Do not use.

func (*GetDecrypterImageResponse) GetImage

func (x *GetDecrypterImageResponse) GetImage() string

func (*GetDecrypterImageResponse) GetImageTag added in v2.65.0

func (x *GetDecrypterImageResponse) GetImageTag() string

func (*GetDecrypterImageResponse) ProtoMessage

func (*GetDecrypterImageResponse) ProtoMessage()

func (*GetDecrypterImageResponse) ProtoReflect

func (*GetDecrypterImageResponse) Reset

func (x *GetDecrypterImageResponse) Reset()

func (*GetDecrypterImageResponse) String

func (x *GetDecrypterImageResponse) String() string

type GetKafkaExporterImageRequest

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

func (*GetKafkaExporterImageRequest) Descriptor deprecated

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

Deprecated: Use GetKafkaExporterImageRequest.ProtoReflect.Descriptor instead.

func (*GetKafkaExporterImageRequest) ProtoMessage

func (*GetKafkaExporterImageRequest) ProtoMessage()

func (*GetKafkaExporterImageRequest) ProtoReflect

func (*GetKafkaExporterImageRequest) Reset

func (x *GetKafkaExporterImageRequest) Reset()

func (*GetKafkaExporterImageRequest) String

type GetKafkaExporterImageResponse

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

func (*GetKafkaExporterImageResponse) Descriptor deprecated

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

Deprecated: Use GetKafkaExporterImageResponse.ProtoReflect.Descriptor instead.

func (*GetKafkaExporterImageResponse) GetImage

func (x *GetKafkaExporterImageResponse) GetImage() string

func (*GetKafkaExporterImageResponse) ProtoMessage

func (*GetKafkaExporterImageResponse) ProtoMessage()

func (*GetKafkaExporterImageResponse) ProtoReflect

func (*GetKafkaExporterImageResponse) Reset

func (x *GetKafkaExporterImageResponse) Reset()

func (*GetKafkaExporterImageResponse) String

type UnimplementedCustomerEntityVersionsServiceServer

type UnimplementedCustomerEntityVersionsServiceServer struct {
}

UnimplementedCustomerEntityVersionsServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchExporterImage

func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchJobRunnerImage

func (UnimplementedCustomerEntityVersionsServiceServer) GetDecrypterImage

func (UnimplementedCustomerEntityVersionsServiceServer) GetKafkaExporterImage

type UnsafeCustomerEntityVersionsServiceServer

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

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

Jump to

Keyboard shortcuts

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