#[non_exhaustive]pub struct NetworkEndpointGroupCloudFunction {
pub function: Option<String>,
pub url_mask: Option<String>,
/* private fields */
}global-network-endpoint-groups or network-endpoint-groups or region-network-endpoint-groups only.Expand description
Configuration for a Cloud Function network endpoint group (NEG). The function must be provided explicitly or in the URL mask.
Note: Cloud Function must be in the same project and located in the same region as the Serverless NEG.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.function: Option<String>A user-defined name of the Cloud Function.
The function name is case-sensitive and must be 1-63 characters long.
Example value: func1.
url_mask: Option<String>An URL mask is one of the main components of the Cloud Function.
A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services.
For example, request URLs mydomain.com/function1 andmydomain.com/function2 can be backed by the same Serverless NEG with URL mask /<function>. The URL mask will parse them to { function = “function1” } and{ function = “function2” } respectively.
Implementations§
Source§impl NetworkEndpointGroupCloudFunction
impl NetworkEndpointGroupCloudFunction
Sourcepub fn set_function<T>(self, v: T) -> Self
pub fn set_function<T>(self, v: T) -> Self
Sourcepub fn set_or_clear_function<T>(self, v: Option<T>) -> Self
pub fn set_or_clear_function<T>(self, v: Option<T>) -> Self
Sourcepub fn set_url_mask<T>(self, v: T) -> Self
pub fn set_url_mask<T>(self, v: T) -> Self
Sourcepub fn set_or_clear_url_mask<T>(self, v: Option<T>) -> Self
pub fn set_or_clear_url_mask<T>(self, v: Option<T>) -> Self
Trait Implementations§
Source§impl Clone for NetworkEndpointGroupCloudFunction
impl Clone for NetworkEndpointGroupCloudFunction
Source§fn clone(&self) -> NetworkEndpointGroupCloudFunction
fn clone(&self) -> NetworkEndpointGroupCloudFunction
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for NetworkEndpointGroupCloudFunction
impl Default for NetworkEndpointGroupCloudFunction
Source§fn default() -> NetworkEndpointGroupCloudFunction
fn default() -> NetworkEndpointGroupCloudFunction
impl StructuralPartialEq for NetworkEndpointGroupCloudFunction
Auto Trait Implementations§
impl Freeze for NetworkEndpointGroupCloudFunction
impl RefUnwindSafe for NetworkEndpointGroupCloudFunction
impl Send for NetworkEndpointGroupCloudFunction
impl Sync for NetworkEndpointGroupCloudFunction
impl Unpin for NetworkEndpointGroupCloudFunction
impl UnsafeUnpin for NetworkEndpointGroupCloudFunction
impl UnwindSafe for NetworkEndpointGroupCloudFunction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T in a tonic::Request