handles

package
v3.0.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_strmprivacy_api_handles_v1_handles_v1_proto protoreflect.FileDescriptor
View Source
var HandlesService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "strmprivacy.api.handles.v1.HandlesService",
	HandlerType: (*HandlesServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListInstallationHandles",
			Handler:    _HandlesService_ListInstallationHandles_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "strmprivacy/api/handles/v1/handles_v1.proto",
}

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

Functions

func RegisterHandlesServiceServer

func RegisterHandlesServiceServer(s grpc.ServiceRegistrar, srv HandlesServiceServer)

Types

type HandlesServiceClient

type HandlesServiceClient interface {
	ListInstallationHandles(ctx context.Context, in *ListInstallationHandlesRequest, opts ...grpc.CallOption) (*ListInstallationHandlesResponse, error)
}

HandlesServiceClient is the client API for HandlesService 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 HandlesServiceServer

type HandlesServiceServer interface {
	ListInstallationHandles(context.Context, *ListInstallationHandlesRequest) (*ListInstallationHandlesResponse, error)
}

HandlesServiceServer is the server API for HandlesService service. All implementations should embed UnimplementedHandlesServiceServer for forward compatibility

type ListInstallationHandlesRequest

type ListInstallationHandlesRequest struct {
	InstallationId string `protobuf:"bytes,1,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstallationHandlesRequest) Descriptor deprecated

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

Deprecated: Use ListInstallationHandlesRequest.ProtoReflect.Descriptor instead.

func (*ListInstallationHandlesRequest) GetInstallationId

func (x *ListInstallationHandlesRequest) GetInstallationId() string

func (*ListInstallationHandlesRequest) ProtoMessage

func (*ListInstallationHandlesRequest) ProtoMessage()

func (*ListInstallationHandlesRequest) ProtoReflect

func (*ListInstallationHandlesRequest) Reset

func (x *ListInstallationHandlesRequest) Reset()

func (*ListInstallationHandlesRequest) String

type ListInstallationHandlesResponse

type ListInstallationHandlesResponse struct {
	InstallationHandles []string `protobuf:"bytes,1,rep,name=installation_handles,json=installationHandles,proto3" json:"installation_handles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInstallationHandlesResponse) Descriptor deprecated

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

Deprecated: Use ListInstallationHandlesResponse.ProtoReflect.Descriptor instead.

func (*ListInstallationHandlesResponse) GetInstallationHandles

func (x *ListInstallationHandlesResponse) GetInstallationHandles() []string

func (*ListInstallationHandlesResponse) ProtoMessage

func (*ListInstallationHandlesResponse) ProtoMessage()

func (*ListInstallationHandlesResponse) ProtoReflect

func (*ListInstallationHandlesResponse) Reset

func (*ListInstallationHandlesResponse) String

type UnimplementedHandlesServiceServer

type UnimplementedHandlesServiceServer struct {
}

UnimplementedHandlesServiceServer should be embedded to have forward compatible implementations.

type UnsafeHandlesServiceServer

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

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

Jump to

Keyboard shortcuts

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