Class: Cadenya::Models::BulkWorkspaceResources::BulkWorkspaceApplyResultDataMemoryEntryOutcome
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Cadenya::Models::BulkWorkspaceResources::BulkWorkspaceApplyResultDataMemoryEntryOutcome
- Defined in:
- lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb
Defined Under Namespace
Modules: Action Classes: Error
Instance Attribute Summary collapse
- #action ⇒ Symbol, ...
-
#error ⇒ Cadenya::Models::BulkWorkspaceResources::BulkWorkspaceApplyResultDataMemoryEntryOutcome::Error?
The ‘Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs.
- #external_id ⇒ String?
-
#resource ⇒ Cadenya::Models::MemoryLayers::MemoryEntry?
MemoryEntry is a single keyed value within a MemoryLayer.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(action: nil, error: nil, external_id: nil, resource: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see BulkWorkspaceApplyResultDataMemoryEntryOutcome for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(action: nil, error: nil, external_id: nil, resource: nil) ⇒ Object
Some parameter documentations has been truncated, see Cadenya::Models::BulkWorkspaceResources::BulkWorkspaceApplyResultDataMemoryEntryOutcome for more details.
|
|
# File 'lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb', line 44
|
Instance Attribute Details
#action ⇒ Symbol, ...
10 11 |
# File 'lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb', line 10 optional :action, enum: -> { Cadenya::BulkWorkspaceResources::BulkWorkspaceApplyResultDataMemoryEntryOutcome::Action } |
#error ⇒ Cadenya::Models::BulkWorkspaceResources::BulkWorkspaceApplyResultDataMemoryEntryOutcome::Error?
The ‘Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](cloud.google.com/apis/design/errors).
22 23 |
# File 'lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb', line 22 optional :error, -> { Cadenya::BulkWorkspaceResources::BulkWorkspaceApplyResultDataMemoryEntryOutcome::Error } |
#external_id ⇒ String?
28 |
# File 'lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb', line 28 optional :external_id, String, api_name: :externalId |
#resource ⇒ Cadenya::Models::MemoryLayers::MemoryEntry?
MemoryEntry is a single keyed value within a MemoryLayer. Entries are addressed by their key, which follows the S3 object key safe-character convention (see MemoryEntrySpec.key for the full rule). Keys are unique within a single layer; the same key may appear in multiple layers, in which case the LIFO stack-walk determines which one wins for a given objective.
MemoryEntry is the summary shape, returned by ListMemoryEntries. It does not carry the entry body — callers that need the body must fetch the entry individually via GetMemoryEntry, which returns a MemoryEntryDetail.
42 |
# File 'lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb', line 42 optional :resource, -> { Cadenya::MemoryLayers::MemoryEntry } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/cadenya/models/bulk_workspace_resources/bulk_workspace_apply_result_data_memory_entry_outcome.rb', line 68
|