generated/google/apis/bigtableadmin_v1/representations.rb in google-api-client-0.42.1 vs generated/google/apis/bigtableadmin_v1/representations.rb in google-api-client-0.42.2

- old
+ new

@@ -20,16 +20,34 @@ module Google module Apis module BigtableadminV1 + class Backup + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class BackupInfo + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Cluster class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class CreateBackupMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class CreateClusterMetadata class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -56,16 +74,34 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class OperationProgress + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class OptimizeRestoredTableMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class PartialUpdateInstanceRequest class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class RestoreTableMetadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class TableProgress class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -86,10 +122,33 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Backup + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :end_time, as: 'endTime' + property :expire_time, as: 'expireTime' + property :name, as: 'name' + property :size_bytes, :numeric_string => true, as: 'sizeBytes' + property :source_table, as: 'sourceTable' + property :start_time, as: 'startTime' + property :state, as: 'state' + end + end + + class BackupInfo + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :backup, as: 'backup' + property :end_time, as: 'endTime' + property :source_table, as: 'sourceTable' + property :start_time, as: 'startTime' + end + end + class Cluster # @private class Representation < Google::Apis::Core::JsonRepresentation property :default_storage_type, as: 'defaultStorageType' property :location, as: 'location' @@ -97,10 +156,20 @@ property :serve_nodes, as: 'serveNodes' property :state, as: 'state' end end + class CreateBackupMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :end_time, as: 'endTime' + property :name, as: 'name' + property :source_table, as: 'sourceTable' + property :start_time, as: 'startTime' + end + end + class CreateClusterMetadata # @private class Representation < Google::Apis::Core::JsonRepresentation property :finish_time, as: 'finishTime' property :original_request, as: 'originalRequest', class: Google::Apis::BigtableadminV1::CreateClusterRequest, decorator: Google::Apis::BigtableadminV1::CreateClusterRequest::Representation @@ -152,15 +221,46 @@ property :state, as: 'state' property :type, as: 'type' end end + class OperationProgress + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :end_time, as: 'endTime' + property :progress_percent, as: 'progressPercent' + property :start_time, as: 'startTime' + end + end + + class OptimizeRestoredTableMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :name, as: 'name' + property :progress, as: 'progress', class: Google::Apis::BigtableadminV1::OperationProgress, decorator: Google::Apis::BigtableadminV1::OperationProgress::Representation + + end + end + class PartialUpdateInstanceRequest # @private class Representation < Google::Apis::Core::JsonRepresentation property :instance, as: 'instance', class: Google::Apis::BigtableadminV1::Instance, decorator: Google::Apis::BigtableadminV1::Instance::Representation property :update_mask, as: 'updateMask' + end + end + + class RestoreTableMetadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :backup_info, as: 'backupInfo', class: Google::Apis::BigtableadminV1::BackupInfo, decorator: Google::Apis::BigtableadminV1::BackupInfo::Representation + + property :name, as: 'name' + property :optimize_table_operation_name, as: 'optimizeTableOperationName' + property :progress, as: 'progress', class: Google::Apis::BigtableadminV1::OperationProgress, decorator: Google::Apis::BigtableadminV1::OperationProgress::Representation + + property :source_type, as: 'sourceType' end end class TableProgress # @private