google-api-ruby-client/generated/google-apis-cloudfunctions_.../lib/google/apis/cloudfunctions_v2alpha/representations.rb

632 lines
23 KiB
Ruby

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
require 'date'
require 'google/apis/core/base_service'
require 'google/apis/core/json_representation'
require 'google/apis/core/hashable'
require 'google/apis/errors'
module Google
module Apis
module CloudfunctionsV2alpha
class AuditConfig
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class AuditLogConfig
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Binding
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class BuildConfig
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class EventFilter
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class EventTrigger
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Expr
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Function
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GenerateDownloadUrlRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GenerateDownloadUrlResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GenerateUploadUrlRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GenerateUploadUrlResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GoogleCloudFunctionsV2alphaOperationMetadata
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GoogleCloudFunctionsV2alphaStage
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GoogleCloudFunctionsV2alphaStateMessage
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GoogleCloudFunctionsV2betaOperationMetadata
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GoogleCloudFunctionsV2betaStage
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class GoogleCloudFunctionsV2betaStateMessage
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class ListFunctionsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class ListLocationsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class ListOperationsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class ListRuntimesResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Location
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Operation
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class OperationMetadataV1
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Policy
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class RepoSource
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Runtime
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class ServiceConfig
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class SetIamPolicyRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Source
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class SourceProvenance
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class Status
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class StorageSource
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class TestIamPermissionsRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class TestIamPermissionsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
class AuditConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::CloudfunctionsV2alpha::AuditLogConfig, decorator: Google::Apis::CloudfunctionsV2alpha::AuditLogConfig::Representation
property :service, as: 'service'
end
end
class AuditLogConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :exempted_members, as: 'exemptedMembers'
property :log_type, as: 'logType'
end
end
class Binding
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :condition, as: 'condition', class: Google::Apis::CloudfunctionsV2alpha::Expr, decorator: Google::Apis::CloudfunctionsV2alpha::Expr::Representation
collection :members, as: 'members'
property :role, as: 'role'
end
end
class BuildConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :build, as: 'build'
property :docker_repository, as: 'dockerRepository'
property :entry_point, as: 'entryPoint'
hash :environment_variables, as: 'environmentVariables'
property :runtime, as: 'runtime'
property :source, as: 'source', class: Google::Apis::CloudfunctionsV2alpha::Source, decorator: Google::Apis::CloudfunctionsV2alpha::Source::Representation
property :source_provenance, as: 'sourceProvenance', class: Google::Apis::CloudfunctionsV2alpha::SourceProvenance, decorator: Google::Apis::CloudfunctionsV2alpha::SourceProvenance::Representation
property :worker_pool, as: 'workerPool'
end
end
class EventFilter
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :attribute, as: 'attribute'
property :operator, as: 'operator'
property :value, as: 'value'
end
end
class EventTrigger
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :event_filters, as: 'eventFilters', class: Google::Apis::CloudfunctionsV2alpha::EventFilter, decorator: Google::Apis::CloudfunctionsV2alpha::EventFilter::Representation
property :event_type, as: 'eventType'
property :pubsub_topic, as: 'pubsubTopic'
property :retry_policy, as: 'retryPolicy'
property :service_account_email, as: 'serviceAccountEmail'
property :trigger, as: 'trigger'
property :trigger_region, as: 'triggerRegion'
end
end
class Expr
# @private
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 Function
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :build_config, as: 'buildConfig', class: Google::Apis::CloudfunctionsV2alpha::BuildConfig, decorator: Google::Apis::CloudfunctionsV2alpha::BuildConfig::Representation
property :description, as: 'description'
property :environment, as: 'environment'
property :event_trigger, as: 'eventTrigger', class: Google::Apis::CloudfunctionsV2alpha::EventTrigger, decorator: Google::Apis::CloudfunctionsV2alpha::EventTrigger::Representation
hash :labels, as: 'labels'
property :name, as: 'name'
property :service_config, as: 'serviceConfig', class: Google::Apis::CloudfunctionsV2alpha::ServiceConfig, decorator: Google::Apis::CloudfunctionsV2alpha::ServiceConfig::Representation
property :state, as: 'state'
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::Representation
property :update_time, as: 'updateTime'
end
end
class GenerateDownloadUrlRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
class GenerateDownloadUrlResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :download_url, as: 'downloadUrl'
end
end
class GenerateUploadUrlRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
class GenerateUploadUrlResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :storage_source, as: 'storageSource', class: Google::Apis::CloudfunctionsV2alpha::StorageSource, decorator: Google::Apis::CloudfunctionsV2alpha::StorageSource::Representation
property :upload_url, as: 'uploadUrl'
end
end
class GoogleCloudFunctionsV2alphaOperationMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :api_version, as: 'apiVersion'
property :cancel_requested, as: 'cancelRequested'
property :create_time, as: 'createTime'
property :end_time, as: 'endTime'
hash :request_resource, as: 'requestResource'
collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStage::Representation
property :status_detail, as: 'statusDetail'
property :target, as: 'target'
property :verb, as: 'verb'
end
end
class GoogleCloudFunctionsV2alphaStage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :message, as: 'message'
property :name, as: 'name'
property :resource, as: 'resource'
property :resource_uri, as: 'resourceUri'
property :state, as: 'state'
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2alphaStateMessage::Representation
end
end
class GoogleCloudFunctionsV2alphaStateMessage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :message, as: 'message'
property :severity, as: 'severity'
property :type, as: 'type'
end
end
class GoogleCloudFunctionsV2betaOperationMetadata
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :api_version, as: 'apiVersion'
property :cancel_requested, as: 'cancelRequested'
property :create_time, as: 'createTime'
property :end_time, as: 'endTime'
hash :request_resource, as: 'requestResource'
collection :stages, as: 'stages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStage::Representation
property :status_detail, as: 'statusDetail'
property :target, as: 'target'
property :verb, as: 'verb'
end
end
class GoogleCloudFunctionsV2betaStage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :message, as: 'message'
property :name, as: 'name'
property :resource, as: 'resource'
property :resource_uri, as: 'resourceUri'
property :state, as: 'state'
collection :state_messages, as: 'stateMessages', class: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStateMessage, decorator: Google::Apis::CloudfunctionsV2alpha::GoogleCloudFunctionsV2betaStateMessage::Representation
end
end
class GoogleCloudFunctionsV2betaStateMessage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :message, as: 'message'
property :severity, as: 'severity'
property :type, as: 'type'
end
end
class ListFunctionsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :functions, as: 'functions', class: Google::Apis::CloudfunctionsV2alpha::Function, decorator: Google::Apis::CloudfunctionsV2alpha::Function::Representation
property :next_page_token, as: 'nextPageToken'
collection :unreachable, as: 'unreachable'
end
end
class ListLocationsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :locations, as: 'locations', class: Google::Apis::CloudfunctionsV2alpha::Location, decorator: Google::Apis::CloudfunctionsV2alpha::Location::Representation
property :next_page_token, as: 'nextPageToken'
end
end
class ListOperationsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :operations, as: 'operations', class: Google::Apis::CloudfunctionsV2alpha::Operation, decorator: Google::Apis::CloudfunctionsV2alpha::Operation::Representation
end
end
class ListRuntimesResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :runtimes, as: 'runtimes', class: Google::Apis::CloudfunctionsV2alpha::Runtime, decorator: Google::Apis::CloudfunctionsV2alpha::Runtime::Representation
end
end
class Location
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :display_name, as: 'displayName'
hash :labels, as: 'labels'
property :location_id, as: 'locationId'
hash :metadata, as: 'metadata'
property :name, as: 'name'
end
end
class Operation
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :done, as: 'done'
property :error, as: 'error', class: Google::Apis::CloudfunctionsV2alpha::Status, decorator: Google::Apis::CloudfunctionsV2alpha::Status::Representation
hash :metadata, as: 'metadata'
property :name, as: 'name'
hash :response, as: 'response'
end
end
class OperationMetadataV1
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :build_id, as: 'buildId'
property :build_name, as: 'buildName'
hash :request, as: 'request'
property :source_token, as: 'sourceToken'
property :target, as: 'target'
property :type, as: 'type'
property :update_time, as: 'updateTime'
property :version_id, :numeric_string => true, as: 'versionId'
end
end
class Policy
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::CloudfunctionsV2alpha::AuditConfig, decorator: Google::Apis::CloudfunctionsV2alpha::AuditConfig::Representation
collection :bindings, as: 'bindings', class: Google::Apis::CloudfunctionsV2alpha::Binding, decorator: Google::Apis::CloudfunctionsV2alpha::Binding::Representation
property :etag, :base64 => true, as: 'etag'
property :version, as: 'version'
end
end
class RepoSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :branch_name, as: 'branchName'
property :commit_sha, as: 'commitSha'
property :dir, as: 'dir'
property :invert_regex, as: 'invertRegex'
property :project_id, as: 'projectId'
property :repo_name, as: 'repoName'
property :tag_name, as: 'tagName'
end
end
class Runtime
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :display_name, as: 'displayName'
property :environment, as: 'environment'
property :name, as: 'name'
property :stage, as: 'stage'
collection :warnings, as: 'warnings'
end
end
class ServiceConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :all_traffic_on_latest_revision, as: 'allTrafficOnLatestRevision'
property :available_memory, as: 'availableMemory'
hash :environment_variables, as: 'environmentVariables'
property :ingress_settings, as: 'ingressSettings'
property :max_instance_count, as: 'maxInstanceCount'
property :min_instance_count, as: 'minInstanceCount'
property :revision, as: 'revision'
property :service, as: 'service'
property :service_account_email, as: 'serviceAccountEmail'
property :timeout_seconds, as: 'timeoutSeconds'
property :uri, as: 'uri'
property :vpc_connector, as: 'vpcConnector'
property :vpc_connector_egress_settings, as: 'vpcConnectorEgressSettings'
end
end
class SetIamPolicyRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :policy, as: 'policy', class: Google::Apis::CloudfunctionsV2alpha::Policy, decorator: Google::Apis::CloudfunctionsV2alpha::Policy::Representation
property :update_mask, as: 'updateMask'
end
end
class Source
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :repo_source, as: 'repoSource', class: Google::Apis::CloudfunctionsV2alpha::RepoSource, decorator: Google::Apis::CloudfunctionsV2alpha::RepoSource::Representation
property :storage_source, as: 'storageSource', class: Google::Apis::CloudfunctionsV2alpha::StorageSource, decorator: Google::Apis::CloudfunctionsV2alpha::StorageSource::Representation
end
end
class SourceProvenance
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :resolved_repo_source, as: 'resolvedRepoSource', class: Google::Apis::CloudfunctionsV2alpha::RepoSource, decorator: Google::Apis::CloudfunctionsV2alpha::RepoSource::Representation
property :resolved_storage_source, as: 'resolvedStorageSource', class: Google::Apis::CloudfunctionsV2alpha::StorageSource, decorator: Google::Apis::CloudfunctionsV2alpha::StorageSource::Representation
end
end
class Status
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :code, as: 'code'
collection :details, as: 'details'
property :message, as: 'message'
end
end
class StorageSource
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :bucket, as: 'bucket'
property :generation, :numeric_string => true, as: 'generation'
property :object, as: 'object'
end
end
class TestIamPermissionsRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :permissions, as: 'permissions'
end
end
class TestIamPermissionsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :permissions, as: 'permissions'
end
end
end
end
end