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
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
Click to show internal directories.
Click to hide internal directories.