Struct CloudFunction

Source
pub struct CloudFunction {
Show 36 fields pub automatic_update_policy: Option<AutomaticUpdatePolicy>, pub available_memory_mb: Option<i32>, pub build_environment_variables: Option<HashMap<String, String>>, pub build_id: Option<String>, pub build_name: Option<String>, pub build_service_account: Option<String>, pub build_worker_pool: Option<String>, pub description: Option<String>, pub docker_registry: Option<String>, pub docker_repository: Option<String>, pub entry_point: Option<String>, pub environment_variables: Option<HashMap<String, String>>, pub event_trigger: Option<EventTrigger>, pub https_trigger: Option<HttpsTrigger>, pub ingress_settings: Option<String>, pub kms_key_name: Option<String>, pub labels: Option<HashMap<String, String>>, pub max_instances: Option<i32>, pub min_instances: Option<i32>, pub name: Option<String>, pub network: Option<String>, pub on_deploy_update_policy: Option<OnDeployUpdatePolicy>, pub runtime: Option<String>, pub secret_environment_variables: Option<Vec<SecretEnvVar>>, pub secret_volumes: Option<Vec<SecretVolume>>, pub service_account_email: Option<String>, pub source_archive_url: Option<String>, pub source_repository: Option<SourceRepository>, pub source_token: Option<String>, pub source_upload_url: Option<String>, pub status: Option<String>, pub timeout: Option<Duration>, pub update_time: Option<DateTime<Utc>>, pub version_id: Option<i64>, pub vpc_connector: Option<String>, pub vpc_connector_egress_settings: Option<String>,
}
Expand description

Describes a Cloud Function that contains user computation executed in response to an event. It encapsulate function and triggers configurations.

§Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields§

§automatic_update_policy: Option<AutomaticUpdatePolicy>

no description provided

§available_memory_mb: Option<i32>

The amount of memory in MB available for a function. Defaults to 256MB.

§build_environment_variables: Option<HashMap<String, String>>

Build environment variables that shall be available during build time.

§build_id: Option<String>

Output only. The Cloud Build ID of the latest successful deployment of the function.

§build_name: Option<String>

Output only. The Cloud Build Name of the function deployment. projects//locations//builds/.

§build_service_account: Option<String>

Optional. A service account the user provides for use with Cloud Build.

§build_worker_pool: Option<String>

Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is projects/{project}/locations/{region}/workerPools/{workerPool} where {project} and {region} are the project id and region respectively where the worker pool is defined and {workerPool} is the short name of the worker pool. If the project id is not the same as the function, then the Cloud Functions Service Agent (service-@gcf-admin-robot.iam.gserviceaccount.com) must be granted the role Cloud Build Custom Workers Builder (roles/cloudbuild.customworkers.builder) in the project.

§description: Option<String>

User-provided description of a function.

§docker_registry: Option<String>

Docker Registry to use for this deployment. If unspecified, it defaults to ARTIFACT_REGISTRY. If docker_repository field is specified, this field should either be left unspecified or set to ARTIFACT_REGISTRY.

§docker_repository: Option<String>

User-managed repository created in Artifact Registry to which the function’s Docker image will be pushed after it is built by Cloud Build. May optionally be encrypted with a customer-managed encryption key (CMEK). If unspecified and docker_registry is not explicitly set to CONTAINER_REGISTRY, GCF will create and use a default Artifact Registry repository named ‘gcf-artifacts’ in the region. It must match the pattern projects/{project}/locations/{location}/repositories/{repository}. Cross-project repositories are not supported. Cross-location repositories are not supported. Repository format must be ‘DOCKER’.

§entry_point: Option<String>

The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix (ID of the function), if not specified.

§environment_variables: Option<HashMap<String, String>>

Environment variables that shall be available during function execution.

§event_trigger: Option<EventTrigger>

A source that fires events in response to a condition in another service.

§https_trigger: Option<HttpsTrigger>

An HTTPS endpoint type of source that can be triggered via URL.

§ingress_settings: Option<String>

The ingress settings for the function, controlling what traffic can reach it.

§kms_key_name: Option<String>

Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. If specified, you must also provide an artifact registry repository using the docker_repository field that was created with the same KMS crypto key. The following service accounts need to be granted the role ‘Cloud KMS CryptoKey Encrypter/Decrypter (roles/cloudkms.cryptoKeyEncrypterDecrypter)’ on the Key/KeyRing/Project/Organization (least access preferred). 1. Google Cloud Functions service account (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) - Required to protect the function’s image. 2. Google Storage service account (service-{project_number}@gs-project-accounts.iam.gserviceaccount.com) - Required to protect the function’s source code. If this service account does not exist, deploying a function without a KMS key or retrieving the service agent name provisions it. For more information, see https://cloud.google.com/storage/docs/projects#service-agents and https://cloud.google.com/storage/docs/getting-service-agent#gsutil. Google Cloud Functions delegates access to service agents to protect function resources in internal projects that are not accessible by the end user.

§labels: Option<HashMap<String, String>>

Labels associated with this Cloud Function.

§max_instances: Option<i32>

The limit on the maximum number of function instances that may coexist at a given time. In some cases, such as rapid traffic surges, Cloud Functions may, for a short period of time, create more instances than the specified max instances limit. If your function cannot tolerate this temporary behavior, you may want to factor in a safety margin and set a lower max instances value than your function can tolerate. See the Max Instances Guide for more details.

§min_instances: Option<i32>

A lower bound for the number function instances that may coexist at a given time.

§name: Option<String>

A user-defined name of the function. Function names must be unique globally and match pattern projects/*/locations/*/functions/*

§network: Option<String>

Deprecated: use vpc_connector

§on_deploy_update_policy: Option<OnDeployUpdatePolicy>

no description provided

§runtime: Option<String>

The runtime in which to run the function. Required when deploying a new function, optional when updating an existing function. For a complete list of possible choices, see the gcloud command reference.

§secret_environment_variables: Option<Vec<SecretEnvVar>>

Secret environment variables configuration.

§secret_volumes: Option<Vec<SecretVolume>>

Secret volumes configuration.

§service_account_email: Option<String>

The email of the function’s service account. If empty, defaults to {project_id}@appspot.gserviceaccount.com.

§source_archive_url: Option<String>

The Google Cloud Storage URL, starting with gs://, pointing to the zip archive which contains the function.

§source_repository: Option<SourceRepository>

Beta Feature The source repository where a function is hosted.

§source_token: Option<String>

Input only. An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.

§source_upload_url: Option<String>

The Google Cloud Storage signed URL used for source uploading, generated by calling [google.cloud.functions.v1.GenerateUploadUrl]. The signature is validated on write methods (Create, Update) The signature is stripped from the Function object on read methods (Get, List)

§status: Option<String>

Output only. Status of the function deployment.

§timeout: Option<Duration>

The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.

§update_time: Option<DateTime<Utc>>

Output only. The last update timestamp of a Cloud Function.

§version_id: Option<i64>

Output only. The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.

§vpc_connector: Option<String>

The VPC Network Connector that this cloud function can connect to. It can be either the fully-qualified URI, or the short name of the network connector resource. The format of this field is projects/*/locations/*/connectors/* This field is mutually exclusive with network field and will eventually replace it. See the VPC documentation for more information on connecting Cloud projects.

§vpc_connector_egress_settings: Option<String>

The egress settings for the connector, controlling what traffic is diverted through it.

Trait Implementations§

Source§

impl Clone for CloudFunction

Source§

fn clone(&self) -> CloudFunction

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for CloudFunction

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for CloudFunction

Source§

fn default() -> CloudFunction

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for CloudFunction

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Serialize for CloudFunction

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl RequestValue for CloudFunction

Source§

impl ResponseResult for CloudFunction

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

Source§

impl<T> ErasedDestructor for T
where T: 'static,