Class: Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/documentai_v1beta3/classes.rb,
lib/google/apis/documentai_v1beta3/representations.rb,
lib/google/apis/documentai_v1beta3/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata

Returns a new instance of GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata.



203
204
205
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 203

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#common_metadataGoogle::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata

The common metadata for long running operations. Corresponds to the JSON property commonMetadata



186
187
188
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 186

def 
  @common_metadata
end

#dest_dataset_typeString

The destination dataset split type. Corresponds to the JSON property destDatasetType

Returns:

  • (String)


191
192
193
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 191

def dest_dataset_type
  @dest_dataset_type
end

#dest_split_typeString

The destination dataset split type. Corresponds to the JSON property destSplitType

Returns:

  • (String)


196
197
198
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 196

def dest_split_type
  @dest_split_type
end

#individual_batch_move_statusesArray<Google::Apis::DocumentaiV1beta3::GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus>

The list of response details of each document. Corresponds to the JSON property individualBatchMoveStatuses



201
202
203
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 201

def individual_batch_move_statuses
  @individual_batch_move_statuses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



208
209
210
211
212
213
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 208

def update!(**args)
  @common_metadata = args[:common_metadata] if args.key?(:common_metadata)
  @dest_dataset_type = args[:dest_dataset_type] if args.key?(:dest_dataset_type)
  @dest_split_type = args[:dest_split_type] if args.key?(:dest_split_type)
  @individual_batch_move_statuses = args[:individual_batch_move_statuses] if args.key?(:individual_batch_move_statuses)
end