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.



544
545
546
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 544

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



527
528
529
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 527

def 
  @common_metadata
end

#dest_dataset_typeString

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

Returns:

  • (String)


532
533
534
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 532

def dest_dataset_type
  @dest_dataset_type
end

#dest_split_typeString

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

Returns:

  • (String)


537
538
539
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 537

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



542
543
544
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 542

def individual_batch_move_statuses
  @individual_batch_move_statuses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



549
550
551
552
553
554
# File 'lib/google/apis/documentai_v1beta3/classes.rb', line 549

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