Documentation ¶
Index ¶
- Variables
- type EnvironmentDestroyed
- func (*EnvironmentDestroyed) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentDestroyed) GetClusterId() string
- func (*EnvironmentDestroyed) ProtoMessage()
- func (x *EnvironmentDestroyed) ProtoReflect() protoreflect.Message
- func (x *EnvironmentDestroyed) Reset()
- func (x *EnvironmentDestroyed) String() string
- type EnvironmentDoesntExist
- func (*EnvironmentDoesntExist) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentDoesntExist) GetClusterId() string
- func (*EnvironmentDoesntExist) ProtoMessage()
- func (x *EnvironmentDoesntExist) ProtoReflect() protoreflect.Message
- func (x *EnvironmentDoesntExist) Reset()
- func (x *EnvironmentDoesntExist) String() string
- type UserMessage
- func (*UserMessage) Descriptor() ([]byte, []int)deprecated
- func (x *UserMessage) GetContext() map[string]string
- func (x *UserMessage) GetMessage() string
- func (x *UserMessage) GetRequestId() string
- func (*UserMessage) ProtoMessage()
- func (x *UserMessage) ProtoReflect() protoreflect.Message
- func (x *UserMessage) Reset()
- func (x *UserMessage) String() string
- type WorkspaceExpired
Constants ¶
This section is empty.
Variables ¶
View Source
var File_public_nscloud_proto_v1_errorsdetails_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EnvironmentDestroyed ¶
type EnvironmentDestroyed struct { ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentDestroyed) Descriptor
deprecated
func (*EnvironmentDestroyed) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentDestroyed.ProtoReflect.Descriptor instead.
func (*EnvironmentDestroyed) GetClusterId ¶
func (x *EnvironmentDestroyed) GetClusterId() string
func (*EnvironmentDestroyed) ProtoMessage ¶
func (*EnvironmentDestroyed) ProtoMessage()
func (*EnvironmentDestroyed) ProtoReflect ¶
func (x *EnvironmentDestroyed) ProtoReflect() protoreflect.Message
func (*EnvironmentDestroyed) Reset ¶
func (x *EnvironmentDestroyed) Reset()
func (*EnvironmentDestroyed) String ¶
func (x *EnvironmentDestroyed) String() string
type EnvironmentDoesntExist ¶
type EnvironmentDoesntExist struct { ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` // contains filtered or unexported fields }
func (*EnvironmentDoesntExist) Descriptor
deprecated
func (*EnvironmentDoesntExist) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentDoesntExist.ProtoReflect.Descriptor instead.
func (*EnvironmentDoesntExist) GetClusterId ¶
func (x *EnvironmentDoesntExist) GetClusterId() string
func (*EnvironmentDoesntExist) ProtoMessage ¶
func (*EnvironmentDoesntExist) ProtoMessage()
func (*EnvironmentDoesntExist) ProtoReflect ¶
func (x *EnvironmentDoesntExist) ProtoReflect() protoreflect.Message
func (*EnvironmentDoesntExist) Reset ¶
func (x *EnvironmentDoesntExist) Reset()
func (*EnvironmentDoesntExist) String ¶
func (x *EnvironmentDoesntExist) String() string
type UserMessage ¶ added in v0.0.238
type UserMessage struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` Context map[string]string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UserMessage) Descriptor
deprecated
added in
v0.0.238
func (*UserMessage) Descriptor() ([]byte, []int)
Deprecated: Use UserMessage.ProtoReflect.Descriptor instead.
func (*UserMessage) GetContext ¶ added in v0.0.323
func (x *UserMessage) GetContext() map[string]string
func (*UserMessage) GetMessage ¶ added in v0.0.238
func (x *UserMessage) GetMessage() string
func (*UserMessage) GetRequestId ¶ added in v0.0.323
func (x *UserMessage) GetRequestId() string
func (*UserMessage) ProtoMessage ¶ added in v0.0.238
func (*UserMessage) ProtoMessage()
func (*UserMessage) ProtoReflect ¶ added in v0.0.238
func (x *UserMessage) ProtoReflect() protoreflect.Message
func (*UserMessage) Reset ¶ added in v0.0.238
func (x *UserMessage) Reset()
func (*UserMessage) String ¶ added in v0.0.238
func (x *UserMessage) String() string
type WorkspaceExpired ¶ added in v0.0.270
type WorkspaceExpired struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*WorkspaceExpired) Descriptor
deprecated
added in
v0.0.270
func (*WorkspaceExpired) Descriptor() ([]byte, []int)
Deprecated: Use WorkspaceExpired.ProtoReflect.Descriptor instead.
func (*WorkspaceExpired) GetMessage ¶ added in v0.0.270
func (x *WorkspaceExpired) GetMessage() string
func (*WorkspaceExpired) ProtoMessage ¶ added in v0.0.270
func (*WorkspaceExpired) ProtoMessage()
func (*WorkspaceExpired) ProtoReflect ¶ added in v0.0.270
func (x *WorkspaceExpired) ProtoReflect() protoreflect.Message
func (*WorkspaceExpired) Reset ¶ added in v0.0.270
func (x *WorkspaceExpired) Reset()
func (*WorkspaceExpired) String ¶ added in v0.0.270
func (x *WorkspaceExpired) String() string
Click to show internal directories.
Click to hide internal directories.