Documentation ¶
Index ¶
- Variables
- func RegisterCustomerEntityVersionsServiceServer(s grpc.ServiceRegistrar, srv CustomerEntityVersionsServiceServer)
- type CustomerEntityVersionsServiceClient
- type CustomerEntityVersionsServiceServer
- type GetBatchExporterImageRequest
- func (*GetBatchExporterImageRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetBatchExporterImageRequest) ProtoMessage()
- func (x *GetBatchExporterImageRequest) ProtoReflect() protoreflect.Message
- func (x *GetBatchExporterImageRequest) Reset()
- func (x *GetBatchExporterImageRequest) String() string
- type GetBatchExporterImageResponse
- func (*GetBatchExporterImageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBatchExporterImageResponse) GetAwsMarketplaceImage() string
- func (x *GetBatchExporterImageResponse) GetImage() string
- func (*GetBatchExporterImageResponse) ProtoMessage()
- func (x *GetBatchExporterImageResponse) ProtoReflect() protoreflect.Message
- func (x *GetBatchExporterImageResponse) Reset()
- func (x *GetBatchExporterImageResponse) String() string
- type GetBatchJobRunnerImageRequest
- func (*GetBatchJobRunnerImageRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetBatchJobRunnerImageRequest) ProtoMessage()
- func (x *GetBatchJobRunnerImageRequest) ProtoReflect() protoreflect.Message
- func (x *GetBatchJobRunnerImageRequest) Reset()
- func (x *GetBatchJobRunnerImageRequest) String() string
- type GetBatchJobRunnerImageResponse
- func (*GetBatchJobRunnerImageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBatchJobRunnerImageResponse) GetAwsMarketplaceImage() string
- func (x *GetBatchJobRunnerImageResponse) GetImage() string
- func (*GetBatchJobRunnerImageResponse) ProtoMessage()
- func (x *GetBatchJobRunnerImageResponse) ProtoReflect() protoreflect.Message
- func (x *GetBatchJobRunnerImageResponse) Reset()
- func (x *GetBatchJobRunnerImageResponse) String() string
- type GetDecrypterImageRequest
- type GetDecrypterImageResponse
- func (*GetDecrypterImageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetDecrypterImageResponse) GetAwsMarketplaceImage() string
- func (x *GetDecrypterImageResponse) GetImage() string
- func (*GetDecrypterImageResponse) ProtoMessage()
- func (x *GetDecrypterImageResponse) ProtoReflect() protoreflect.Message
- func (x *GetDecrypterImageResponse) Reset()
- func (x *GetDecrypterImageResponse) String() string
- type GetKafkaExporterImageRequest
- func (*GetKafkaExporterImageRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetKafkaExporterImageRequest) ProtoMessage()
- func (x *GetKafkaExporterImageRequest) ProtoReflect() protoreflect.Message
- func (x *GetKafkaExporterImageRequest) Reset()
- func (x *GetKafkaExporterImageRequest) String() string
- type GetKafkaExporterImageResponse
- func (*GetKafkaExporterImageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetKafkaExporterImageResponse) GetImage() string
- func (*GetKafkaExporterImageResponse) ProtoMessage()
- func (x *GetKafkaExporterImageResponse) ProtoReflect() protoreflect.Message
- func (x *GetKafkaExporterImageResponse) Reset()
- func (x *GetKafkaExporterImageResponse) String() string
- type UnimplementedCustomerEntityVersionsServiceServer
- func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchExporterImage(context.Context, *GetBatchExporterImageRequest) (*GetBatchExporterImageResponse, error)
- func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchJobRunnerImage(context.Context, *GetBatchJobRunnerImageRequest) (*GetBatchJobRunnerImageResponse, error)
- func (UnimplementedCustomerEntityVersionsServiceServer) GetDecrypterImage(context.Context, *GetDecrypterImageRequest) (*GetDecrypterImageResponse, error)
- func (UnimplementedCustomerEntityVersionsServiceServer) GetKafkaExporterImage(context.Context, *GetKafkaExporterImageRequest) (*GetKafkaExporterImageResponse, error)
- type UnsafeCustomerEntityVersionsServiceServer
Constants ¶
This section is empty.
Variables ¶
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)
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.
func NewCustomerEntityVersionsServiceClient ¶
func NewCustomerEntityVersionsServiceClient(cc grpc.ClientConnInterface) CustomerEntityVersionsServiceClient
type CustomerEntityVersionsServiceServer ¶
type CustomerEntityVersionsServiceServer interface { GetBatchExporterImage(context.Context, *GetBatchExporterImageRequest) (*GetBatchExporterImageResponse, error) GetKafkaExporterImage(context.Context, *GetKafkaExporterImageRequest) (*GetKafkaExporterImageResponse, error) GetDecrypterImage(context.Context, *GetDecrypterImageRequest) (*GetDecrypterImageResponse, error) GetBatchJobRunnerImage(context.Context, *GetBatchJobRunnerImageRequest) (*GetBatchJobRunnerImageResponse, error) // contains filtered or unexported methods }
CustomerEntityVersionsServiceServer is the server API for CustomerEntityVersionsService service. All implementations must embed UnimplementedCustomerEntityVersionsServiceServer for forward compatibility
type GetBatchExporterImageRequest ¶
type GetBatchExporterImageRequest struct {
// contains filtered or unexported fields
}
func (*GetBatchExporterImageRequest) Descriptor
deprecated
func (*GetBatchExporterImageRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBatchExporterImageRequest.ProtoReflect.Descriptor instead.
func (*GetBatchExporterImageRequest) ProtoMessage ¶
func (*GetBatchExporterImageRequest) ProtoMessage()
func (*GetBatchExporterImageRequest) ProtoReflect ¶
func (x *GetBatchExporterImageRequest) ProtoReflect() protoreflect.Message
func (*GetBatchExporterImageRequest) Reset ¶
func (x *GetBatchExporterImageRequest) Reset()
func (*GetBatchExporterImageRequest) String ¶
func (x *GetBatchExporterImageRequest) String() string
type GetBatchExporterImageResponse ¶
type GetBatchExporterImageResponse struct { Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` AwsMarketplaceImage string `protobuf:"bytes,2,opt,name=aws_marketplace_image,json=awsMarketplaceImage,proto3" json:"aws_marketplace_image,omitempty"` // contains filtered or unexported fields }
func (*GetBatchExporterImageResponse) Descriptor
deprecated
func (*GetBatchExporterImageResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBatchExporterImageResponse.ProtoReflect.Descriptor instead.
func (*GetBatchExporterImageResponse) GetAwsMarketplaceImage ¶ added in v2.40.0
func (x *GetBatchExporterImageResponse) GetAwsMarketplaceImage() string
func (*GetBatchExporterImageResponse) GetImage ¶
func (x *GetBatchExporterImageResponse) GetImage() string
func (*GetBatchExporterImageResponse) ProtoMessage ¶
func (*GetBatchExporterImageResponse) ProtoMessage()
func (*GetBatchExporterImageResponse) ProtoReflect ¶
func (x *GetBatchExporterImageResponse) ProtoReflect() protoreflect.Message
func (*GetBatchExporterImageResponse) Reset ¶
func (x *GetBatchExporterImageResponse) Reset()
func (*GetBatchExporterImageResponse) String ¶
func (x *GetBatchExporterImageResponse) String() string
type GetBatchJobRunnerImageRequest ¶
type GetBatchJobRunnerImageRequest struct {
// contains filtered or unexported fields
}
func (*GetBatchJobRunnerImageRequest) Descriptor
deprecated
func (*GetBatchJobRunnerImageRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBatchJobRunnerImageRequest.ProtoReflect.Descriptor instead.
func (*GetBatchJobRunnerImageRequest) ProtoMessage ¶
func (*GetBatchJobRunnerImageRequest) ProtoMessage()
func (*GetBatchJobRunnerImageRequest) ProtoReflect ¶
func (x *GetBatchJobRunnerImageRequest) ProtoReflect() protoreflect.Message
func (*GetBatchJobRunnerImageRequest) Reset ¶
func (x *GetBatchJobRunnerImageRequest) Reset()
func (*GetBatchJobRunnerImageRequest) String ¶
func (x *GetBatchJobRunnerImageRequest) String() string
type GetBatchJobRunnerImageResponse ¶
type GetBatchJobRunnerImageResponse struct { Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` AwsMarketplaceImage string `protobuf:"bytes,2,opt,name=aws_marketplace_image,json=awsMarketplaceImage,proto3" json:"aws_marketplace_image,omitempty"` // contains filtered or unexported fields }
func (*GetBatchJobRunnerImageResponse) Descriptor
deprecated
func (*GetBatchJobRunnerImageResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBatchJobRunnerImageResponse.ProtoReflect.Descriptor instead.
func (*GetBatchJobRunnerImageResponse) GetAwsMarketplaceImage ¶ added in v2.40.0
func (x *GetBatchJobRunnerImageResponse) GetAwsMarketplaceImage() string
func (*GetBatchJobRunnerImageResponse) GetImage ¶
func (x *GetBatchJobRunnerImageResponse) GetImage() string
func (*GetBatchJobRunnerImageResponse) ProtoMessage ¶
func (*GetBatchJobRunnerImageResponse) ProtoMessage()
func (*GetBatchJobRunnerImageResponse) ProtoReflect ¶
func (x *GetBatchJobRunnerImageResponse) ProtoReflect() protoreflect.Message
func (*GetBatchJobRunnerImageResponse) Reset ¶
func (x *GetBatchJobRunnerImageResponse) Reset()
func (*GetBatchJobRunnerImageResponse) String ¶
func (x *GetBatchJobRunnerImageResponse) String() string
type GetDecrypterImageRequest ¶
type GetDecrypterImageRequest struct {
// contains filtered or unexported fields
}
func (*GetDecrypterImageRequest) Descriptor
deprecated
func (*GetDecrypterImageRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetDecrypterImageRequest.ProtoReflect.Descriptor instead.
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"` AwsMarketplaceImage string `protobuf:"bytes,2,opt,name=aws_marketplace_image,json=awsMarketplaceImage,proto3" json:"aws_marketplace_image,omitempty"` // contains filtered or unexported fields }
func (*GetDecrypterImageResponse) Descriptor
deprecated
func (*GetDecrypterImageResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetDecrypterImageResponse.ProtoReflect.Descriptor instead.
func (*GetDecrypterImageResponse) GetAwsMarketplaceImage ¶ added in v2.40.0
func (x *GetDecrypterImageResponse) GetAwsMarketplaceImage() string
func (*GetDecrypterImageResponse) GetImage ¶
func (x *GetDecrypterImageResponse) GetImage() string
func (*GetDecrypterImageResponse) ProtoMessage ¶
func (*GetDecrypterImageResponse) ProtoMessage()
func (*GetDecrypterImageResponse) ProtoReflect ¶
func (x *GetDecrypterImageResponse) ProtoReflect() protoreflect.Message
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 (x *GetKafkaExporterImageRequest) ProtoReflect() protoreflect.Message
func (*GetKafkaExporterImageRequest) Reset ¶
func (x *GetKafkaExporterImageRequest) Reset()
func (*GetKafkaExporterImageRequest) String ¶
func (x *GetKafkaExporterImageRequest) String() 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 (x *GetKafkaExporterImageResponse) ProtoReflect() protoreflect.Message
func (*GetKafkaExporterImageResponse) Reset ¶
func (x *GetKafkaExporterImageResponse) Reset()
func (*GetKafkaExporterImageResponse) String ¶
func (x *GetKafkaExporterImageResponse) String() string
type UnimplementedCustomerEntityVersionsServiceServer ¶
type UnimplementedCustomerEntityVersionsServiceServer struct { }
UnimplementedCustomerEntityVersionsServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchExporterImage ¶
func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchExporterImage(context.Context, *GetBatchExporterImageRequest) (*GetBatchExporterImageResponse, error)
func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchJobRunnerImage ¶
func (UnimplementedCustomerEntityVersionsServiceServer) GetBatchJobRunnerImage(context.Context, *GetBatchJobRunnerImageRequest) (*GetBatchJobRunnerImageResponse, error)
func (UnimplementedCustomerEntityVersionsServiceServer) GetDecrypterImage ¶
func (UnimplementedCustomerEntityVersionsServiceServer) GetDecrypterImage(context.Context, *GetDecrypterImageRequest) (*GetDecrypterImageResponse, error)
func (UnimplementedCustomerEntityVersionsServiceServer) GetKafkaExporterImage ¶
func (UnimplementedCustomerEntityVersionsServiceServer) GetKafkaExporterImage(context.Context, *GetKafkaExporterImageRequest) (*GetKafkaExporterImageResponse, error)
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.