lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.60.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.61.0

- old
+ new

@@ -98,10 +98,28 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRunV2ExportImageRequest + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudRunV2ExportImageResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class GoogleCloudRunV2ExportStatusResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRunV2GcsVolumeSource class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -122,10 +140,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRunV2ImageExportStatus + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRunV2Job class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -158,10 +182,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class GoogleCloudRunV2Metadata + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRunV2NfsVolumeSource class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -590,14 +620,27 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Proto2BridgeMessageSet + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class UtilStatusProto + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class GoogleCloudRunV2BinaryAuthorization # @private class Representation < Google::Apis::Core::JsonRepresentation property :breakglass_justification, as: 'breakglassJustification' + property :policy, as: 'policy' property :use_default, as: 'useDefault' end end class GoogleCloudRunV2CancelExecutionRequest @@ -752,10 +795,34 @@ property :template, as: 'template', class: Google::Apis::RunV2::GoogleCloudRunV2TaskTemplate, decorator: Google::Apis::RunV2::GoogleCloudRunV2TaskTemplate::Representation end end + class GoogleCloudRunV2ExportImageRequest + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :destination_repo, as: 'destinationRepo' + end + end + + class GoogleCloudRunV2ExportImageResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :operation_id, as: 'operationId' + end + end + + class GoogleCloudRunV2ExportStatusResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :image_export_statuses, as: 'imageExportStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2ImageExportStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2ImageExportStatus::Representation + + property :operation_id, as: 'operationId' + property :operation_state, as: 'operationState' + end + end + class GoogleCloudRunV2GcsVolumeSource # @private class Representation < Google::Apis::Core::JsonRepresentation property :bucket, as: 'bucket' property :read_only, as: 'readOnly' @@ -786,10 +853,21 @@ property :name, as: 'name' property :value, as: 'value' end end + class GoogleCloudRunV2ImageExportStatus + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :export_job_state, as: 'exportJobState' + property :exported_image_digest, as: 'exportedImageDigest' + property :status, as: 'status', class: Google::Apis::RunV2::UtilStatusProto, decorator: Google::Apis::RunV2::UtilStatusProto::Representation + + property :tag, as: 'tag' + end + end + class GoogleCloudRunV2Job # @private class Representation < Google::Apis::Core::JsonRepresentation hash :annotations, as: 'annotations' property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization, decorator: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization::Representation @@ -866,10 +944,17 @@ collection :tasks, as: 'tasks', class: Google::Apis::RunV2::GoogleCloudRunV2Task, decorator: Google::Apis::RunV2::GoogleCloudRunV2Task::Representation end end + class GoogleCloudRunV2Metadata + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :metadata, as: 'metadata' + end + end + class GoogleCloudRunV2NfsVolumeSource # @private class Representation < Google::Apis::Core::JsonRepresentation property :path, as: 'path' property :read_only, as: 'readOnly' @@ -1755,9 +1840,27 @@ class Representation < Google::Apis::Core::JsonRepresentation property :description, as: 'description' property :expression, as: 'expression' property :location, as: 'location' property :title, as: 'title' + end + end + + class Proto2BridgeMessageSet + # @private + class Representation < Google::Apis::Core::JsonRepresentation + end + end + + class UtilStatusProto + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :canonical_code, as: 'canonicalCode' + property :code, as: 'code' + property :message, as: 'message' + property :message_set, as: 'messageSet', class: Google::Apis::RunV2::Proto2BridgeMessageSet, decorator: Google::Apis::RunV2::Proto2BridgeMessageSet::Representation + + property :space, as: 'space' end end end end end