Versions in this module Expand all Collapse all v1 v1.27.3 Jul 11, 2023 v1.26.6 Jul 11, 2023 Changes in this version + var File_api_proto protoreflect.FileDescriptor + var VMWareDesktopAutoscalerService_ServiceDesc = grpc.ServiceDesc + func RegisterVMWareDesktopAutoscalerServiceServer(s grpc.ServiceRegistrar, srv VMWareDesktopAutoscalerServiceServer) + type ApiError interface + Error func() string + func NewApiError(err *ClientError) ApiError + type AutoStartReply struct + Done bool + func (*AutoStartReply) Descriptor() ([]byte, []int) + func (*AutoStartReply) ProtoMessage() + func (x *AutoStartReply) GetDone() bool + func (x *AutoStartReply) ProtoReflect() protoreflect.Message + func (x *AutoStartReply) Reset() + func (x *AutoStartReply) String() string + type AutoStartRequest struct + Autostart bool + Uuid string + func (*AutoStartRequest) Descriptor() ([]byte, []int) + func (*AutoStartRequest) ProtoMessage() + func (x *AutoStartRequest) GetAutostart() bool + func (x *AutoStartRequest) GetUuid() string + func (x *AutoStartRequest) ProtoReflect() protoreflect.Message + func (x *AutoStartRequest) Reset() + func (x *AutoStartRequest) String() string + type AutoStartResponse struct + Response isAutoStartResponse_Response + func (*AutoStartResponse) Descriptor() ([]byte, []int) + func (*AutoStartResponse) ProtoMessage() + func (m *AutoStartResponse) GetResponse() isAutoStartResponse_Response + func (x *AutoStartResponse) GetError() *ClientError + func (x *AutoStartResponse) GetResult() *AutoStartReply + func (x *AutoStartResponse) ProtoReflect() protoreflect.Message + func (x *AutoStartResponse) Reset() + func (x *AutoStartResponse) String() string + type AutoStartResponse_Error struct + Error *ClientError + type AutoStartResponse_Result struct + Result *AutoStartReply + type ClientError struct + Code int32 + Reason string + func (*ClientError) Descriptor() ([]byte, []int) + func (*ClientError) ProtoMessage() + func (x *ClientError) GetCode() int32 + func (x *ClientError) GetReason() string + func (x *ClientError) ProtoReflect() protoreflect.Message + func (x *ClientError) Reset() + func (x *ClientError) String() string + type Configuration struct + Address string + Cacert string + Cert string + Key string + func (c *Configuration) GetClient() (VMWareDesktopAutoscalerServiceClient, error) + type CreateReply struct + Machine *VirtualMachine + func (*CreateReply) Descriptor() ([]byte, []int) + func (*CreateReply) ProtoMessage() + func (x *CreateReply) GetMachine() *VirtualMachine + func (x *CreateReply) ProtoReflect() protoreflect.Message + func (x *CreateReply) Reset() + func (x *CreateReply) String() string + type CreateRequest struct + Autostart bool + DiskSizeInMb int32 + GuestInfos map[string]string + Linked bool + Memory int64 + Name string + Networks []*NetworkInterface + Register bool + Template string + Vcpus int32 + func (*CreateRequest) Descriptor() ([]byte, []int) + func (*CreateRequest) ProtoMessage() + func (x *CreateRequest) GetAutostart() bool + func (x *CreateRequest) GetDiskSizeInMb() int32 + func (x *CreateRequest) GetGuestInfos() map[string]string + func (x *CreateRequest) GetLinked() bool + func (x *CreateRequest) GetMemory() int64 + func (x *CreateRequest) GetName() string + func (x *CreateRequest) GetNetworks() []*NetworkInterface + func (x *CreateRequest) GetRegister() bool + func (x *CreateRequest) GetTemplate() string + func (x *CreateRequest) GetVcpus() int32 + func (x *CreateRequest) ProtoReflect() protoreflect.Message + func (x *CreateRequest) Reset() + func (x *CreateRequest) String() string + type CreateResponse struct + Response isCreateResponse_Response + func (*CreateResponse) Descriptor() ([]byte, []int) + func (*CreateResponse) ProtoMessage() + func (m *CreateResponse) GetResponse() isCreateResponse_Response + func (x *CreateResponse) GetError() *ClientError + func (x *CreateResponse) GetResult() *CreateReply + func (x *CreateResponse) ProtoReflect() protoreflect.Message + func (x *CreateResponse) Reset() + func (x *CreateResponse) String() string + type CreateResponse_Error struct + Error *ClientError + type CreateResponse_Result struct + Result *CreateReply + type DeleteReply struct + Done bool + func (*DeleteReply) Descriptor() ([]byte, []int) + func (*DeleteReply) ProtoMessage() + func (x *DeleteReply) GetDone() bool + func (x *DeleteReply) ProtoReflect() protoreflect.Message + func (x *DeleteReply) Reset() + func (x *DeleteReply) String() string + type DeleteResponse struct + Response isDeleteResponse_Response + func (*DeleteResponse) Descriptor() ([]byte, []int) + func (*DeleteResponse) ProtoMessage() + func (m *DeleteResponse) GetResponse() isDeleteResponse_Response + func (x *DeleteResponse) GetError() *ClientError + func (x *DeleteResponse) GetResult() *DeleteReply + func (x *DeleteResponse) ProtoReflect() protoreflect.Message + func (x *DeleteResponse) Reset() + func (x *DeleteResponse) String() string + type DeleteResponse_Error struct + Error *ClientError + type DeleteResponse_Result struct + Result *DeleteReply + type Ethernet struct + Address string + AddressType string + BsdName string + ConnectionType string + DisplayName string + GeneratedAddress string + GeneratedAddressOffset int32 + LinkStatePropagation bool + PciSlotNumber int32 + Present bool + VirtualDev string + Vnet string + func (*Ethernet) Descriptor() ([]byte, []int) + func (*Ethernet) ProtoMessage() + func (x *Ethernet) GetAddress() string + func (x *Ethernet) GetAddressType() string + func (x *Ethernet) GetBsdName() string + func (x *Ethernet) GetConnectionType() string + func (x *Ethernet) GetDisplayName() string + func (x *Ethernet) GetGeneratedAddress() string + func (x *Ethernet) GetGeneratedAddressOffset() int32 + func (x *Ethernet) GetLinkStatePropagation() bool + func (x *Ethernet) GetPciSlotNumber() int32 + func (x *Ethernet) GetPresent() bool + func (x *Ethernet) GetVirtualDev() string + func (x *Ethernet) GetVnet() string + func (x *Ethernet) ProtoReflect() protoreflect.Message + func (x *Ethernet) Reset() + func (x *Ethernet) String() string + type NetworkDevice struct + Dhcp bool + Mask string + Name string + Subnet string + Type string + func (*NetworkDevice) Descriptor() ([]byte, []int) + func (*NetworkDevice) ProtoMessage() + func (x *NetworkDevice) GetDhcp() bool + func (x *NetworkDevice) GetMask() string + func (x *NetworkDevice) GetName() string + func (x *NetworkDevice) GetSubnet() string + func (x *NetworkDevice) GetType() string + func (x *NetworkDevice) ProtoReflect() protoreflect.Message + func (x *NetworkDevice) Reset() + func (x *NetworkDevice) String() string + type NetworkInterface struct + BsdName string + Device string + DisplayName string + Macaddress string + Type string + Vnet string + func (*NetworkInterface) Descriptor() ([]byte, []int) + func (*NetworkInterface) ProtoMessage() + func (x *NetworkInterface) GetBsdName() string + func (x *NetworkInterface) GetDevice() string + func (x *NetworkInterface) GetDisplayName() string + func (x *NetworkInterface) GetMacaddress() string + func (x *NetworkInterface) GetType() string + func (x *NetworkInterface) GetVnet() string + func (x *NetworkInterface) ProtoReflect() protoreflect.Message + func (x *NetworkInterface) Reset() + func (x *NetworkInterface) String() string + type NetworkReply struct + Num int32 + Vmnets []*NetworkDevice + func (*NetworkReply) Descriptor() ([]byte, []int) + func (*NetworkReply) ProtoMessage() + func (x *NetworkReply) GetNum() int32 + func (x *NetworkReply) GetVmnets() []*NetworkDevice + func (x *NetworkReply) ProtoReflect() protoreflect.Message + func (x *NetworkReply) Reset() + func (x *NetworkReply) String() string + type NetworkRequest struct + func (*NetworkRequest) Descriptor() ([]byte, []int) + func (*NetworkRequest) ProtoMessage() + func (x *NetworkRequest) ProtoReflect() protoreflect.Message + func (x *NetworkRequest) Reset() + func (x *NetworkRequest) String() string + type NetworkResponse struct + Response isNetworkResponse_Response + func (*NetworkResponse) Descriptor() ([]byte, []int) + func (*NetworkResponse) ProtoMessage() + func (m *NetworkResponse) GetResponse() isNetworkResponse_Response + func (x *NetworkResponse) GetError() *ClientError + func (x *NetworkResponse) GetResult() *NetworkReply + func (x *NetworkResponse) ProtoReflect() protoreflect.Message + func (x *NetworkResponse) Reset() + func (x *NetworkResponse) String() string + type NetworkResponse_Error struct + Error *ClientError + type NetworkResponse_Result struct + Result *NetworkReply + type PowerOffReply struct + Done bool + func (*PowerOffReply) Descriptor() ([]byte, []int) + func (*PowerOffReply) ProtoMessage() + func (x *PowerOffReply) GetDone() bool + func (x *PowerOffReply) ProtoReflect() protoreflect.Message + func (x *PowerOffReply) Reset() + func (x *PowerOffReply) String() string + type PowerOffRequest struct + Identifier string + Mode string + func (*PowerOffRequest) Descriptor() ([]byte, []int) + func (*PowerOffRequest) ProtoMessage() + func (x *PowerOffRequest) GetIdentifier() string + func (x *PowerOffRequest) GetMode() string + func (x *PowerOffRequest) ProtoReflect() protoreflect.Message + func (x *PowerOffRequest) Reset() + func (x *PowerOffRequest) String() string + type PowerOffResponse struct + Response isPowerOffResponse_Response + func (*PowerOffResponse) Descriptor() ([]byte, []int) + func (*PowerOffResponse) ProtoMessage() + func (m *PowerOffResponse) GetResponse() isPowerOffResponse_Response + func (x *PowerOffResponse) GetError() *ClientError + func (x *PowerOffResponse) GetResult() *PowerOffReply + func (x *PowerOffResponse) ProtoReflect() protoreflect.Message + func (x *PowerOffResponse) Reset() + func (x *PowerOffResponse) String() string + type PowerOffResponse_Error struct + Error *ClientError + type PowerOffResponse_Result struct + Result *PowerOffReply + type PowerOnReply struct + Done bool + func (*PowerOnReply) Descriptor() ([]byte, []int) + func (*PowerOnReply) ProtoMessage() + func (x *PowerOnReply) GetDone() bool + func (x *PowerOnReply) ProtoReflect() protoreflect.Message + func (x *PowerOnReply) Reset() + func (x *PowerOnReply) String() string + type PowerOnResponse struct + Response isPowerOnResponse_Response + func (*PowerOnResponse) Descriptor() ([]byte, []int) + func (*PowerOnResponse) ProtoMessage() + func (m *PowerOnResponse) GetResponse() isPowerOnResponse_Response + func (x *PowerOnResponse) GetError() *ClientError + func (x *PowerOnResponse) GetResult() *PowerOnReply + func (x *PowerOnResponse) ProtoReflect() protoreflect.Message + func (x *PowerOnResponse) Reset() + func (x *PowerOnResponse) String() string + type PowerOnResponse_Error struct + Error *ClientError + type PowerOnResponse_Result struct + Result *PowerOnReply + type PowerStateResponse struct + Response isPowerStateResponse_Response + func (*PowerStateResponse) Descriptor() ([]byte, []int) + func (*PowerStateResponse) ProtoMessage() + func (m *PowerStateResponse) GetResponse() isPowerStateResponse_Response + func (x *PowerStateResponse) GetError() *ClientError + func (x *PowerStateResponse) GetPowered() bool + func (x *PowerStateResponse) ProtoReflect() protoreflect.Message + func (x *PowerStateResponse) Reset() + func (x *PowerStateResponse) String() string + type PowerStateResponse_Error struct + Error *ClientError + type PowerStateResponse_Powered struct + Powered bool + type ShutdownGuestResponse struct + Response isShutdownGuestResponse_Response + func (*ShutdownGuestResponse) Descriptor() ([]byte, []int) + func (*ShutdownGuestResponse) ProtoMessage() + func (m *ShutdownGuestResponse) GetResponse() isShutdownGuestResponse_Response + func (x *ShutdownGuestResponse) GetError() *ClientError + func (x *ShutdownGuestResponse) GetResult() *PowerOffReply + func (x *ShutdownGuestResponse) ProtoReflect() protoreflect.Message + func (x *ShutdownGuestResponse) Reset() + func (x *ShutdownGuestResponse) String() string + type ShutdownGuestResponse_Error struct + Error *ClientError + type ShutdownGuestResponse_Result struct + Result *PowerOffReply + type StatusReply struct + Ethernet []*Ethernet + Powered bool + func (*StatusReply) Descriptor() ([]byte, []int) + func (*StatusReply) ProtoMessage() + func (x *StatusReply) GetEthernet() []*Ethernet + func (x *StatusReply) GetPowered() bool + func (x *StatusReply) ProtoReflect() protoreflect.Message + func (x *StatusReply) Reset() + func (x *StatusReply) String() string + type StatusResponse struct + Response isStatusResponse_Response + func (*StatusResponse) Descriptor() ([]byte, []int) + func (*StatusResponse) ProtoMessage() + func (m *StatusResponse) GetResponse() isStatusResponse_Response + func (x *StatusResponse) GetError() *ClientError + func (x *StatusResponse) GetResult() *StatusReply + func (x *StatusResponse) ProtoReflect() protoreflect.Message + func (x *StatusResponse) Reset() + func (x *StatusResponse) String() string + type StatusResponse_Error struct + Error *ClientError + type StatusResponse_Result struct + Result *StatusReply + type UnimplementedVMWareDesktopAutoscalerServiceServer struct + func (UnimplementedVMWareDesktopAutoscalerServiceServer) Create(context.Context, *CreateRequest) (*CreateResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) Delete(context.Context, *VirtualMachineRequest) (*DeleteResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) ListNetwork(context.Context, *NetworkRequest) (*NetworkResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) ListVirtualMachines(context.Context, *VirtualMachinesRequest) (*VirtualMachinesResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) PowerOff(context.Context, *PowerOffRequest) (*PowerOffResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) PowerOn(context.Context, *VirtualMachineRequest) (*PowerOnResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) PowerState(context.Context, *VirtualMachineRequest) (*PowerStateResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) SetAutoStart(context.Context, *AutoStartRequest) (*AutoStartResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) ShutdownGuest(context.Context, *VirtualMachineRequest) (*ShutdownGuestResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) Status(context.Context, *VirtualMachineRequest) (*StatusResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) VirtualMachineByName(context.Context, *VirtualMachineRequest) (*VirtualMachineResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) VirtualMachineByUUID(context.Context, *VirtualMachineRequest) (*VirtualMachineResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) WaitForIP(context.Context, *WaitForIPRequest) (*WaitForIPResponse, error) + func (UnimplementedVMWareDesktopAutoscalerServiceServer) WaitForToolsRunning(context.Context, *WaitForToolsRunningRequest) (*WaitForToolsRunningResponse, error) + type UnsafeVMWareDesktopAutoscalerServiceServer interface + type VMWareDesktopAutoscalerServiceClient interface + Create func(ctx context.Context, in *CreateRequest, opts ...grpc.CallOption) (*CreateResponse, error) + Delete func(ctx context.Context, in *VirtualMachineRequest, opts ...grpc.CallOption) (*DeleteResponse, error) + ListNetwork func(ctx context.Context, in *NetworkRequest, opts ...grpc.CallOption) (*NetworkResponse, error) + ListVirtualMachines func(ctx context.Context, in *VirtualMachinesRequest, opts ...grpc.CallOption) (*VirtualMachinesResponse, error) + PowerOff func(ctx context.Context, in *PowerOffRequest, opts ...grpc.CallOption) (*PowerOffResponse, error) + PowerOn func(ctx context.Context, in *VirtualMachineRequest, opts ...grpc.CallOption) (*PowerOnResponse, error) + PowerState func(ctx context.Context, in *VirtualMachineRequest, opts ...grpc.CallOption) (*PowerStateResponse, error) + SetAutoStart func(ctx context.Context, in *AutoStartRequest, opts ...grpc.CallOption) (*AutoStartResponse, error) + ShutdownGuest func(ctx context.Context, in *VirtualMachineRequest, opts ...grpc.CallOption) (*ShutdownGuestResponse, error) + Status func(ctx context.Context, in *VirtualMachineRequest, opts ...grpc.CallOption) (*StatusResponse, error) + VirtualMachineByName func(ctx context.Context, in *VirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachineResponse, error) + VirtualMachineByUUID func(ctx context.Context, in *VirtualMachineRequest, opts ...grpc.CallOption) (*VirtualMachineResponse, error) + WaitForIP func(ctx context.Context, in *WaitForIPRequest, opts ...grpc.CallOption) (*WaitForIPResponse, error) + WaitForToolsRunning func(ctx context.Context, in *WaitForToolsRunningRequest, opts ...grpc.CallOption) (*WaitForToolsRunningResponse, error) + func NewVMWareDesktopAutoscalerServiceClient(cc grpc.ClientConnInterface) VMWareDesktopAutoscalerServiceClient + type VMWareDesktopAutoscalerServiceServer interface + Create func(context.Context, *CreateRequest) (*CreateResponse, error) + Delete func(context.Context, *VirtualMachineRequest) (*DeleteResponse, error) + ListNetwork func(context.Context, *NetworkRequest) (*NetworkResponse, error) + ListVirtualMachines func(context.Context, *VirtualMachinesRequest) (*VirtualMachinesResponse, error) + PowerOff func(context.Context, *PowerOffRequest) (*PowerOffResponse, error) + PowerOn func(context.Context, *VirtualMachineRequest) (*PowerOnResponse, error) + PowerState func(context.Context, *VirtualMachineRequest) (*PowerStateResponse, error) + SetAutoStart func(context.Context, *AutoStartRequest) (*AutoStartResponse, error) + ShutdownGuest func(context.Context, *VirtualMachineRequest) (*ShutdownGuestResponse, error) + Status func(context.Context, *VirtualMachineRequest) (*StatusResponse, error) + VirtualMachineByName func(context.Context, *VirtualMachineRequest) (*VirtualMachineResponse, error) + VirtualMachineByUUID func(context.Context, *VirtualMachineRequest) (*VirtualMachineResponse, error) + WaitForIP func(context.Context, *WaitForIPRequest) (*WaitForIPResponse, error) + WaitForToolsRunning func(context.Context, *WaitForToolsRunningRequest) (*WaitForToolsRunningResponse, error) + type VirtualMachine struct + Address string + Memory int64 + Name string + Powered bool + ToolsStatus string + Uuid string + Vcpus int32 + Vmx string + func (*VirtualMachine) Descriptor() ([]byte, []int) + func (*VirtualMachine) ProtoMessage() + func (x *VirtualMachine) GetAddress() string + func (x *VirtualMachine) GetMemory() int64 + func (x *VirtualMachine) GetName() string + func (x *VirtualMachine) GetPowered() bool + func (x *VirtualMachine) GetToolsStatus() string + func (x *VirtualMachine) GetUuid() string + func (x *VirtualMachine) GetVcpus() int32 + func (x *VirtualMachine) GetVmx() string + func (x *VirtualMachine) ProtoReflect() protoreflect.Message + func (x *VirtualMachine) Reset() + func (x *VirtualMachine) String() string + type VirtualMachineRequest struct + Identifier string + func (*VirtualMachineRequest) Descriptor() ([]byte, []int) + func (*VirtualMachineRequest) ProtoMessage() + func (x *VirtualMachineRequest) GetIdentifier() string + func (x *VirtualMachineRequest) ProtoReflect() protoreflect.Message + func (x *VirtualMachineRequest) Reset() + func (x *VirtualMachineRequest) String() string + type VirtualMachineResponse struct + Response isVirtualMachineResponse_Response + func (*VirtualMachineResponse) Descriptor() ([]byte, []int) + func (*VirtualMachineResponse) ProtoMessage() + func (m *VirtualMachineResponse) GetResponse() isVirtualMachineResponse_Response + func (x *VirtualMachineResponse) GetError() *ClientError + func (x *VirtualMachineResponse) GetResult() *VirtualMachine + func (x *VirtualMachineResponse) ProtoReflect() protoreflect.Message + func (x *VirtualMachineResponse) Reset() + func (x *VirtualMachineResponse) String() string + type VirtualMachineResponse_Error struct + Error *ClientError + type VirtualMachineResponse_Result struct + Result *VirtualMachine + type VirtualMachinesReply struct + Machines []*VirtualMachine + func (*VirtualMachinesReply) Descriptor() ([]byte, []int) + func (*VirtualMachinesReply) ProtoMessage() + func (x *VirtualMachinesReply) GetMachines() []*VirtualMachine + func (x *VirtualMachinesReply) ProtoReflect() protoreflect.Message + func (x *VirtualMachinesReply) Reset() + func (x *VirtualMachinesReply) String() string + type VirtualMachinesRequest struct + func (*VirtualMachinesRequest) Descriptor() ([]byte, []int) + func (*VirtualMachinesRequest) ProtoMessage() + func (x *VirtualMachinesRequest) ProtoReflect() protoreflect.Message + func (x *VirtualMachinesRequest) Reset() + func (x *VirtualMachinesRequest) String() string + type VirtualMachinesResponse struct + Response isVirtualMachinesResponse_Response + func (*VirtualMachinesResponse) Descriptor() ([]byte, []int) + func (*VirtualMachinesResponse) ProtoMessage() + func (m *VirtualMachinesResponse) GetResponse() isVirtualMachinesResponse_Response + func (x *VirtualMachinesResponse) GetError() *ClientError + func (x *VirtualMachinesResponse) GetResult() *VirtualMachinesReply + func (x *VirtualMachinesResponse) ProtoReflect() protoreflect.Message + func (x *VirtualMachinesResponse) Reset() + func (x *VirtualMachinesResponse) String() string + type VirtualMachinesResponse_Error struct + Error *ClientError + type VirtualMachinesResponse_Result struct + Result *VirtualMachinesReply + type WaitForIPReply struct + Address string + func (*WaitForIPReply) Descriptor() ([]byte, []int) + func (*WaitForIPReply) ProtoMessage() + func (x *WaitForIPReply) GetAddress() string + func (x *WaitForIPReply) ProtoReflect() protoreflect.Message + func (x *WaitForIPReply) Reset() + func (x *WaitForIPReply) String() string + type WaitForIPRequest struct + Identifier string + TimeoutInSeconds int32 + func (*WaitForIPRequest) Descriptor() ([]byte, []int) + func (*WaitForIPRequest) ProtoMessage() + func (x *WaitForIPRequest) GetIdentifier() string + func (x *WaitForIPRequest) GetTimeoutInSeconds() int32 + func (x *WaitForIPRequest) ProtoReflect() protoreflect.Message + func (x *WaitForIPRequest) Reset() + func (x *WaitForIPRequest) String() string + type WaitForIPResponse struct + Response isWaitForIPResponse_Response + func (*WaitForIPResponse) Descriptor() ([]byte, []int) + func (*WaitForIPResponse) ProtoMessage() + func (m *WaitForIPResponse) GetResponse() isWaitForIPResponse_Response + func (x *WaitForIPResponse) GetError() *ClientError + func (x *WaitForIPResponse) GetResult() *WaitForIPReply + func (x *WaitForIPResponse) ProtoReflect() protoreflect.Message + func (x *WaitForIPResponse) Reset() + func (x *WaitForIPResponse) String() string + type WaitForIPResponse_Error struct + Error *ClientError + type WaitForIPResponse_Result struct + Result *WaitForIPReply + type WaitForToolsRunningReply struct + Running bool + func (*WaitForToolsRunningReply) Descriptor() ([]byte, []int) + func (*WaitForToolsRunningReply) ProtoMessage() + func (x *WaitForToolsRunningReply) GetRunning() bool + func (x *WaitForToolsRunningReply) ProtoReflect() protoreflect.Message + func (x *WaitForToolsRunningReply) Reset() + func (x *WaitForToolsRunningReply) String() string + type WaitForToolsRunningRequest struct + Identifier string + TimeoutInSeconds int32 + func (*WaitForToolsRunningRequest) Descriptor() ([]byte, []int) + func (*WaitForToolsRunningRequest) ProtoMessage() + func (x *WaitForToolsRunningRequest) GetIdentifier() string + func (x *WaitForToolsRunningRequest) GetTimeoutInSeconds() int32 + func (x *WaitForToolsRunningRequest) ProtoReflect() protoreflect.Message + func (x *WaitForToolsRunningRequest) Reset() + func (x *WaitForToolsRunningRequest) String() string + type WaitForToolsRunningResponse struct + Response isWaitForToolsRunningResponse_Response + func (*WaitForToolsRunningResponse) Descriptor() ([]byte, []int) + func (*WaitForToolsRunningResponse) ProtoMessage() + func (m *WaitForToolsRunningResponse) GetResponse() isWaitForToolsRunningResponse_Response + func (x *WaitForToolsRunningResponse) GetError() *ClientError + func (x *WaitForToolsRunningResponse) GetResult() *WaitForToolsRunningReply + func (x *WaitForToolsRunningResponse) ProtoReflect() protoreflect.Message + func (x *WaitForToolsRunningResponse) Reset() + func (x *WaitForToolsRunningResponse) String() string + type WaitForToolsRunningResponse_Error struct + Error *ClientError + type WaitForToolsRunningResponse_Result struct + Result *WaitForToolsRunningReply