Documentation
¶
Index ¶
- Variables
- type RestartHostRequest
- func (*RestartHostRequest) Descriptor() ([]byte, []int)deprecated
- func (*RestartHostRequest) ProtoMessage()
- func (x *RestartHostRequest) ProtoReflect() protoreflect.Message
- func (x *RestartHostRequest) Reset()
- func (x *RestartHostRequest) String() string
- func (m *RestartHostRequest) Validate() error
- func (m *RestartHostRequest) ValidateAll() error
- type RestartHostRequestMultiError
- type RestartHostRequestValidationError
- func (e RestartHostRequestValidationError) Cause() error
- func (e RestartHostRequestValidationError) Error() string
- func (e RestartHostRequestValidationError) ErrorName() string
- func (e RestartHostRequestValidationError) Field() string
- func (e RestartHostRequestValidationError) Key() bool
- func (e RestartHostRequestValidationError) Reason() string
- type RestartHostResponse
- func (*RestartHostResponse) Descriptor() ([]byte, []int)deprecated
- func (*RestartHostResponse) ProtoMessage()
- func (x *RestartHostResponse) ProtoReflect() protoreflect.Message
- func (x *RestartHostResponse) Reset()
- func (x *RestartHostResponse) String() string
- func (m *RestartHostResponse) Validate() error
- func (m *RestartHostResponse) ValidateAll() error
- type RestartHostResponseMultiError
- type RestartHostResponseValidationError
- func (e RestartHostResponseValidationError) Cause() error
- func (e RestartHostResponseValidationError) Error() string
- func (e RestartHostResponseValidationError) ErrorName() string
- func (e RestartHostResponseValidationError) Field() string
- func (e RestartHostResponseValidationError) Key() bool
- func (e RestartHostResponseValidationError) Reason() string
- type ShutdownHostRequest
- func (*ShutdownHostRequest) Descriptor() ([]byte, []int)deprecated
- func (*ShutdownHostRequest) ProtoMessage()
- func (x *ShutdownHostRequest) ProtoReflect() protoreflect.Message
- func (x *ShutdownHostRequest) Reset()
- func (x *ShutdownHostRequest) String() string
- func (m *ShutdownHostRequest) Validate() error
- func (m *ShutdownHostRequest) ValidateAll() error
- type ShutdownHostRequestMultiError
- type ShutdownHostRequestValidationError
- func (e ShutdownHostRequestValidationError) Cause() error
- func (e ShutdownHostRequestValidationError) Error() string
- func (e ShutdownHostRequestValidationError) ErrorName() string
- func (e ShutdownHostRequestValidationError) Field() string
- func (e ShutdownHostRequestValidationError) Key() bool
- func (e ShutdownHostRequestValidationError) Reason() string
- type ShutdownHostResponse
- func (*ShutdownHostResponse) Descriptor() ([]byte, []int)deprecated
- func (*ShutdownHostResponse) ProtoMessage()
- func (x *ShutdownHostResponse) ProtoReflect() protoreflect.Message
- func (x *ShutdownHostResponse) Reset()
- func (x *ShutdownHostResponse) String() string
- func (m *ShutdownHostResponse) Validate() error
- func (m *ShutdownHostResponse) ValidateAll() error
- type ShutdownHostResponseMultiError
- type ShutdownHostResponseValidationError
- func (e ShutdownHostResponseValidationError) Cause() error
- func (e ShutdownHostResponseValidationError) Error() string
- func (e ShutdownHostResponseValidationError) ErrorName() string
- func (e ShutdownHostResponseValidationError) Field() string
- func (e ShutdownHostResponseValidationError) Key() bool
- func (e ShutdownHostResponseValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_platform_server_v1_web_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type RestartHostRequest ¶
type RestartHostRequest struct {
// contains filtered or unexported fields
}
func (*RestartHostRequest) Descriptor
deprecated
func (*RestartHostRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestartHostRequest.ProtoReflect.Descriptor instead.
func (*RestartHostRequest) ProtoMessage ¶
func (*RestartHostRequest) ProtoMessage()
func (*RestartHostRequest) ProtoReflect ¶
func (x *RestartHostRequest) ProtoReflect() protoreflect.Message
func (*RestartHostRequest) Reset ¶
func (x *RestartHostRequest) Reset()
func (*RestartHostRequest) String ¶
func (x *RestartHostRequest) String() string
func (*RestartHostRequest) Validate ¶
func (m *RestartHostRequest) Validate() error
Validate checks the field values on RestartHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RestartHostRequest) ValidateAll ¶
func (m *RestartHostRequest) ValidateAll() error
ValidateAll checks the field values on RestartHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RestartHostRequestMultiError, or nil if none found.
type RestartHostRequestMultiError ¶
type RestartHostRequestMultiError []error
RestartHostRequestMultiError is an error wrapping multiple validation errors returned by RestartHostRequest.ValidateAll() if the designated constraints aren't met.
func (RestartHostRequestMultiError) AllErrors ¶
func (m RestartHostRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RestartHostRequestMultiError) Error ¶
func (m RestartHostRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RestartHostRequestValidationError ¶
type RestartHostRequestValidationError struct {
// contains filtered or unexported fields
}
RestartHostRequestValidationError is the validation error returned by RestartHostRequest.Validate if the designated constraints aren't met.
func (RestartHostRequestValidationError) Cause ¶
func (e RestartHostRequestValidationError) Cause() error
Cause function returns cause value.
func (RestartHostRequestValidationError) Error ¶
func (e RestartHostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RestartHostRequestValidationError) ErrorName ¶
func (e RestartHostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RestartHostRequestValidationError) Field ¶
func (e RestartHostRequestValidationError) Field() string
Field function returns field value.
func (RestartHostRequestValidationError) Key ¶
func (e RestartHostRequestValidationError) Key() bool
Key function returns key value.
func (RestartHostRequestValidationError) Reason ¶
func (e RestartHostRequestValidationError) Reason() string
Reason function returns reason value.
type RestartHostResponse ¶
type RestartHostResponse struct {
// contains filtered or unexported fields
}
func (*RestartHostResponse) Descriptor
deprecated
func (*RestartHostResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestartHostResponse.ProtoReflect.Descriptor instead.
func (*RestartHostResponse) ProtoMessage ¶
func (*RestartHostResponse) ProtoMessage()
func (*RestartHostResponse) ProtoReflect ¶
func (x *RestartHostResponse) ProtoReflect() protoreflect.Message
func (*RestartHostResponse) Reset ¶
func (x *RestartHostResponse) Reset()
func (*RestartHostResponse) String ¶
func (x *RestartHostResponse) String() string
func (*RestartHostResponse) Validate ¶
func (m *RestartHostResponse) Validate() error
Validate checks the field values on RestartHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RestartHostResponse) ValidateAll ¶
func (m *RestartHostResponse) ValidateAll() error
ValidateAll checks the field values on RestartHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RestartHostResponseMultiError, or nil if none found.
type RestartHostResponseMultiError ¶
type RestartHostResponseMultiError []error
RestartHostResponseMultiError is an error wrapping multiple validation errors returned by RestartHostResponse.ValidateAll() if the designated constraints aren't met.
func (RestartHostResponseMultiError) AllErrors ¶
func (m RestartHostResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RestartHostResponseMultiError) Error ¶
func (m RestartHostResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RestartHostResponseValidationError ¶
type RestartHostResponseValidationError struct {
// contains filtered or unexported fields
}
RestartHostResponseValidationError is the validation error returned by RestartHostResponse.Validate if the designated constraints aren't met.
func (RestartHostResponseValidationError) Cause ¶
func (e RestartHostResponseValidationError) Cause() error
Cause function returns cause value.
func (RestartHostResponseValidationError) Error ¶
func (e RestartHostResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RestartHostResponseValidationError) ErrorName ¶
func (e RestartHostResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RestartHostResponseValidationError) Field ¶
func (e RestartHostResponseValidationError) Field() string
Field function returns field value.
func (RestartHostResponseValidationError) Key ¶
func (e RestartHostResponseValidationError) Key() bool
Key function returns key value.
func (RestartHostResponseValidationError) Reason ¶
func (e RestartHostResponseValidationError) Reason() string
Reason function returns reason value.
type ShutdownHostRequest ¶
type ShutdownHostRequest struct {
// contains filtered or unexported fields
}
func (*ShutdownHostRequest) Descriptor
deprecated
func (*ShutdownHostRequest) Descriptor() ([]byte, []int)
Deprecated: Use ShutdownHostRequest.ProtoReflect.Descriptor instead.
func (*ShutdownHostRequest) ProtoMessage ¶
func (*ShutdownHostRequest) ProtoMessage()
func (*ShutdownHostRequest) ProtoReflect ¶
func (x *ShutdownHostRequest) ProtoReflect() protoreflect.Message
func (*ShutdownHostRequest) Reset ¶
func (x *ShutdownHostRequest) Reset()
func (*ShutdownHostRequest) String ¶
func (x *ShutdownHostRequest) String() string
func (*ShutdownHostRequest) Validate ¶
func (m *ShutdownHostRequest) Validate() error
Validate checks the field values on ShutdownHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ShutdownHostRequest) ValidateAll ¶
func (m *ShutdownHostRequest) ValidateAll() error
ValidateAll checks the field values on ShutdownHostRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShutdownHostRequestMultiError, or nil if none found.
type ShutdownHostRequestMultiError ¶
type ShutdownHostRequestMultiError []error
ShutdownHostRequestMultiError is an error wrapping multiple validation errors returned by ShutdownHostRequest.ValidateAll() if the designated constraints aren't met.
func (ShutdownHostRequestMultiError) AllErrors ¶
func (m ShutdownHostRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ShutdownHostRequestMultiError) Error ¶
func (m ShutdownHostRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ShutdownHostRequestValidationError ¶
type ShutdownHostRequestValidationError struct {
// contains filtered or unexported fields
}
ShutdownHostRequestValidationError is the validation error returned by ShutdownHostRequest.Validate if the designated constraints aren't met.
func (ShutdownHostRequestValidationError) Cause ¶
func (e ShutdownHostRequestValidationError) Cause() error
Cause function returns cause value.
func (ShutdownHostRequestValidationError) Error ¶
func (e ShutdownHostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ShutdownHostRequestValidationError) ErrorName ¶
func (e ShutdownHostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ShutdownHostRequestValidationError) Field ¶
func (e ShutdownHostRequestValidationError) Field() string
Field function returns field value.
func (ShutdownHostRequestValidationError) Key ¶
func (e ShutdownHostRequestValidationError) Key() bool
Key function returns key value.
func (ShutdownHostRequestValidationError) Reason ¶
func (e ShutdownHostRequestValidationError) Reason() string
Reason function returns reason value.
type ShutdownHostResponse ¶
type ShutdownHostResponse struct {
// contains filtered or unexported fields
}
func (*ShutdownHostResponse) Descriptor
deprecated
func (*ShutdownHostResponse) Descriptor() ([]byte, []int)
Deprecated: Use ShutdownHostResponse.ProtoReflect.Descriptor instead.
func (*ShutdownHostResponse) ProtoMessage ¶
func (*ShutdownHostResponse) ProtoMessage()
func (*ShutdownHostResponse) ProtoReflect ¶
func (x *ShutdownHostResponse) ProtoReflect() protoreflect.Message
func (*ShutdownHostResponse) Reset ¶
func (x *ShutdownHostResponse) Reset()
func (*ShutdownHostResponse) String ¶
func (x *ShutdownHostResponse) String() string
func (*ShutdownHostResponse) Validate ¶
func (m *ShutdownHostResponse) Validate() error
Validate checks the field values on ShutdownHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ShutdownHostResponse) ValidateAll ¶
func (m *ShutdownHostResponse) ValidateAll() error
ValidateAll checks the field values on ShutdownHostResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShutdownHostResponseMultiError, or nil if none found.
type ShutdownHostResponseMultiError ¶
type ShutdownHostResponseMultiError []error
ShutdownHostResponseMultiError is an error wrapping multiple validation errors returned by ShutdownHostResponse.ValidateAll() if the designated constraints aren't met.
func (ShutdownHostResponseMultiError) AllErrors ¶
func (m ShutdownHostResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ShutdownHostResponseMultiError) Error ¶
func (m ShutdownHostResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ShutdownHostResponseValidationError ¶
type ShutdownHostResponseValidationError struct {
// contains filtered or unexported fields
}
ShutdownHostResponseValidationError is the validation error returned by ShutdownHostResponse.Validate if the designated constraints aren't met.
func (ShutdownHostResponseValidationError) Cause ¶
func (e ShutdownHostResponseValidationError) Cause() error
Cause function returns cause value.
func (ShutdownHostResponseValidationError) Error ¶
func (e ShutdownHostResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ShutdownHostResponseValidationError) ErrorName ¶
func (e ShutdownHostResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ShutdownHostResponseValidationError) Field ¶
func (e ShutdownHostResponseValidationError) Field() string
Field function returns field value.
func (ShutdownHostResponseValidationError) Key ¶
func (e ShutdownHostResponseValidationError) Key() bool
Key function returns key value.
func (ShutdownHostResponseValidationError) Reason ¶
func (e ShutdownHostResponseValidationError) Reason() string
Reason function returns reason value.