Documentation
¶
Index ¶
- Variables
- type Empty
- type EmptyMultiError
- type EmptyRequest
- func (*EmptyRequest) Descriptor() ([]byte, []int)deprecated
- func (*EmptyRequest) ProtoMessage()
- func (x *EmptyRequest) ProtoReflect() protoreflect.Message
- func (x *EmptyRequest) Reset()
- func (x *EmptyRequest) String() string
- func (m *EmptyRequest) Validate() error
- func (m *EmptyRequest) ValidateAll() error
- type EmptyRequestMultiError
- type EmptyRequestValidationError
- func (e EmptyRequestValidationError) Cause() error
- func (e EmptyRequestValidationError) Error() string
- func (e EmptyRequestValidationError) ErrorName() string
- func (e EmptyRequestValidationError) Field() string
- func (e EmptyRequestValidationError) Key() bool
- func (e EmptyRequestValidationError) Reason() string
- type EmptyValidationError
- type ErrorDetails
- func (*ErrorDetails) Descriptor() ([]byte, []int)deprecated
- func (x *ErrorDetails) GetDetail() string
- func (x *ErrorDetails) GetStackEntries() []string
- func (*ErrorDetails) ProtoMessage()
- func (x *ErrorDetails) ProtoReflect() protoreflect.Message
- func (x *ErrorDetails) Reset()
- func (x *ErrorDetails) String() string
- func (m *ErrorDetails) Validate() error
- func (m *ErrorDetails) ValidateAll() error
- type ErrorDetailsMultiError
- type ErrorDetailsValidationError
- func (e ErrorDetailsValidationError) Cause() error
- func (e ErrorDetailsValidationError) Error() string
- func (e ErrorDetailsValidationError) ErrorName() string
- func (e ErrorDetailsValidationError) Field() string
- func (e ErrorDetailsValidationError) Key() bool
- func (e ErrorDetailsValidationError) Reason() string
- type GenericListRequest
- func (*GenericListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenericListRequest) GetEnvironmentId() string
- func (x *GenericListRequest) GetIncludeJsonConversion() bool
- func (x *GenericListRequest) GetIncludeYamlConversion() bool
- func (x *GenericListRequest) GetUserId() string
- func (*GenericListRequest) ProtoMessage()
- func (x *GenericListRequest) ProtoReflect() protoreflect.Message
- func (x *GenericListRequest) Reset()
- func (x *GenericListRequest) String() string
- func (m *GenericListRequest) Validate() error
- func (m *GenericListRequest) ValidateAll() error
- type GenericListRequestMultiError
- type GenericListRequestValidationError
- func (e GenericListRequestValidationError) Cause() error
- func (e GenericListRequestValidationError) Error() string
- func (e GenericListRequestValidationError) ErrorName() string
- func (e GenericListRequestValidationError) Field() string
- func (e GenericListRequestValidationError) Key() bool
- func (e GenericListRequestValidationError) Reason() string
- type GenericRemoveRequest
- func (*GenericRemoveRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GenericRemoveRequest) GetEnvironmentId() string
- func (x *GenericRemoveRequest) GetName() string
- func (x *GenericRemoveRequest) GetUserId() string
- func (*GenericRemoveRequest) ProtoMessage()
- func (x *GenericRemoveRequest) ProtoReflect() protoreflect.Message
- func (x *GenericRemoveRequest) Reset()
- func (x *GenericRemoveRequest) String() string
- func (m *GenericRemoveRequest) Validate() error
- func (m *GenericRemoveRequest) ValidateAll() error
- type GenericRemoveRequestMultiError
- type GenericRemoveRequestValidationError
- func (e GenericRemoveRequestValidationError) Cause() error
- func (e GenericRemoveRequestValidationError) Error() string
- func (e GenericRemoveRequestValidationError) ErrorName() string
- func (e GenericRemoveRequestValidationError) Field() string
- func (e GenericRemoveRequestValidationError) Key() bool
- func (e GenericRemoveRequestValidationError) Reason() string
- type GetGenericEntityRequest
- func (*GetGenericEntityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGenericEntityRequest) GetEnvironmentId() string
- func (x *GetGenericEntityRequest) GetIncludeJsonConversion() bool
- func (x *GetGenericEntityRequest) GetIncludeYamlConversion() bool
- func (x *GetGenericEntityRequest) GetName() string
- func (x *GetGenericEntityRequest) GetUserId() string
- func (*GetGenericEntityRequest) ProtoMessage()
- func (x *GetGenericEntityRequest) ProtoReflect() protoreflect.Message
- func (x *GetGenericEntityRequest) Reset()
- func (x *GetGenericEntityRequest) String() string
- func (m *GetGenericEntityRequest) Validate() error
- func (m *GetGenericEntityRequest) ValidateAll() error
- type GetGenericEntityRequestMultiError
- type GetGenericEntityRequestValidationError
- func (e GetGenericEntityRequestValidationError) Cause() error
- func (e GetGenericEntityRequestValidationError) Error() string
- func (e GetGenericEntityRequestValidationError) ErrorName() string
- func (e GetGenericEntityRequestValidationError) Field() string
- func (e GetGenericEntityRequestValidationError) Key() bool
- func (e GetGenericEntityRequestValidationError) Reason() string
- type OpResponse
- func (*OpResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OpResponse) GetStatus() OpStatus
- func (x *OpResponse) GetUserInfo() string
- func (*OpResponse) ProtoMessage()
- func (x *OpResponse) ProtoReflect() protoreflect.Message
- func (x *OpResponse) Reset()
- func (x *OpResponse) String() string
- func (m *OpResponse) Validate() error
- func (m *OpResponse) ValidateAll() error
- type OpResponseMultiError
- type OpResponseValidationError
- type OpStatus
Constants ¶
This section is empty.
Variables ¶
var ( OpStatus_name = map[int32]string{ 0: "UNKNOWN", 1: "SUCCESS", } OpStatus_value = map[string]int32{ "UNKNOWN": 0, "SUCCESS": 1, } )
Enum value maps for OpStatus.
var File_common_entities_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Empty ¶ added in v0.8.0
type Empty struct {
// contains filtered or unexported fields
}
Empty message as required by gRPC for services not requiring any parameters.
func (*Empty) Descriptor
deprecated
added in
v0.8.0
func (*Empty) ProtoMessage ¶ added in v0.8.0
func (*Empty) ProtoMessage()
func (*Empty) ProtoReflect ¶ added in v0.8.0
func (x *Empty) ProtoReflect() protoreflect.Message
func (*Empty) Validate ¶ added in v0.8.0
Validate checks the field values on Empty 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 (*Empty) ValidateAll ¶ added in v0.8.0
ValidateAll checks the field values on Empty 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 EmptyMultiError, or nil if none found.
type EmptyMultiError ¶ added in v0.8.0
type EmptyMultiError []error
EmptyMultiError is an error wrapping multiple validation errors returned by Empty.ValidateAll() if the designated constraints aren't met.
func (EmptyMultiError) AllErrors ¶ added in v0.8.0
func (m EmptyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EmptyMultiError) Error ¶ added in v0.8.0
func (m EmptyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EmptyRequest ¶
type EmptyRequest struct {
// contains filtered or unexported fields
}
Empty message as required by gRPC for services not requiring any parameters.
func (*EmptyRequest) Descriptor
deprecated
func (*EmptyRequest) Descriptor() ([]byte, []int)
Deprecated: Use EmptyRequest.ProtoReflect.Descriptor instead.
func (*EmptyRequest) ProtoMessage ¶
func (*EmptyRequest) ProtoMessage()
func (*EmptyRequest) ProtoReflect ¶
func (x *EmptyRequest) ProtoReflect() protoreflect.Message
func (*EmptyRequest) Reset ¶
func (x *EmptyRequest) Reset()
func (*EmptyRequest) String ¶
func (x *EmptyRequest) String() string
func (*EmptyRequest) Validate ¶
func (m *EmptyRequest) Validate() error
Validate checks the field values on EmptyRequest 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 (*EmptyRequest) ValidateAll ¶ added in v0.5.0
func (m *EmptyRequest) ValidateAll() error
ValidateAll checks the field values on EmptyRequest 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 EmptyRequestMultiError, or nil if none found.
type EmptyRequestMultiError ¶ added in v0.5.0
type EmptyRequestMultiError []error
EmptyRequestMultiError is an error wrapping multiple validation errors returned by EmptyRequest.ValidateAll() if the designated constraints aren't met.
func (EmptyRequestMultiError) AllErrors ¶ added in v0.5.0
func (m EmptyRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EmptyRequestMultiError) Error ¶ added in v0.5.0
func (m EmptyRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EmptyRequestValidationError ¶
type EmptyRequestValidationError struct {
// contains filtered or unexported fields
}
EmptyRequestValidationError is the validation error returned by EmptyRequest.Validate if the designated constraints aren't met.
func (EmptyRequestValidationError) Cause ¶
func (e EmptyRequestValidationError) Cause() error
Cause function returns cause value.
func (EmptyRequestValidationError) Error ¶
func (e EmptyRequestValidationError) Error() string
Error satisfies the builtin error interface
func (EmptyRequestValidationError) ErrorName ¶
func (e EmptyRequestValidationError) ErrorName() string
ErrorName returns error name.
func (EmptyRequestValidationError) Field ¶
func (e EmptyRequestValidationError) Field() string
Field function returns field value.
func (EmptyRequestValidationError) Key ¶
func (e EmptyRequestValidationError) Key() bool
Key function returns key value.
func (EmptyRequestValidationError) Reason ¶
func (e EmptyRequestValidationError) Reason() string
Reason function returns reason value.
type EmptyValidationError ¶ added in v0.8.0
type EmptyValidationError struct {
// contains filtered or unexported fields
}
EmptyValidationError is the validation error returned by Empty.Validate if the designated constraints aren't met.
func (EmptyValidationError) Cause ¶ added in v0.8.0
func (e EmptyValidationError) Cause() error
Cause function returns cause value.
func (EmptyValidationError) Error ¶ added in v0.8.0
func (e EmptyValidationError) Error() string
Error satisfies the builtin error interface
func (EmptyValidationError) ErrorName ¶ added in v0.8.0
func (e EmptyValidationError) ErrorName() string
ErrorName returns error name.
func (EmptyValidationError) Field ¶ added in v0.8.0
func (e EmptyValidationError) Field() string
Field function returns field value.
func (EmptyValidationError) Key ¶ added in v0.8.0
func (e EmptyValidationError) Key() bool
Key function returns key value.
func (EmptyValidationError) Reason ¶ added in v0.8.0
func (e EmptyValidationError) Reason() string
Reason function returns reason value.
type ErrorDetails ¶ added in v0.2.0
type ErrorDetails struct { // The stack trace entries indicating where the error occurred. StackEntries []string `protobuf:"bytes,1,rep,name=stack_entries,json=stackEntries,proto3" json:"stack_entries,omitempty"` // Additional debugging information provided by the server. Detail string `protobuf:"bytes,2,opt,name=detail,proto3" json:"detail,omitempty"` // contains filtered or unexported fields }
ErrorDetails with the detail of a NError
func (*ErrorDetails) Descriptor
deprecated
added in
v0.2.0
func (*ErrorDetails) Descriptor() ([]byte, []int)
Deprecated: Use ErrorDetails.ProtoReflect.Descriptor instead.
func (*ErrorDetails) GetDetail ¶ added in v0.2.0
func (x *ErrorDetails) GetDetail() string
func (*ErrorDetails) GetStackEntries ¶ added in v0.2.0
func (x *ErrorDetails) GetStackEntries() []string
func (*ErrorDetails) ProtoMessage ¶ added in v0.2.0
func (*ErrorDetails) ProtoMessage()
func (*ErrorDetails) ProtoReflect ¶ added in v0.2.0
func (x *ErrorDetails) ProtoReflect() protoreflect.Message
func (*ErrorDetails) Reset ¶ added in v0.2.0
func (x *ErrorDetails) Reset()
func (*ErrorDetails) String ¶ added in v0.2.0
func (x *ErrorDetails) String() string
func (*ErrorDetails) Validate ¶ added in v0.2.0
func (m *ErrorDetails) Validate() error
Validate checks the field values on ErrorDetails 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 (*ErrorDetails) ValidateAll ¶ added in v0.5.0
func (m *ErrorDetails) ValidateAll() error
ValidateAll checks the field values on ErrorDetails 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 ErrorDetailsMultiError, or nil if none found.
type ErrorDetailsMultiError ¶ added in v0.5.0
type ErrorDetailsMultiError []error
ErrorDetailsMultiError is an error wrapping multiple validation errors returned by ErrorDetails.ValidateAll() if the designated constraints aren't met.
func (ErrorDetailsMultiError) AllErrors ¶ added in v0.5.0
func (m ErrorDetailsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ErrorDetailsMultiError) Error ¶ added in v0.5.0
func (m ErrorDetailsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ErrorDetailsValidationError ¶ added in v0.2.0
type ErrorDetailsValidationError struct {
// contains filtered or unexported fields
}
ErrorDetailsValidationError is the validation error returned by ErrorDetails.Validate if the designated constraints aren't met.
func (ErrorDetailsValidationError) Cause ¶ added in v0.2.0
func (e ErrorDetailsValidationError) Cause() error
Cause function returns cause value.
func (ErrorDetailsValidationError) Error ¶ added in v0.2.0
func (e ErrorDetailsValidationError) Error() string
Error satisfies the builtin error interface
func (ErrorDetailsValidationError) ErrorName ¶ added in v0.2.0
func (e ErrorDetailsValidationError) ErrorName() string
ErrorName returns error name.
func (ErrorDetailsValidationError) Field ¶ added in v0.2.0
func (e ErrorDetailsValidationError) Field() string
Field function returns field value.
func (ErrorDetailsValidationError) Key ¶ added in v0.2.0
func (e ErrorDetailsValidationError) Key() bool
Key function returns key value.
func (ErrorDetailsValidationError) Reason ¶ added in v0.2.0
func (e ErrorDetailsValidationError) Reason() string
Reason function returns reason value.
type GenericListRequest ¶ added in v0.5.0
type GenericListRequest struct { // UserId with the user identifier UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // environmentId with the environment identifier EnvironmentId string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` // IncludeYAMLConversion determines if the raw YAML representation is also included. IncludeYamlConversion bool `` /* 127-byte string literal not displayed */ // IncludeJSONConversion determines if the raw JSON representation is also included. IncludeJsonConversion bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
GenericListRequest with the information required to List entities in a given environment.
func (*GenericListRequest) Descriptor
deprecated
added in
v0.5.0
func (*GenericListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenericListRequest.ProtoReflect.Descriptor instead.
func (*GenericListRequest) GetEnvironmentId ¶ added in v0.5.0
func (x *GenericListRequest) GetEnvironmentId() string
func (*GenericListRequest) GetIncludeJsonConversion ¶ added in v0.5.0
func (x *GenericListRequest) GetIncludeJsonConversion() bool
func (*GenericListRequest) GetIncludeYamlConversion ¶ added in v0.5.0
func (x *GenericListRequest) GetIncludeYamlConversion() bool
func (*GenericListRequest) GetUserId ¶ added in v0.5.0
func (x *GenericListRequest) GetUserId() string
func (*GenericListRequest) ProtoMessage ¶ added in v0.5.0
func (*GenericListRequest) ProtoMessage()
func (*GenericListRequest) ProtoReflect ¶ added in v0.5.0
func (x *GenericListRequest) ProtoReflect() protoreflect.Message
func (*GenericListRequest) Reset ¶ added in v0.5.0
func (x *GenericListRequest) Reset()
func (*GenericListRequest) String ¶ added in v0.5.0
func (x *GenericListRequest) String() string
func (*GenericListRequest) Validate ¶ added in v0.5.0
func (m *GenericListRequest) Validate() error
Validate checks the field values on GenericListRequest 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 (*GenericListRequest) ValidateAll ¶ added in v0.5.0
func (m *GenericListRequest) ValidateAll() error
ValidateAll checks the field values on GenericListRequest 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 GenericListRequestMultiError, or nil if none found.
type GenericListRequestMultiError ¶ added in v0.5.0
type GenericListRequestMultiError []error
GenericListRequestMultiError is an error wrapping multiple validation errors returned by GenericListRequest.ValidateAll() if the designated constraints aren't met.
func (GenericListRequestMultiError) AllErrors ¶ added in v0.5.0
func (m GenericListRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GenericListRequestMultiError) Error ¶ added in v0.5.0
func (m GenericListRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GenericListRequestValidationError ¶ added in v0.5.0
type GenericListRequestValidationError struct {
// contains filtered or unexported fields
}
GenericListRequestValidationError is the validation error returned by GenericListRequest.Validate if the designated constraints aren't met.
func (GenericListRequestValidationError) Cause ¶ added in v0.5.0
func (e GenericListRequestValidationError) Cause() error
Cause function returns cause value.
func (GenericListRequestValidationError) Error ¶ added in v0.5.0
func (e GenericListRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GenericListRequestValidationError) ErrorName ¶ added in v0.5.0
func (e GenericListRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GenericListRequestValidationError) Field ¶ added in v0.5.0
func (e GenericListRequestValidationError) Field() string
Field function returns field value.
func (GenericListRequestValidationError) Key ¶ added in v0.5.0
func (e GenericListRequestValidationError) Key() bool
Key function returns key value.
func (GenericListRequestValidationError) Reason ¶ added in v0.5.0
func (e GenericListRequestValidationError) Reason() string
Reason function returns reason value.
type GenericRemoveRequest ¶ added in v0.5.0
type GenericRemoveRequest struct { // UserId with the user identifier as generated by the platform for tracing purposes. UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // environmentId with the environment identifier EnvironmentId string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` // Name of the entity. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
GenericRemoveRequest with the information required to identify an entity for removal. The type of entity is dictated by the rpc method being called.
func (*GenericRemoveRequest) Descriptor
deprecated
added in
v0.5.0
func (*GenericRemoveRequest) Descriptor() ([]byte, []int)
Deprecated: Use GenericRemoveRequest.ProtoReflect.Descriptor instead.
func (*GenericRemoveRequest) GetEnvironmentId ¶ added in v0.5.0
func (x *GenericRemoveRequest) GetEnvironmentId() string
func (*GenericRemoveRequest) GetName ¶ added in v0.5.0
func (x *GenericRemoveRequest) GetName() string
func (*GenericRemoveRequest) GetUserId ¶ added in v0.5.0
func (x *GenericRemoveRequest) GetUserId() string
func (*GenericRemoveRequest) ProtoMessage ¶ added in v0.5.0
func (*GenericRemoveRequest) ProtoMessage()
func (*GenericRemoveRequest) ProtoReflect ¶ added in v0.5.0
func (x *GenericRemoveRequest) ProtoReflect() protoreflect.Message
func (*GenericRemoveRequest) Reset ¶ added in v0.5.0
func (x *GenericRemoveRequest) Reset()
func (*GenericRemoveRequest) String ¶ added in v0.5.0
func (x *GenericRemoveRequest) String() string
func (*GenericRemoveRequest) Validate ¶ added in v0.5.0
func (m *GenericRemoveRequest) Validate() error
Validate checks the field values on GenericRemoveRequest 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 (*GenericRemoveRequest) ValidateAll ¶ added in v0.5.0
func (m *GenericRemoveRequest) ValidateAll() error
ValidateAll checks the field values on GenericRemoveRequest 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 GenericRemoveRequestMultiError, or nil if none found.
type GenericRemoveRequestMultiError ¶ added in v0.5.0
type GenericRemoveRequestMultiError []error
GenericRemoveRequestMultiError is an error wrapping multiple validation errors returned by GenericRemoveRequest.ValidateAll() if the designated constraints aren't met.
func (GenericRemoveRequestMultiError) AllErrors ¶ added in v0.5.0
func (m GenericRemoveRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GenericRemoveRequestMultiError) Error ¶ added in v0.5.0
func (m GenericRemoveRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GenericRemoveRequestValidationError ¶ added in v0.5.0
type GenericRemoveRequestValidationError struct {
// contains filtered or unexported fields
}
GenericRemoveRequestValidationError is the validation error returned by GenericRemoveRequest.Validate if the designated constraints aren't met.
func (GenericRemoveRequestValidationError) Cause ¶ added in v0.5.0
func (e GenericRemoveRequestValidationError) Cause() error
Cause function returns cause value.
func (GenericRemoveRequestValidationError) Error ¶ added in v0.5.0
func (e GenericRemoveRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GenericRemoveRequestValidationError) ErrorName ¶ added in v0.5.0
func (e GenericRemoveRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GenericRemoveRequestValidationError) Field ¶ added in v0.5.0
func (e GenericRemoveRequestValidationError) Field() string
Field function returns field value.
func (GenericRemoveRequestValidationError) Key ¶ added in v0.5.0
func (e GenericRemoveRequestValidationError) Key() bool
Key function returns key value.
func (GenericRemoveRequestValidationError) Reason ¶ added in v0.5.0
func (e GenericRemoveRequestValidationError) Reason() string
Reason function returns reason value.
type GetGenericEntityRequest ¶ added in v0.7.0
type GetGenericEntityRequest struct { // UserId with the user identifier UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // EnvironmentId with the environment identifier EnvironmentId string `protobuf:"bytes,2,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"` // name with the entity name (it is unique by environment) Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // IncludeYAMLConversion determines if the raw YAML representation is also included. IncludeYamlConversion bool `` /* 127-byte string literal not displayed */ // IncludeJSONConversion determines if the raw JSON representation is also included. IncludeJsonConversion bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
GetGenericEntityRequest wit the information requiered to ask for an entity in an environment This message is different as the GetEntityRequest found in account-manager because in this case we dont need any informacion about the account
func (*GetGenericEntityRequest) Descriptor
deprecated
added in
v0.7.0
func (*GetGenericEntityRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGenericEntityRequest.ProtoReflect.Descriptor instead.
func (*GetGenericEntityRequest) GetEnvironmentId ¶ added in v0.7.0
func (x *GetGenericEntityRequest) GetEnvironmentId() string
func (*GetGenericEntityRequest) GetIncludeJsonConversion ¶ added in v0.7.0
func (x *GetGenericEntityRequest) GetIncludeJsonConversion() bool
func (*GetGenericEntityRequest) GetIncludeYamlConversion ¶ added in v0.7.0
func (x *GetGenericEntityRequest) GetIncludeYamlConversion() bool
func (*GetGenericEntityRequest) GetName ¶ added in v0.7.0
func (x *GetGenericEntityRequest) GetName() string
func (*GetGenericEntityRequest) GetUserId ¶ added in v0.7.0
func (x *GetGenericEntityRequest) GetUserId() string
func (*GetGenericEntityRequest) ProtoMessage ¶ added in v0.7.0
func (*GetGenericEntityRequest) ProtoMessage()
func (*GetGenericEntityRequest) ProtoReflect ¶ added in v0.7.0
func (x *GetGenericEntityRequest) ProtoReflect() protoreflect.Message
func (*GetGenericEntityRequest) Reset ¶ added in v0.7.0
func (x *GetGenericEntityRequest) Reset()
func (*GetGenericEntityRequest) String ¶ added in v0.7.0
func (x *GetGenericEntityRequest) String() string
func (*GetGenericEntityRequest) Validate ¶ added in v0.7.0
func (m *GetGenericEntityRequest) Validate() error
Validate checks the field values on GetGenericEntityRequest 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 (*GetGenericEntityRequest) ValidateAll ¶ added in v0.7.0
func (m *GetGenericEntityRequest) ValidateAll() error
ValidateAll checks the field values on GetGenericEntityRequest 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 GetGenericEntityRequestMultiError, or nil if none found.
type GetGenericEntityRequestMultiError ¶ added in v0.7.0
type GetGenericEntityRequestMultiError []error
GetGenericEntityRequestMultiError is an error wrapping multiple validation errors returned by GetGenericEntityRequest.ValidateAll() if the designated constraints aren't met.
func (GetGenericEntityRequestMultiError) AllErrors ¶ added in v0.7.0
func (m GetGenericEntityRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGenericEntityRequestMultiError) Error ¶ added in v0.7.0
func (m GetGenericEntityRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGenericEntityRequestValidationError ¶ added in v0.7.0
type GetGenericEntityRequestValidationError struct {
// contains filtered or unexported fields
}
GetGenericEntityRequestValidationError is the validation error returned by GetGenericEntityRequest.Validate if the designated constraints aren't met.
func (GetGenericEntityRequestValidationError) Cause ¶ added in v0.7.0
func (e GetGenericEntityRequestValidationError) Cause() error
Cause function returns cause value.
func (GetGenericEntityRequestValidationError) Error ¶ added in v0.7.0
func (e GetGenericEntityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetGenericEntityRequestValidationError) ErrorName ¶ added in v0.7.0
func (e GetGenericEntityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetGenericEntityRequestValidationError) Field ¶ added in v0.7.0
func (e GetGenericEntityRequestValidationError) Field() string
Field function returns field value.
func (GetGenericEntityRequestValidationError) Key ¶ added in v0.7.0
func (e GetGenericEntityRequestValidationError) Key() bool
Key function returns key value.
func (GetGenericEntityRequestValidationError) Reason ¶ added in v0.7.0
func (e GetGenericEntityRequestValidationError) Reason() string
Reason function returns reason value.
type OpResponse ¶
type OpResponse struct { // Status of the operation. Status OpStatus `protobuf:"varint,1,opt,name=status,proto3,enum=common.OpStatus" json:"status,omitempty"` // UserInfo with additional information to show to the user. UserInfo string `protobuf:"bytes,2,opt,name=user_info,json=userInfo,proto3" json:"user_info,omitempty"` // contains filtered or unexported fields }
OpResponse with a common definition for the result of executing an operation through gRPC. Notice that in case of an error, the call must fail unless the operation is executed asynchronously and this message contains the result of a past operation.
func (*OpResponse) Descriptor
deprecated
func (*OpResponse) Descriptor() ([]byte, []int)
Deprecated: Use OpResponse.ProtoReflect.Descriptor instead.
func (*OpResponse) GetStatus ¶
func (x *OpResponse) GetStatus() OpStatus
func (*OpResponse) GetUserInfo ¶
func (x *OpResponse) GetUserInfo() string
func (*OpResponse) ProtoMessage ¶
func (*OpResponse) ProtoMessage()
func (*OpResponse) ProtoReflect ¶
func (x *OpResponse) ProtoReflect() protoreflect.Message
func (*OpResponse) Reset ¶
func (x *OpResponse) Reset()
func (*OpResponse) String ¶
func (x *OpResponse) String() string
func (*OpResponse) Validate ¶
func (m *OpResponse) Validate() error
Validate checks the field values on OpResponse 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 (*OpResponse) ValidateAll ¶ added in v0.5.0
func (m *OpResponse) ValidateAll() error
ValidateAll checks the field values on OpResponse 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 OpResponseMultiError, or nil if none found.
type OpResponseMultiError ¶ added in v0.5.0
type OpResponseMultiError []error
OpResponseMultiError is an error wrapping multiple validation errors returned by OpResponse.ValidateAll() if the designated constraints aren't met.
func (OpResponseMultiError) AllErrors ¶ added in v0.5.0
func (m OpResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OpResponseMultiError) Error ¶ added in v0.5.0
func (m OpResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OpResponseValidationError ¶
type OpResponseValidationError struct {
// contains filtered or unexported fields
}
OpResponseValidationError is the validation error returned by OpResponse.Validate if the designated constraints aren't met.
func (OpResponseValidationError) Cause ¶
func (e OpResponseValidationError) Cause() error
Cause function returns cause value.
func (OpResponseValidationError) Error ¶
func (e OpResponseValidationError) Error() string
Error satisfies the builtin error interface
func (OpResponseValidationError) ErrorName ¶
func (e OpResponseValidationError) ErrorName() string
ErrorName returns error name.
func (OpResponseValidationError) Field ¶
func (e OpResponseValidationError) Field() string
Field function returns field value.
func (OpResponseValidationError) Key ¶
func (e OpResponseValidationError) Key() bool
Key function returns key value.
func (OpResponseValidationError) Reason ¶
func (e OpResponseValidationError) Reason() string
Reason function returns reason value.
type OpStatus ¶
type OpStatus int32
OpStatus enumeration defining the possible status of an operation.
func (OpStatus) Descriptor ¶
func (OpStatus) Descriptor() protoreflect.EnumDescriptor
func (OpStatus) EnumDescriptor
deprecated
func (OpStatus) Number ¶
func (x OpStatus) Number() protoreflect.EnumNumber
func (OpStatus) Type ¶
func (OpStatus) Type() protoreflect.EnumType