lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.6.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.7.0
- old
+ new
@@ -20,137 +20,137 @@
module Google
module Apis
module RunV2
- class GoogleCloudRunOpV2BinaryAuthorization
+ class GoogleCloudRunV2BinaryAuthorization
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2CloudSqlInstance
+ class GoogleCloudRunV2CloudSqlInstance
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2Condition
+ class GoogleCloudRunV2Condition
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2Container
+ class GoogleCloudRunV2Container
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2ContainerPort
+ class GoogleCloudRunV2ContainerPort
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2EnvVar
+ class GoogleCloudRunV2EnvVar
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2EnvVarSource
+ class GoogleCloudRunV2EnvVarSource
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2ListRevisionsResponse
+ class GoogleCloudRunV2ListRevisionsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2ListServicesResponse
+ class GoogleCloudRunV2ListServicesResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2ResourceRequirements
+ class GoogleCloudRunV2ResourceRequirements
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2Revision
+ class GoogleCloudRunV2Revision
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2RevisionScaling
+ class GoogleCloudRunV2RevisionScaling
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2RevisionTemplate
+ class GoogleCloudRunV2RevisionTemplate
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2SecretKeySelector
+ class GoogleCloudRunV2SecretKeySelector
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2SecretVolumeSource
+ class GoogleCloudRunV2SecretVolumeSource
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2Service
+ class GoogleCloudRunV2Service
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2TrafficTarget
+ class GoogleCloudRunV2TrafficTarget
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2TrafficTargetStatus
+ class GoogleCloudRunV2TrafficTargetStatus
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2VersionToPath
+ class GoogleCloudRunV2VersionToPath
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2Volume
+ class GoogleCloudRunV2Volume
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2VolumeMount
+ class GoogleCloudRunV2VolumeMount
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2VpcAccess
+ class GoogleCloudRunV2VpcAccess
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -224,26 +224,26 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class GoogleCloudRunOpV2BinaryAuthorization
+ class GoogleCloudRunV2BinaryAuthorization
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :breakglass_justification, as: 'breakglassJustification'
property :use_default, as: 'useDefault'
end
end
- class GoogleCloudRunOpV2CloudSqlInstance
+ class GoogleCloudRunV2CloudSqlInstance
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :connections, as: 'connections'
end
end
- class GoogleCloudRunOpV2Condition
+ class GoogleCloudRunV2Condition
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :domain_mapping_reason, as: 'domainMappingReason'
property :execution_reason, as: 'executionReason'
property :internal_reason, as: 'internalReason'
@@ -255,89 +255,89 @@
property :state, as: 'state'
property :type, as: 'type'
end
end
- class GoogleCloudRunOpV2Container
+ class GoogleCloudRunV2Container
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :args, as: 'args'
collection :command, as: 'command'
- collection :env, as: 'env', class: Google::Apis::RunV2::GoogleCloudRunOpV2EnvVar, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2EnvVar::Representation
+ collection :env, as: 'env', class: Google::Apis::RunV2::GoogleCloudRunV2EnvVar, decorator: Google::Apis::RunV2::GoogleCloudRunV2EnvVar::Representation
property :image, as: 'image'
property :name, as: 'name'
- collection :ports, as: 'ports', class: Google::Apis::RunV2::GoogleCloudRunOpV2ContainerPort, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2ContainerPort::Representation
+ collection :ports, as: 'ports', class: Google::Apis::RunV2::GoogleCloudRunV2ContainerPort, decorator: Google::Apis::RunV2::GoogleCloudRunV2ContainerPort::Representation
- property :resources, as: 'resources', class: Google::Apis::RunV2::GoogleCloudRunOpV2ResourceRequirements, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2ResourceRequirements::Representation
+ property :resources, as: 'resources', class: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements, decorator: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements::Representation
- collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV2::GoogleCloudRunOpV2VolumeMount, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2VolumeMount::Representation
+ collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount, decorator: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount::Representation
end
end
- class GoogleCloudRunOpV2ContainerPort
+ class GoogleCloudRunV2ContainerPort
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :container_port, as: 'containerPort'
property :name, as: 'name'
end
end
- class GoogleCloudRunOpV2EnvVar
+ class GoogleCloudRunV2EnvVar
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :name, as: 'name'
property :value, as: 'value'
- property :value_source, as: 'valueSource', class: Google::Apis::RunV2::GoogleCloudRunOpV2EnvVarSource, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2EnvVarSource::Representation
+ property :value_source, as: 'valueSource', class: Google::Apis::RunV2::GoogleCloudRunV2EnvVarSource, decorator: Google::Apis::RunV2::GoogleCloudRunV2EnvVarSource::Representation
end
end
- class GoogleCloudRunOpV2EnvVarSource
+ class GoogleCloudRunV2EnvVarSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :secret_key_ref, as: 'secretKeyRef', class: Google::Apis::RunV2::GoogleCloudRunOpV2SecretKeySelector, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2SecretKeySelector::Representation
+ property :secret_key_ref, as: 'secretKeyRef', class: Google::Apis::RunV2::GoogleCloudRunV2SecretKeySelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2SecretKeySelector::Representation
end
end
- class GoogleCloudRunOpV2ListRevisionsResponse
+ class GoogleCloudRunV2ListRevisionsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
- collection :revisions, as: 'revisions', class: Google::Apis::RunV2::GoogleCloudRunOpV2Revision, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Revision::Representation
+ collection :revisions, as: 'revisions', class: Google::Apis::RunV2::GoogleCloudRunV2Revision, decorator: Google::Apis::RunV2::GoogleCloudRunV2Revision::Representation
end
end
- class GoogleCloudRunOpV2ListServicesResponse
+ class GoogleCloudRunV2ListServicesResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
- collection :services, as: 'services', class: Google::Apis::RunV2::GoogleCloudRunOpV2Service, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Service::Representation
+ collection :services, as: 'services', class: Google::Apis::RunV2::GoogleCloudRunV2Service, decorator: Google::Apis::RunV2::GoogleCloudRunV2Service::Representation
end
end
- class GoogleCloudRunOpV2ResourceRequirements
+ class GoogleCloudRunV2ResourceRequirements
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :cpu_idle, as: 'cpuIdle'
hash :limits, as: 'limits'
end
end
- class GoogleCloudRunOpV2Revision
+ class GoogleCloudRunV2Revision
# @private
class Representation < Google::Apis::Core::JsonRepresentation
hash :annotations, as: 'annotations'
- collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunOpV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Condition::Representation
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
property :confidential, as: 'confidential'
property :container_concurrency, as: 'containerConcurrency'
- collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunOpV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Container::Representation
+ collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
property :create_time, as: 'createTime'
property :delete_time, as: 'deleteTime'
property :encryption_key, as: 'encryptionKey'
property :etag, as: 'etag'
@@ -348,82 +348,82 @@
property :launch_stage, as: 'launchStage'
property :log_uri, as: 'logUri'
property :name, as: 'name'
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
property :reconciling, as: 'reconciling'
- property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunOpV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2RevisionScaling::Representation
+ property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
property :service, as: 'service'
property :service_account, as: 'serviceAccount'
property :timeout, as: 'timeout'
property :uid, as: 'uid'
property :update_time, as: 'updateTime'
- collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunOpV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Volume::Representation
+ collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
- property :vpc_access, as: 'vpcAccess', class: Google::Apis::RunV2::GoogleCloudRunOpV2VpcAccess, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2VpcAccess::Representation
+ property :vpc_access, as: 'vpcAccess', class: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess, decorator: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess::Representation
end
end
- class GoogleCloudRunOpV2RevisionScaling
+ class GoogleCloudRunV2RevisionScaling
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :max_instance_count, as: 'maxInstanceCount'
property :min_instance_count, as: 'minInstanceCount'
end
end
- class GoogleCloudRunOpV2RevisionTemplate
+ class GoogleCloudRunV2RevisionTemplate
# @private
class Representation < Google::Apis::Core::JsonRepresentation
hash :annotations, as: 'annotations'
property :confidential, as: 'confidential'
property :container_concurrency, as: 'containerConcurrency'
- collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunOpV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Container::Representation
+ collection :containers, as: 'containers', class: Google::Apis::RunV2::GoogleCloudRunV2Container, decorator: Google::Apis::RunV2::GoogleCloudRunV2Container::Representation
property :encryption_key, as: 'encryptionKey'
property :execution_environment, as: 'executionEnvironment'
hash :labels, as: 'labels'
property :revision, as: 'revision'
- property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunOpV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2RevisionScaling::Representation
+ property :scaling, as: 'scaling', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling::Representation
property :service_account, as: 'serviceAccount'
property :timeout, as: 'timeout'
- collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunOpV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Volume::Representation
+ collection :volumes, as: 'volumes', class: Google::Apis::RunV2::GoogleCloudRunV2Volume, decorator: Google::Apis::RunV2::GoogleCloudRunV2Volume::Representation
- property :vpc_access, as: 'vpcAccess', class: Google::Apis::RunV2::GoogleCloudRunOpV2VpcAccess, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2VpcAccess::Representation
+ property :vpc_access, as: 'vpcAccess', class: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess, decorator: Google::Apis::RunV2::GoogleCloudRunV2VpcAccess::Representation
end
end
- class GoogleCloudRunOpV2SecretKeySelector
+ class GoogleCloudRunV2SecretKeySelector
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :secret, as: 'secret'
property :version, as: 'version'
end
end
- class GoogleCloudRunOpV2SecretVolumeSource
+ class GoogleCloudRunV2SecretVolumeSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :default_mode, as: 'defaultMode'
- collection :items, as: 'items', class: Google::Apis::RunV2::GoogleCloudRunOpV2VersionToPath, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2VersionToPath::Representation
+ collection :items, as: 'items', class: Google::Apis::RunV2::GoogleCloudRunV2VersionToPath, decorator: Google::Apis::RunV2::GoogleCloudRunV2VersionToPath::Representation
property :secret, as: 'secret'
end
end
- class GoogleCloudRunOpV2Service
+ class GoogleCloudRunV2Service
# @private
class Representation < Google::Apis::Core::JsonRepresentation
hash :annotations, as: 'annotations'
- property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::RunV2::GoogleCloudRunOpV2BinaryAuthorization, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2BinaryAuthorization::Representation
+ property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization, decorator: Google::Apis::RunV2::GoogleCloudRunV2BinaryAuthorization::Representation
property :client, as: 'client'
property :client_version, as: 'clientVersion'
- collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunOpV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Condition::Representation
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
property :create_time, as: 'createTime'
property :creator, as: 'creator'
property :delete_time, as: 'deleteTime'
property :description, as: 'description'
@@ -437,73 +437,73 @@
property :latest_ready_revision, as: 'latestReadyRevision'
property :launch_stage, as: 'launchStage'
property :name, as: 'name'
property :observed_generation, :numeric_string => true, as: 'observedGeneration'
property :reconciling, as: 'reconciling'
- property :template, as: 'template', class: Google::Apis::RunV2::GoogleCloudRunOpV2RevisionTemplate, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2RevisionTemplate::Representation
+ property :template, as: 'template', class: Google::Apis::RunV2::GoogleCloudRunV2RevisionTemplate, decorator: Google::Apis::RunV2::GoogleCloudRunV2RevisionTemplate::Representation
- property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunOpV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2Condition::Representation
+ property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
- collection :traffic, as: 'traffic', class: Google::Apis::RunV2::GoogleCloudRunOpV2TrafficTarget, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2TrafficTarget::Representation
+ collection :traffic, as: 'traffic', class: Google::Apis::RunV2::GoogleCloudRunV2TrafficTarget, decorator: Google::Apis::RunV2::GoogleCloudRunV2TrafficTarget::Representation
- collection :traffic_statuses, as: 'trafficStatuses', class: Google::Apis::RunV2::GoogleCloudRunOpV2TrafficTargetStatus, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2TrafficTargetStatus::Representation
+ collection :traffic_statuses, as: 'trafficStatuses', class: Google::Apis::RunV2::GoogleCloudRunV2TrafficTargetStatus, decorator: Google::Apis::RunV2::GoogleCloudRunV2TrafficTargetStatus::Representation
property :uid, as: 'uid'
property :update_time, as: 'updateTime'
property :uri, as: 'uri'
end
end
- class GoogleCloudRunOpV2TrafficTarget
+ class GoogleCloudRunV2TrafficTarget
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :percent, as: 'percent'
property :revision, as: 'revision'
property :tag, as: 'tag'
property :type, as: 'type'
end
end
- class GoogleCloudRunOpV2TrafficTargetStatus
+ class GoogleCloudRunV2TrafficTargetStatus
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :percent, as: 'percent'
property :revision, as: 'revision'
property :tag, as: 'tag'
property :type, as: 'type'
property :uri, as: 'uri'
end
end
- class GoogleCloudRunOpV2VersionToPath
+ class GoogleCloudRunV2VersionToPath
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :mode, as: 'mode'
property :path, as: 'path'
property :version, as: 'version'
end
end
- class GoogleCloudRunOpV2Volume
+ class GoogleCloudRunV2Volume
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :cloud_sql_instance, as: 'cloudSqlInstance', class: Google::Apis::RunV2::GoogleCloudRunOpV2CloudSqlInstance, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2CloudSqlInstance::Representation
+ property :cloud_sql_instance, as: 'cloudSqlInstance', class: Google::Apis::RunV2::GoogleCloudRunV2CloudSqlInstance, decorator: Google::Apis::RunV2::GoogleCloudRunV2CloudSqlInstance::Representation
property :name, as: 'name'
- property :secret, as: 'secret', class: Google::Apis::RunV2::GoogleCloudRunOpV2SecretVolumeSource, decorator: Google::Apis::RunV2::GoogleCloudRunOpV2SecretVolumeSource::Representation
+ property :secret, as: 'secret', class: Google::Apis::RunV2::GoogleCloudRunV2SecretVolumeSource, decorator: Google::Apis::RunV2::GoogleCloudRunV2SecretVolumeSource::Representation
end
end
- class GoogleCloudRunOpV2VolumeMount
+ class GoogleCloudRunV2VolumeMount
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :mount_path, as: 'mountPath'
property :name, as: 'name'
end
end
- class GoogleCloudRunOpV2VpcAccess
+ class GoogleCloudRunV2VpcAccess
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :connector, as: 'connector'
property :egress, as: 'egress'
end