Documentation
¶
Overview ¶
Package enterprise provides gRPC service definitions for meta tests.
Index ¶
- Variables
- func RegisterArcSnapshotServiceServer(s *grpc.Server, srv ArcSnapshotServiceServer)
- type ArcSnapshotServiceClient
- type ArcSnapshotServiceServer
- type EnrollRequest
- func (*EnrollRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EnrollRequest) GetPass() string
- func (x *EnrollRequest) GetUser() string
- func (*EnrollRequest) ProtoMessage()
- func (x *EnrollRequest) ProtoReflect() protoreflect.Message
- func (x *EnrollRequest) Reset()
- func (x *EnrollRequest) String() string
- type UnimplementedArcSnapshotServiceServer
- func (*UnimplementedArcSnapshotServiceServer) Enroll(context.Context, *EnrollRequest) (*empty.Empty, error)
- func (*UnimplementedArcSnapshotServiceServer) WaitForPackagesInMgs(context.Context, *WaitForPackagesInMgsRequest) (*WaitForPackagesInMgsResponse, error)
- func (*UnimplementedArcSnapshotServiceServer) WaitForSnapshot(context.Context, *WaitForSnapshotRequest) (*empty.Empty, error)
- type WaitForPackagesInMgsRequest
- func (*WaitForPackagesInMgsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WaitForPackagesInMgsRequest) GetIsHeadless() bool
- func (x *WaitForPackagesInMgsRequest) GetName() string
- func (x *WaitForPackagesInMgsRequest) GetPackages() []string
- func (x *WaitForPackagesInMgsRequest) GetUser() string
- func (*WaitForPackagesInMgsRequest) ProtoMessage()
- func (x *WaitForPackagesInMgsRequest) ProtoReflect() protoreflect.Message
- func (x *WaitForPackagesInMgsRequest) Reset()
- func (x *WaitForPackagesInMgsRequest) String() string
- type WaitForPackagesInMgsResponse
- func (*WaitForPackagesInMgsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WaitForPackagesInMgsResponse) GetPerf() *perfpb.Values
- func (x *WaitForPackagesInMgsResponse) GetUser() string
- func (*WaitForPackagesInMgsResponse) ProtoMessage()
- func (x *WaitForPackagesInMgsResponse) ProtoReflect() protoreflect.Message
- func (x *WaitForPackagesInMgsResponse) Reset()
- func (x *WaitForPackagesInMgsResponse) String() string
- type WaitForSnapshotRequest
- func (*WaitForSnapshotRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WaitForSnapshotRequest) GetSnapshotNames() []string
- func (*WaitForSnapshotRequest) ProtoMessage()
- func (x *WaitForSnapshotRequest) ProtoReflect() protoreflect.Message
- func (x *WaitForSnapshotRequest) Reset()
- func (x *WaitForSnapshotRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var File_arc_snapshot_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterArcSnapshotServiceServer ¶
func RegisterArcSnapshotServiceServer(s *grpc.Server, srv ArcSnapshotServiceServer)
Types ¶
type ArcSnapshotServiceClient ¶
type ArcSnapshotServiceClient interface { Enroll(ctx context.Context, in *EnrollRequest, opts ...grpc.CallOption) (*empty.Empty, error) WaitForPackagesInMgs(ctx context.Context, in *WaitForPackagesInMgsRequest, opts ...grpc.CallOption) (*WaitForPackagesInMgsResponse, error) WaitForSnapshot(ctx context.Context, in *WaitForSnapshotRequest, opts ...grpc.CallOption) (*empty.Empty, error) }
ArcSnapshotServiceClient is the client API for ArcSnapshotService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewArcSnapshotServiceClient ¶
func NewArcSnapshotServiceClient(cc grpc.ClientConnInterface) ArcSnapshotServiceClient
type ArcSnapshotServiceServer ¶
type ArcSnapshotServiceServer interface { Enroll(context.Context, *EnrollRequest) (*empty.Empty, error) WaitForPackagesInMgs(context.Context, *WaitForPackagesInMgsRequest) (*WaitForPackagesInMgsResponse, error) WaitForSnapshot(context.Context, *WaitForSnapshotRequest) (*empty.Empty, error) }
ArcSnapshotServiceServer is the server API for ArcSnapshotService service.
type EnrollRequest ¶
type EnrollRequest struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Pass string `protobuf:"bytes,2,opt,name=pass,proto3" json:"pass,omitempty"` // contains filtered or unexported fields }
func (*EnrollRequest) Descriptor
deprecated
func (*EnrollRequest) Descriptor() ([]byte, []int)
Deprecated: Use EnrollRequest.ProtoReflect.Descriptor instead.
func (*EnrollRequest) GetPass ¶
func (x *EnrollRequest) GetPass() string
func (*EnrollRequest) GetUser ¶
func (x *EnrollRequest) GetUser() string
func (*EnrollRequest) ProtoMessage ¶
func (*EnrollRequest) ProtoMessage()
func (*EnrollRequest) ProtoReflect ¶
func (x *EnrollRequest) ProtoReflect() protoreflect.Message
func (*EnrollRequest) Reset ¶
func (x *EnrollRequest) Reset()
func (*EnrollRequest) String ¶
func (x *EnrollRequest) String() string
type UnimplementedArcSnapshotServiceServer ¶
type UnimplementedArcSnapshotServiceServer struct { }
UnimplementedArcSnapshotServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedArcSnapshotServiceServer) Enroll ¶
func (*UnimplementedArcSnapshotServiceServer) Enroll(context.Context, *EnrollRequest) (*empty.Empty, error)
func (*UnimplementedArcSnapshotServiceServer) WaitForPackagesInMgs ¶
func (*UnimplementedArcSnapshotServiceServer) WaitForPackagesInMgs(context.Context, *WaitForPackagesInMgsRequest) (*WaitForPackagesInMgsResponse, error)
func (*UnimplementedArcSnapshotServiceServer) WaitForSnapshot ¶
func (*UnimplementedArcSnapshotServiceServer) WaitForSnapshot(context.Context, *WaitForSnapshotRequest) (*empty.Empty, error)
type WaitForPackagesInMgsRequest ¶
type WaitForPackagesInMgsRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` User string `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Packages []string `protobuf:"bytes,3,rep,name=packages,proto3" json:"packages,omitempty"` IsHeadless bool `protobuf:"varint,4,opt,name=is_headless,json=isHeadless,proto3" json:"is_headless,omitempty"` // contains filtered or unexported fields }
func (*WaitForPackagesInMgsRequest) Descriptor
deprecated
func (*WaitForPackagesInMgsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WaitForPackagesInMgsRequest.ProtoReflect.Descriptor instead.
func (*WaitForPackagesInMgsRequest) GetIsHeadless ¶
func (x *WaitForPackagesInMgsRequest) GetIsHeadless() bool
func (*WaitForPackagesInMgsRequest) GetName ¶
func (x *WaitForPackagesInMgsRequest) GetName() string
func (*WaitForPackagesInMgsRequest) GetPackages ¶
func (x *WaitForPackagesInMgsRequest) GetPackages() []string
func (*WaitForPackagesInMgsRequest) GetUser ¶
func (x *WaitForPackagesInMgsRequest) GetUser() string
func (*WaitForPackagesInMgsRequest) ProtoMessage ¶
func (*WaitForPackagesInMgsRequest) ProtoMessage()
func (*WaitForPackagesInMgsRequest) ProtoReflect ¶
func (x *WaitForPackagesInMgsRequest) ProtoReflect() protoreflect.Message
func (*WaitForPackagesInMgsRequest) Reset ¶
func (x *WaitForPackagesInMgsRequest) Reset()
func (*WaitForPackagesInMgsRequest) String ¶
func (x *WaitForPackagesInMgsRequest) String() string
type WaitForPackagesInMgsResponse ¶
type WaitForPackagesInMgsResponse struct { User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` Perf *perfpb.Values `protobuf:"bytes,2,opt,name=perf,proto3" json:"perf,omitempty"` // contains filtered or unexported fields }
func (*WaitForPackagesInMgsResponse) Descriptor
deprecated
func (*WaitForPackagesInMgsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WaitForPackagesInMgsResponse.ProtoReflect.Descriptor instead.
func (*WaitForPackagesInMgsResponse) GetPerf ¶
func (x *WaitForPackagesInMgsResponse) GetPerf() *perfpb.Values
func (*WaitForPackagesInMgsResponse) GetUser ¶
func (x *WaitForPackagesInMgsResponse) GetUser() string
func (*WaitForPackagesInMgsResponse) ProtoMessage ¶
func (*WaitForPackagesInMgsResponse) ProtoMessage()
func (*WaitForPackagesInMgsResponse) ProtoReflect ¶
func (x *WaitForPackagesInMgsResponse) ProtoReflect() protoreflect.Message
func (*WaitForPackagesInMgsResponse) Reset ¶
func (x *WaitForPackagesInMgsResponse) Reset()
func (*WaitForPackagesInMgsResponse) String ¶
func (x *WaitForPackagesInMgsResponse) String() string
type WaitForSnapshotRequest ¶
type WaitForSnapshotRequest struct { SnapshotNames []string `protobuf:"bytes,1,rep,name=snapshot_names,json=snapshotNames,proto3" json:"snapshot_names,omitempty"` // contains filtered or unexported fields }
func (*WaitForSnapshotRequest) Descriptor
deprecated
func (*WaitForSnapshotRequest) Descriptor() ([]byte, []int)
Deprecated: Use WaitForSnapshotRequest.ProtoReflect.Descriptor instead.
func (*WaitForSnapshotRequest) GetSnapshotNames ¶
func (x *WaitForSnapshotRequest) GetSnapshotNames() []string
func (*WaitForSnapshotRequest) ProtoMessage ¶
func (*WaitForSnapshotRequest) ProtoMessage()
func (*WaitForSnapshotRequest) ProtoReflect ¶
func (x *WaitForSnapshotRequest) ProtoReflect() protoreflect.Message
func (*WaitForSnapshotRequest) Reset ¶
func (x *WaitForSnapshotRequest) Reset()
func (*WaitForSnapshotRequest) String ¶
func (x *WaitForSnapshotRequest) String() string