lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.4.0 vs lib/google/apis/dataflow_v1b3/representations.rb in google-apis-dataflow_v1b3-0.5.0
- old
+ new
@@ -164,10 +164,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DebugOptions
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class DeleteSnapshotResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1307,10 +1313,17 @@
property :namespace, as: 'namespace'
property :project_id, as: 'projectId'
end
end
+ class DebugOptions
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :enable_hot_key_logging, as: 'enableHotKeyLogging'
+ end
+ end
+
class DeleteSnapshotResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
@@ -1387,9 +1400,11 @@
class Environment
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :cluster_manager_api_service, as: 'clusterManagerApiService'
property :dataset, as: 'dataset'
+ property :debug_options, as: 'debugOptions', class: Google::Apis::DataflowV1b3::DebugOptions, decorator: Google::Apis::DataflowV1b3::DebugOptions::Representation
+
collection :experiments, as: 'experiments'
property :flex_resource_scheduling_goal, as: 'flexResourceSchedulingGoal'
hash :internal_experiments, as: 'internalExperiments'
hash :sdk_pipeline_options, as: 'sdkPipelineOptions'
property :service_account_email, as: 'serviceAccountEmail'