lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.42.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.43.0
- old
+ new
@@ -140,10 +140,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DataSamplingConfig
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class DataSamplingReport
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class DatastoreIoDetails
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -620,10 +632,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class SdkBug
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SdkHarnessContainerImage
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1275,10 +1293,30 @@
collection :data_disks, as: 'dataDisks'
property :vm_instance, as: 'vmInstance'
end
end
+ class DataSamplingConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :behaviors, as: 'behaviors'
+ end
+ end
+
+ class DataSamplingReport
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :bytes_written_delta, :numeric_string => true, as: 'bytesWrittenDelta'
+ property :elements_sampled_bytes, :numeric_string => true, as: 'elementsSampledBytes'
+ property :elements_sampled_count, :numeric_string => true, as: 'elementsSampledCount'
+ property :exceptions_sampled_count, :numeric_string => true, as: 'exceptionsSampledCount'
+ property :pcollections_sampled_count, :numeric_string => true, as: 'pcollectionsSampledCount'
+ property :persistence_errors_count, :numeric_string => true, as: 'persistenceErrorsCount'
+ property :translation_errors_count, :numeric_string => true, as: 'translationErrorsCount'
+ end
+ end
+
class DatastoreIoDetails
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :namespace, as: 'namespace'
property :project_id, as: 'projectId'
@@ -1286,10 +1324,12 @@
end
class DebugOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :data_sampling, as: 'dataSampling', class: Google::Apis::DataflowV1b3::DataSamplingConfig, decorator: Google::Apis::DataflowV1b3::DataSamplingConfig::Representation
+
property :enable_hot_key_logging, as: 'enableHotKeyLogging'
end
end
class DeleteSnapshotResponse
@@ -1375,10 +1415,11 @@
property :service_account_email, as: 'serviceAccountEmail'
property :service_kms_key_name, as: 'serviceKmsKeyName'
collection :service_options, as: 'serviceOptions'
property :shuffle_mode, as: 'shuffleMode'
property :temp_storage_prefix, as: 'tempStoragePrefix'
+ property :use_streaming_engine_resource_based_billing, as: 'useStreamingEngineResourceBasedBilling'
hash :user_agent, as: 'userAgent'
hash :version, as: 'version'
collection :worker_pools, as: 'workerPools', class: Google::Apis::DataflowV1b3::WorkerPool, decorator: Google::Apis::DataflowV1b3::WorkerPool::Representation
property :worker_region, as: 'workerRegion'
@@ -2166,10 +2207,19 @@
property :language, as: 'language'
property :version, as: 'version'
end
end
+ class SdkBug
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :severity, as: 'severity'
+ property :type, as: 'type'
+ property :uri, as: 'uri'
+ end
+ end
+
class SdkHarnessContainerImage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :capabilities, as: 'capabilities'
property :container_image, as: 'containerImage'
@@ -2179,10 +2229,12 @@
end
class SdkVersion
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ collection :bugs, as: 'bugs', class: Google::Apis::DataflowV1b3::SdkBug, decorator: Google::Apis::DataflowV1b3::SdkBug::Representation
+
property :sdk_support_status, as: 'sdkSupportStatus'
property :version, as: 'version'
property :version_display_name, as: 'versionDisplayName'
end
end
@@ -2847,9 +2899,11 @@
end
class WorkerMessage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :data_sampling_report, as: 'dataSamplingReport', class: Google::Apis::DataflowV1b3::DataSamplingReport, decorator: Google::Apis::DataflowV1b3::DataSamplingReport::Representation
+
hash :labels, as: 'labels'
property :time, as: 'time'
property :worker_health_report, as: 'workerHealthReport', class: Google::Apis::DataflowV1b3::WorkerHealthReport, decorator: Google::Apis::DataflowV1b3::WorkerHealthReport::Representation
property :worker_lifecycle_event, as: 'workerLifecycleEvent', class: Google::Apis::DataflowV1b3::WorkerLifecycleEvent, decorator: Google::Apis::DataflowV1b3::WorkerLifecycleEvent::Representation