Skip to main content

BackendService

Struct BackendService 

Source
#[non_exhaustive]
pub struct BackendService {
Show 51 fields pub affinity_cookie_ttl_sec: Option<i32>, pub backends: Vec<Backend>, pub cdn_policy: Option<BackendServiceCdnPolicy>, pub circuit_breakers: Option<CircuitBreakers>, pub compression_mode: Option<CompressionMode>, pub connection_draining: Option<ConnectionDraining>, pub connection_tracking_policy: Option<BackendServiceConnectionTrackingPolicy>, pub consistent_hash: Option<ConsistentHashLoadBalancerSettings>, pub creation_timestamp: Option<String>, pub custom_metrics: Vec<BackendServiceCustomMetric>, pub custom_request_headers: Vec<String>, pub custom_response_headers: Vec<String>, pub description: Option<String>, pub edge_security_policy: Option<String>, pub enable_cdn: Option<bool>, pub external_managed_migration_state: Option<ExternalManagedMigrationState>, pub external_managed_migration_testing_percentage: Option<f32>, pub failover_policy: Option<BackendServiceFailoverPolicy>, pub fingerprint: Option<Bytes>, pub ha_policy: Option<BackendServiceHAPolicy>, pub health_checks: Vec<String>, pub iap: Option<BackendServiceIAP>, pub id: Option<u64>, pub ip_address_selection_policy: Option<IpAddressSelectionPolicy>, pub kind: Option<String>, pub load_balancing_scheme: Option<LoadBalancingScheme>, pub locality_lb_policies: Vec<BackendServiceLocalityLoadBalancingPolicyConfig>, pub locality_lb_policy: Option<LocalityLbPolicy>, pub log_config: Option<BackendServiceLogConfig>, pub max_stream_duration: Option<Duration>, pub metadatas: HashMap<String, String>, pub name: Option<String>, pub network: Option<String>, pub network_pass_through_lb_traffic_policy: Option<BackendServiceNetworkPassThroughLbTrafficPolicy>, pub outlier_detection: Option<OutlierDetection>, pub params: Option<BackendServiceParams>, pub port: Option<i32>, pub port_name: Option<String>, pub protocol: Option<Protocol>, pub region: Option<String>, pub security_policy: Option<String>, pub security_settings: Option<SecuritySettings>, pub self_link: Option<String>, pub service_bindings: Vec<String>, pub service_lb_policy: Option<String>, pub session_affinity: Option<SessionAffinity>, pub strong_session_affinity_cookie: Option<BackendServiceHttpCookie>, pub subsetting: Option<Subsetting>, pub timeout_sec: Option<i32>, pub tls_settings: Option<BackendServiceTlsSettings>, pub used_by: Vec<BackendServiceUsedBy>, /* private fields */
}
Available on crate features backend-services or region-backend-services only.
Expand description

Represents a Backend Service resource.

A backend service defines how Google Cloud load balancers distribute traffic. The backend service configuration contains a set of values, such as the protocol used to connect to backends, various distribution and session settings, health checks, and timeouts. These settings provide fine-grained control over how your load balancer behaves. Most of the settings have default values that allow for easy configuration if you need to get started quickly.

Backend services in Google Compute Engine can be either regionally or globally scoped.

For more information, seeBackend Services.

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
§affinity_cookie_ttl_sec: Option<i32>

Lifetime of cookies in seconds. This setting is applicable to Application Load Balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity.

If set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is two weeks (1,209,600).

Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.

§backends: Vec<Backend>

The list of backends that serve this BackendService.

§cdn_policy: Option<BackendServiceCdnPolicy>

Cloud CDN configuration for this BackendService. Only available for specified load balancer types.

§circuit_breakers: Option<CircuitBreakers>§compression_mode: Option<CompressionMode>

Compress text responses using Brotli or gzip compression, based on the client’s Accept-Encoding header.

§connection_draining: Option<ConnectionDraining>

connectionDraining cannot be specified with haPolicy.

§connection_tracking_policy: Option<BackendServiceConnectionTrackingPolicy>

Connection Tracking configuration for this BackendService. Connection tracking policy settings are only available for external passthrough Network Load Balancers and internal passthrough Network Load Balancers.

connectionTrackingPolicy cannot be specified with haPolicy.

§consistent_hash: Option<ConsistentHashLoadBalancerSettings>

Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties. This load balancing policy is applicable only for HTTP connections. The affinity to a particular destination host will be lost when one or more hosts are added/removed from the destination service. This field specifies parameters that control consistent hashing. This field is only applicable whenlocalityLbPolicy is set to MAGLEV orRING_HASH.

This field is applicable to either:

  • A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED.
  • A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
§creation_timestamp: Option<String>

Output only. [Output Only] Creation timestamp inRFC3339 text format.

§custom_metrics: Vec<BackendServiceCustomMetric>

List of custom metrics that are used for theWEIGHTED_ROUND_ROBIN locality_lb_policy.

§custom_request_headers: Vec<String>

Headers that the load balancer adds to proxied requests. See Creating custom headers.

§custom_response_headers: Vec<String>

Headers that the load balancer adds to proxied responses. See Creating custom headers.

§description: Option<String>

An optional description of this resource. Provide this property when you create the resource.

§edge_security_policy: Option<String>

[Output Only] The resource URL for the edge security policy associated with this backend service.

§enable_cdn: Option<bool>

If true, enables Cloud CDN for the backend service of a global external Application Load Balancer.

§external_managed_migration_state: Option<ExternalManagedMigrationState>

Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.

To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate traffic by percentage using externalManagedMigrationTestingPercentage.

Rolling back a migration requires the states to be set in reverse order. So changing the scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.

§external_managed_migration_testing_percentage: Option<f32>

Determines the fraction of requests that should be processed by the Global external Application Load Balancer.

The value of this field must be in the range [0, 100].

Session affinity options will slightly affect this routing behavior, for more details, see:Session Affinity.

This value can only be set if the loadBalancingScheme in the BackendService is set to EXTERNAL (when using the classic Application Load Balancer) and the migration state is TEST_BY_PERCENTAGE.

§failover_policy: Option<BackendServiceFailoverPolicy>

Requires at least one backend instance group to be defined as a backup (failover) backend. For load balancers that have configurable failover: Internal passthrough Network Load Balancers and external passthrough Network Load Balancers.

failoverPolicy cannot be specified with haPolicy.

§fingerprint: Option<Bytes>

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a BackendService. An up-to-date fingerprint must be provided in order to update the BackendService, otherwise the request will fail with error 412 conditionNotMet.

To see the latest fingerprint, make a get() request to retrieve a BackendService.

§ha_policy: Option<BackendServiceHAPolicy>

Configures self-managed High Availability (HA) for External and Internal Protocol Forwarding.

The backends of this regional backend service must only specify zonal network endpoint groups (NEGs) of type GCE_VM_IP.

When haPolicy is set for an Internal Passthrough Network Load Balancer, the regional backend service must set the network field. All zonal NEGs must belong to the same network. However, individual NEGs can belong to different subnetworks of that network.

When haPolicy is specified, the set of attached network endpoints across all backends comprise an High Availability domain from which one endpoint is selected as the active endpoint (the leader) that receives all traffic.

haPolicy can be added only at backend service creation time. Once set up, it cannot be deleted.

Note that haPolicy is not for load balancing, and therefore cannot be specified with sessionAffinity, connectionTrackingPolicy, and failoverPolicy.

haPolicy requires customers to be responsible for tracking backend endpoint health and electing a leader among the healthy endpoints. Therefore, haPolicy cannot be specified with healthChecks.

haPolicy can only be specified for External Passthrough Network Load Balancers and Internal Passthrough Network Load Balancers.

§health_checks: Vec<String>

The list of URLs to the healthChecks, httpHealthChecks (legacy), or httpsHealthChecks (legacy) resource for health checking this backend service. Not all backend services support legacy health checks. See Load balancer guide. Currently, at most one health check can be specified for each backend service. Backend services with instance group or zonal NEG backends must have a health check unless haPolicy is specified. Backend services with internet or serverless NEG backends must not have a health check.

healthChecks[] cannot be specified with haPolicy.

§iap: Option<BackendServiceIAP>

The configurations for Identity-Aware Proxy on this resource. Not available for internal passthrough Network Load Balancers and external passthrough Network Load Balancers.

§id: Option<u64>

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§ip_address_selection_policy: Option<IpAddressSelectionPolicy>

Specifies a preference for traffic sent from the proxy to the backend (or from the client to the backend for proxyless gRPC). The possible values are:

  • IPV4_ONLY: Only send IPv4 traffic to the backends of the backend service (Instance Group, Managed Instance Group, Network Endpoint Group), regardless of traffic from the client to the proxy. Only IPv4 health checks are used to check the health of the backends. This is the default setting.
  • PREFER_IPV6: Prioritize the connection to the endpoint’s IPv6 address over its IPv4 address (provided there is a healthy IPv6 address).
  • IPV6_ONLY: Only send IPv6 traffic to the backends of the backend service (Instance Group, Managed Instance Group, Network Endpoint Group), regardless of traffic from the client to the proxy. Only IPv6 health checks are used to check the health of the backends.

This field is applicable to either:

  • Advanced global external Application Load Balancer (load balancing scheme EXTERNAL_MANAGED),
  • Regional external Application Load Balancer,
  • Internal proxy Network Load Balancer (load balancing scheme INTERNAL_MANAGED),
  • Regional internal Application Load Balancer (load balancing scheme INTERNAL_MANAGED),
  • Traffic Director with Envoy proxies and proxyless gRPC (load balancing scheme INTERNAL_SELF_MANAGED).
§kind: Option<String>

Output only. [Output Only] Type of resource. Always compute#backendService for backend services.

§load_balancing_scheme: Option<LoadBalancingScheme>

Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer toChoosing a load balancer.

§locality_lb_policies: Vec<BackendServiceLocalityLoadBalancingPolicyConfig>

A list of locality load-balancing policies to be used in order of preference. When you use localityLbPolicies, you must set at least one value for either the localityLbPolicies[].policy or the localityLbPolicies[].customPolicy field. localityLbPolicies overrides any value set in the localityLbPolicy field.

For an example of how to use this field, seeDefine a list of preferred policies.

Caution: This field and its children are intended for use in a service mesh that includes gRPC clients only. Envoy proxies can’t use backend services that have this configuration.

§locality_lb_policy: Option<LocalityLbPolicy>

The load balancing algorithm used within the scope of the locality. The possible values are:

  • ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default.
  • LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.
  • RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests.
  • RANDOM: The load balancer selects a random healthy host.
  • ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer.
  • MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software Network Load Balancer.
  • WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the Backend Service responses are expected to contain non-standard HTTP response header field Endpoint-Load-Metrics. The reported metrics to use for computing the weights are specified via thecustomMetrics field.

This field is applicable to either:

  • A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED.
  • A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED.

If sessionAffinity is not configured—that is, if session affinity remains at the default value of NONE—then the default value for localityLbPolicy is ROUND_ROBIN. If session affinity is set to a value other than NONE, then the default value for localityLbPolicy isMAGLEV.

Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.

localityLbPolicy cannot be specified with haPolicy.

§log_config: Option<BackendServiceLogConfig>

This field denotes the logging options for the load balancer traffic served by this backend service. If logging is enabled, logs will be exported to Stackdriver.

§max_stream_duration: Option<Duration>

Specifies the default maximum duration (timeout) for streams to this service. Duration is computed from the beginning of the stream until the response has been completely processed, including all retries. A stream that does not complete in this duration is closed.

If not specified, there will be no timeout limit, i.e. the maximum duration is infinite.

This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service.

This field is only allowed when the loadBalancingScheme of the backend service is INTERNAL_SELF_MANAGED.

§metadatas: HashMap<String, String>

Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH

§name: Option<String>

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

§network: Option<String>

The URL of the network to which this backend service belongs.

This field must be set for Internal Passthrough Network Load Balancers when the haPolicy is enabled, and for External Passthrough Network Load Balancers when the haPolicy fastIpMove is enabled.

This field can only be specified when the load balancing scheme is set toINTERNAL, or when the load balancing scheme is set toEXTERNAL and haPolicy fastIpMove is enabled.

§network_pass_through_lb_traffic_policy: Option<BackendServiceNetworkPassThroughLbTrafficPolicy>

Configures traffic steering properties of internal passthrough Network Load Balancers.

networkPassThroughLbTrafficPolicy cannot be specified with haPolicy.

§outlier_detection: Option<OutlierDetection>

Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service. If not set, this feature is considered disabled.

Results of the outlier detection algorithm (ejection of endpoints from the load balancing pool and returning them back to the pool) are executed independently by each proxy instance of the load balancer. In most cases, more than one proxy instance handles the traffic received by a backend service. Thus, it is possible that an unhealthy endpoint is detected and ejected by only some of the proxies, and while this happens, other proxies may continue to send requests to the same unhealthy endpoint until they detect and eject the unhealthy endpoint.

Applicable backend endpoints can be:

  • VM instances in an Instance Group
  • Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT)
  • Endpoints in a Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT)
  • Serverless NEGs, that resolve to Cloud Run, App Engine, or Cloud Functions Services
  • Private Service Connect NEGs, that resolve to Google-managed regional API endpoints or managed services published using Private Service Connect

Applicable backend service types can be:

  • A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED.
  • A regional backend service with the serviceProtocol set to HTTP, HTTPS, HTTP2 or H2C, and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for Serverless NEGs.

Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.

§params: Option<BackendServiceParams>

Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.

§port: Option<i32>
👎Deprecated

Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80. For internal passthrough Network Load Balancers and external passthrough Network Load Balancers, omit port.

§port_name: Option<String>

A named port on a backend instance group representing the port for communication to the backend VMs in that group. The named port must be defined on each backend instance group. This parameter has no meaning if the backends are NEGs. For internal passthrough Network Load Balancers and external passthrough Network Load Balancers, omit port_name.

§protocol: Option<Protocol>

The protocol this BackendService uses to communicate with backends.

Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancers or for Traffic Director for more information.

Must be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.

§region: Option<String>

Output only. [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

§security_policy: Option<String>

[Output Only] The resource URL for the security policy associated with this backend service.

§security_settings: Option<SecuritySettings>

This field specifies the security settings that apply to this backend service. This field is applicable to a global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.

§self_link: Option<String>

[Output Only] Server-defined URL for the resource.

§service_bindings: Vec<String>

URLs of networkservices.ServiceBinding resources.

Can only be set if load balancing scheme is INTERNAL_SELF_MANAGED. If set, lists of backends and health checks must be both empty.

§service_lb_policy: Option<String>

URL to networkservices.ServiceLbPolicy resource.

Can only be set if load balancing scheme is EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.

§session_affinity: Option<SessionAffinity>

Type of session affinity to use. The default is NONE.

Only NONE and HEADER_FIELD are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.

For more details, see: Session Affinity.

sessionAffinity cannot be specified with haPolicy.

§strong_session_affinity_cookie: Option<BackendServiceHttpCookie>

Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set toSTRONG_COOKIE_AFFINITY.

§subsetting: Option<Subsetting>

subsetting cannot be specified with haPolicy.

§timeout_sec: Option<i32>

The backend service timeout has a different meaning depending on the type of load balancer. For more information see, Backend service settings. The default is 30 seconds. The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds.

This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service.

Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.

§tls_settings: Option<BackendServiceTlsSettings>

Configuration for Backend Authenticated TLS and mTLS. May only be specified when the backend protocol is SSL, HTTPS or HTTP2.

§used_by: Vec<BackendServiceUsedBy>

Output only. [Output Only] List of resources referencing given backend service.

Implementations§

Source§

impl BackendService

Source

pub fn new() -> Self

Sets the value of affinity_cookie_ttl_sec.

§Example
let x = BackendService::new().set_affinity_cookie_ttl_sec(42);

Sets or clears the value of affinity_cookie_ttl_sec.

§Example
let x = BackendService::new().set_or_clear_affinity_cookie_ttl_sec(Some(42));
let x = BackendService::new().set_or_clear_affinity_cookie_ttl_sec(None::<i32>);
Source

pub fn set_backends<T, V>(self, v: T) -> Self
where T: IntoIterator<Item = V>, V: Into<Backend>,

Sets the value of backends.

§Example
use google_cloud_compute_v1::model::Backend;
let x = BackendService::new()
    .set_backends([
        Backend::default()/* use setters */,
        Backend::default()/* use (different) setters */,
    ]);
Source

pub fn set_cdn_policy<T>(self, v: T) -> Self

Sets the value of cdn_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceCdnPolicy;
let x = BackendService::new().set_cdn_policy(BackendServiceCdnPolicy::default()/* use setters */);
Source

pub fn set_or_clear_cdn_policy<T>(self, v: Option<T>) -> Self

Sets or clears the value of cdn_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceCdnPolicy;
let x = BackendService::new().set_or_clear_cdn_policy(Some(BackendServiceCdnPolicy::default()/* use setters */));
let x = BackendService::new().set_or_clear_cdn_policy(None::<BackendServiceCdnPolicy>);
Source

pub fn set_circuit_breakers<T>(self, v: T) -> Self

Sets the value of circuit_breakers.

§Example
use google_cloud_compute_v1::model::CircuitBreakers;
let x = BackendService::new().set_circuit_breakers(CircuitBreakers::default()/* use setters */);
Source

pub fn set_or_clear_circuit_breakers<T>(self, v: Option<T>) -> Self

Sets or clears the value of circuit_breakers.

§Example
use google_cloud_compute_v1::model::CircuitBreakers;
let x = BackendService::new().set_or_clear_circuit_breakers(Some(CircuitBreakers::default()/* use setters */));
let x = BackendService::new().set_or_clear_circuit_breakers(None::<CircuitBreakers>);
Source

pub fn set_compression_mode<T>(self, v: T) -> Self

Sets the value of compression_mode.

§Example
use google_cloud_compute_v1::model::backend_service::CompressionMode;
let x0 = BackendService::new().set_compression_mode(CompressionMode::Disabled);
Source

pub fn set_or_clear_compression_mode<T>(self, v: Option<T>) -> Self

Sets or clears the value of compression_mode.

§Example
use google_cloud_compute_v1::model::backend_service::CompressionMode;
let x0 = BackendService::new().set_or_clear_compression_mode(Some(CompressionMode::Disabled));
let x_none = BackendService::new().set_or_clear_compression_mode(None::<CompressionMode>);
Source

pub fn set_connection_draining<T>(self, v: T) -> Self

Sets the value of connection_draining.

§Example
use google_cloud_compute_v1::model::ConnectionDraining;
let x = BackendService::new().set_connection_draining(ConnectionDraining::default()/* use setters */);
Source

pub fn set_or_clear_connection_draining<T>(self, v: Option<T>) -> Self

Sets or clears the value of connection_draining.

§Example
use google_cloud_compute_v1::model::ConnectionDraining;
let x = BackendService::new().set_or_clear_connection_draining(Some(ConnectionDraining::default()/* use setters */));
let x = BackendService::new().set_or_clear_connection_draining(None::<ConnectionDraining>);
Source

pub fn set_connection_tracking_policy<T>(self, v: T) -> Self

Sets the value of connection_tracking_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceConnectionTrackingPolicy;
let x = BackendService::new().set_connection_tracking_policy(BackendServiceConnectionTrackingPolicy::default()/* use setters */);
Source

pub fn set_or_clear_connection_tracking_policy<T>(self, v: Option<T>) -> Self

Sets or clears the value of connection_tracking_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceConnectionTrackingPolicy;
let x = BackendService::new().set_or_clear_connection_tracking_policy(Some(BackendServiceConnectionTrackingPolicy::default()/* use setters */));
let x = BackendService::new().set_or_clear_connection_tracking_policy(None::<BackendServiceConnectionTrackingPolicy>);
Source

pub fn set_consistent_hash<T>(self, v: T) -> Self

Sets the value of consistent_hash.

§Example
use google_cloud_compute_v1::model::ConsistentHashLoadBalancerSettings;
let x = BackendService::new().set_consistent_hash(ConsistentHashLoadBalancerSettings::default()/* use setters */);
Source

pub fn set_or_clear_consistent_hash<T>(self, v: Option<T>) -> Self

Sets or clears the value of consistent_hash.

§Example
use google_cloud_compute_v1::model::ConsistentHashLoadBalancerSettings;
let x = BackendService::new().set_or_clear_consistent_hash(Some(ConsistentHashLoadBalancerSettings::default()/* use setters */));
let x = BackendService::new().set_or_clear_consistent_hash(None::<ConsistentHashLoadBalancerSettings>);
Source

pub fn set_creation_timestamp<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of creation_timestamp.

§Example
let x = BackendService::new().set_creation_timestamp("example");
Source

pub fn set_or_clear_creation_timestamp<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of creation_timestamp.

§Example
let x = BackendService::new().set_or_clear_creation_timestamp(Some("example"));
let x = BackendService::new().set_or_clear_creation_timestamp(None::<String>);
Source

pub fn set_custom_metrics<T, V>(self, v: T) -> Self

Sets the value of custom_metrics.

§Example
use google_cloud_compute_v1::model::BackendServiceCustomMetric;
let x = BackendService::new()
    .set_custom_metrics([
        BackendServiceCustomMetric::default()/* use setters */,
        BackendServiceCustomMetric::default()/* use (different) setters */,
    ]);
Source

pub fn set_custom_request_headers<T, V>(self, v: T) -> Self
where T: IntoIterator<Item = V>, V: Into<String>,

Sets the value of custom_request_headers.

§Example
let x = BackendService::new().set_custom_request_headers(["a", "b", "c"]);
Source

pub fn set_custom_response_headers<T, V>(self, v: T) -> Self
where T: IntoIterator<Item = V>, V: Into<String>,

Sets the value of custom_response_headers.

§Example
let x = BackendService::new().set_custom_response_headers(["a", "b", "c"]);
Source

pub fn set_description<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of description.

§Example
let x = BackendService::new().set_description("example");
Source

pub fn set_or_clear_description<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of description.

§Example
let x = BackendService::new().set_or_clear_description(Some("example"));
let x = BackendService::new().set_or_clear_description(None::<String>);
Source

pub fn set_edge_security_policy<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of edge_security_policy.

§Example
let x = BackendService::new().set_edge_security_policy("example");
Source

pub fn set_or_clear_edge_security_policy<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of edge_security_policy.

§Example
let x = BackendService::new().set_or_clear_edge_security_policy(Some("example"));
let x = BackendService::new().set_or_clear_edge_security_policy(None::<String>);
Source

pub fn set_enable_cdn<T>(self, v: T) -> Self
where T: Into<bool>,

Sets the value of enable_cdn.

§Example
let x = BackendService::new().set_enable_cdn(true);
Source

pub fn set_or_clear_enable_cdn<T>(self, v: Option<T>) -> Self
where T: Into<bool>,

Sets or clears the value of enable_cdn.

§Example
let x = BackendService::new().set_or_clear_enable_cdn(Some(false));
let x = BackendService::new().set_or_clear_enable_cdn(None::<bool>);
Source

pub fn set_external_managed_migration_state<T>(self, v: T) -> Self

Sets the value of external_managed_migration_state.

§Example
use google_cloud_compute_v1::model::backend_service::ExternalManagedMigrationState;
let x0 = BackendService::new().set_external_managed_migration_state(ExternalManagedMigrationState::TestAllTraffic);
let x1 = BackendService::new().set_external_managed_migration_state(ExternalManagedMigrationState::TestByPercentage);
Source

pub fn set_or_clear_external_managed_migration_state<T>( self, v: Option<T>, ) -> Self

Sets or clears the value of external_managed_migration_state.

§Example
use google_cloud_compute_v1::model::backend_service::ExternalManagedMigrationState;
let x0 = BackendService::new().set_or_clear_external_managed_migration_state(Some(ExternalManagedMigrationState::TestAllTraffic));
let x1 = BackendService::new().set_or_clear_external_managed_migration_state(Some(ExternalManagedMigrationState::TestByPercentage));
let x_none = BackendService::new().set_or_clear_external_managed_migration_state(None::<ExternalManagedMigrationState>);
Source

pub fn set_external_managed_migration_testing_percentage<T>(self, v: T) -> Self
where T: Into<f32>,

Sets the value of external_managed_migration_testing_percentage.

§Example
let x = BackendService::new().set_external_managed_migration_testing_percentage(42.0);
Source

pub fn set_or_clear_external_managed_migration_testing_percentage<T>( self, v: Option<T>, ) -> Self
where T: Into<f32>,

Sets or clears the value of external_managed_migration_testing_percentage.

§Example
let x = BackendService::new().set_or_clear_external_managed_migration_testing_percentage(Some(42.0));
let x = BackendService::new().set_or_clear_external_managed_migration_testing_percentage(None::<f32>);
Source

pub fn set_failover_policy<T>(self, v: T) -> Self

Sets the value of failover_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceFailoverPolicy;
let x = BackendService::new().set_failover_policy(BackendServiceFailoverPolicy::default()/* use setters */);
Source

pub fn set_or_clear_failover_policy<T>(self, v: Option<T>) -> Self

Sets or clears the value of failover_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceFailoverPolicy;
let x = BackendService::new().set_or_clear_failover_policy(Some(BackendServiceFailoverPolicy::default()/* use setters */));
let x = BackendService::new().set_or_clear_failover_policy(None::<BackendServiceFailoverPolicy>);
Source

pub fn set_fingerprint<T>(self, v: T) -> Self
where T: Into<Bytes>,

Sets the value of fingerprint.

§Example
let x = BackendService::new().set_fingerprint(bytes::Bytes::from_static(b"example"));
Source

pub fn set_or_clear_fingerprint<T>(self, v: Option<T>) -> Self
where T: Into<Bytes>,

Sets or clears the value of fingerprint.

§Example
let x = BackendService::new().set_or_clear_fingerprint(Some(bytes::Bytes::from_static(b"example")));
let x = BackendService::new().set_or_clear_fingerprint(None::<bytes::Bytes>);
Source

pub fn set_ha_policy<T>(self, v: T) -> Self

Sets the value of ha_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceHAPolicy;
let x = BackendService::new().set_ha_policy(BackendServiceHAPolicy::default()/* use setters */);
Source

pub fn set_or_clear_ha_policy<T>(self, v: Option<T>) -> Self

Sets or clears the value of ha_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceHAPolicy;
let x = BackendService::new().set_or_clear_ha_policy(Some(BackendServiceHAPolicy::default()/* use setters */));
let x = BackendService::new().set_or_clear_ha_policy(None::<BackendServiceHAPolicy>);
Source

pub fn set_health_checks<T, V>(self, v: T) -> Self
where T: IntoIterator<Item = V>, V: Into<String>,

Sets the value of health_checks.

§Example
let x = BackendService::new().set_health_checks(["a", "b", "c"]);
Source

pub fn set_iap<T>(self, v: T) -> Self

Sets the value of iap.

§Example
use google_cloud_compute_v1::model::BackendServiceIAP;
let x = BackendService::new().set_iap(BackendServiceIAP::default()/* use setters */);
Source

pub fn set_or_clear_iap<T>(self, v: Option<T>) -> Self

Sets or clears the value of iap.

§Example
use google_cloud_compute_v1::model::BackendServiceIAP;
let x = BackendService::new().set_or_clear_iap(Some(BackendServiceIAP::default()/* use setters */));
let x = BackendService::new().set_or_clear_iap(None::<BackendServiceIAP>);
Source

pub fn set_id<T>(self, v: T) -> Self
where T: Into<u64>,

Sets the value of id.

§Example
let x = BackendService::new().set_id(42_u32);
Source

pub fn set_or_clear_id<T>(self, v: Option<T>) -> Self
where T: Into<u64>,

Sets or clears the value of id.

§Example
let x = BackendService::new().set_or_clear_id(Some(42_u32));
let x = BackendService::new().set_or_clear_id(None::<u32>);
Source

pub fn set_ip_address_selection_policy<T>(self, v: T) -> Self

Sets the value of ip_address_selection_policy.

§Example
use google_cloud_compute_v1::model::backend_service::IpAddressSelectionPolicy;
let x0 = BackendService::new().set_ip_address_selection_policy(IpAddressSelectionPolicy::Ipv6Only);
let x1 = BackendService::new().set_ip_address_selection_policy(IpAddressSelectionPolicy::Unspecified);
let x2 = BackendService::new().set_ip_address_selection_policy(IpAddressSelectionPolicy::PreferIpv6);
Source

pub fn set_or_clear_ip_address_selection_policy<T>(self, v: Option<T>) -> Self

Sets or clears the value of ip_address_selection_policy.

§Example
use google_cloud_compute_v1::model::backend_service::IpAddressSelectionPolicy;
let x0 = BackendService::new().set_or_clear_ip_address_selection_policy(Some(IpAddressSelectionPolicy::Ipv6Only));
let x1 = BackendService::new().set_or_clear_ip_address_selection_policy(Some(IpAddressSelectionPolicy::Unspecified));
let x2 = BackendService::new().set_or_clear_ip_address_selection_policy(Some(IpAddressSelectionPolicy::PreferIpv6));
let x_none = BackendService::new().set_or_clear_ip_address_selection_policy(None::<IpAddressSelectionPolicy>);
Source

pub fn set_kind<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of kind.

§Example
let x = BackendService::new().set_kind("example");
Source

pub fn set_or_clear_kind<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of kind.

§Example
let x = BackendService::new().set_or_clear_kind(Some("example"));
let x = BackendService::new().set_or_clear_kind(None::<String>);
Source

pub fn set_load_balancing_scheme<T>(self, v: T) -> Self

Sets the value of load_balancing_scheme.

§Example
use google_cloud_compute_v1::model::backend_service::LoadBalancingScheme;
let x0 = BackendService::new().set_load_balancing_scheme(LoadBalancingScheme::ExternalManaged);
let x1 = BackendService::new().set_load_balancing_scheme(LoadBalancingScheme::Internal);
let x2 = BackendService::new().set_load_balancing_scheme(LoadBalancingScheme::InternalManaged);
Source

pub fn set_or_clear_load_balancing_scheme<T>(self, v: Option<T>) -> Self

Sets or clears the value of load_balancing_scheme.

§Example
use google_cloud_compute_v1::model::backend_service::LoadBalancingScheme;
let x0 = BackendService::new().set_or_clear_load_balancing_scheme(Some(LoadBalancingScheme::ExternalManaged));
let x1 = BackendService::new().set_or_clear_load_balancing_scheme(Some(LoadBalancingScheme::Internal));
let x2 = BackendService::new().set_or_clear_load_balancing_scheme(Some(LoadBalancingScheme::InternalManaged));
let x_none = BackendService::new().set_or_clear_load_balancing_scheme(None::<LoadBalancingScheme>);
Source

pub fn set_locality_lb_policies<T, V>(self, v: T) -> Self

Sets the value of locality_lb_policies.

§Example
use google_cloud_compute_v1::model::BackendServiceLocalityLoadBalancingPolicyConfig;
let x = BackendService::new()
    .set_locality_lb_policies([
        BackendServiceLocalityLoadBalancingPolicyConfig::default()/* use setters */,
        BackendServiceLocalityLoadBalancingPolicyConfig::default()/* use (different) setters */,
    ]);
Source

pub fn set_locality_lb_policy<T>(self, v: T) -> Self

Sets the value of locality_lb_policy.

§Example
use google_cloud_compute_v1::model::backend_service::LocalityLbPolicy;
let x0 = BackendService::new().set_locality_lb_policy(LocalityLbPolicy::LeastRequest);
let x1 = BackendService::new().set_locality_lb_policy(LocalityLbPolicy::Maglev);
let x2 = BackendService::new().set_locality_lb_policy(LocalityLbPolicy::OriginalDestination);
Source

pub fn set_or_clear_locality_lb_policy<T>(self, v: Option<T>) -> Self

Sets or clears the value of locality_lb_policy.

§Example
use google_cloud_compute_v1::model::backend_service::LocalityLbPolicy;
let x0 = BackendService::new().set_or_clear_locality_lb_policy(Some(LocalityLbPolicy::LeastRequest));
let x1 = BackendService::new().set_or_clear_locality_lb_policy(Some(LocalityLbPolicy::Maglev));
let x2 = BackendService::new().set_or_clear_locality_lb_policy(Some(LocalityLbPolicy::OriginalDestination));
let x_none = BackendService::new().set_or_clear_locality_lb_policy(None::<LocalityLbPolicy>);
Source

pub fn set_log_config<T>(self, v: T) -> Self

Sets the value of log_config.

§Example
use google_cloud_compute_v1::model::BackendServiceLogConfig;
let x = BackendService::new().set_log_config(BackendServiceLogConfig::default()/* use setters */);
Source

pub fn set_or_clear_log_config<T>(self, v: Option<T>) -> Self

Sets or clears the value of log_config.

§Example
use google_cloud_compute_v1::model::BackendServiceLogConfig;
let x = BackendService::new().set_or_clear_log_config(Some(BackendServiceLogConfig::default()/* use setters */));
let x = BackendService::new().set_or_clear_log_config(None::<BackendServiceLogConfig>);
Source

pub fn set_max_stream_duration<T>(self, v: T) -> Self
where T: Into<Duration>,

Sets the value of max_stream_duration.

§Example
use google_cloud_compute_v1::model::Duration;
let x = BackendService::new().set_max_stream_duration(Duration::default()/* use setters */);
Source

pub fn set_or_clear_max_stream_duration<T>(self, v: Option<T>) -> Self
where T: Into<Duration>,

Sets or clears the value of max_stream_duration.

§Example
use google_cloud_compute_v1::model::Duration;
let x = BackendService::new().set_or_clear_max_stream_duration(Some(Duration::default()/* use setters */));
let x = BackendService::new().set_or_clear_max_stream_duration(None::<Duration>);
Source

pub fn set_metadatas<T, K, V>(self, v: T) -> Self
where T: IntoIterator<Item = (K, V)>, K: Into<String>, V: Into<String>,

Sets the value of metadatas.

§Example
let x = BackendService::new().set_metadatas([
    ("key0", "abc"),
    ("key1", "xyz"),
]);
Source

pub fn set_name<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of name.

§Example
let x = BackendService::new().set_name("example");
Source

pub fn set_or_clear_name<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of name.

§Example
let x = BackendService::new().set_or_clear_name(Some("example"));
let x = BackendService::new().set_or_clear_name(None::<String>);
Source

pub fn set_network<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of network.

§Example
let x = BackendService::new().set_network("example");
Source

pub fn set_or_clear_network<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of network.

§Example
let x = BackendService::new().set_or_clear_network(Some("example"));
let x = BackendService::new().set_or_clear_network(None::<String>);
Source

pub fn set_network_pass_through_lb_traffic_policy<T>(self, v: T) -> Self

Sets the value of network_pass_through_lb_traffic_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceNetworkPassThroughLbTrafficPolicy;
let x = BackendService::new().set_network_pass_through_lb_traffic_policy(BackendServiceNetworkPassThroughLbTrafficPolicy::default()/* use setters */);
Source

pub fn set_or_clear_network_pass_through_lb_traffic_policy<T>( self, v: Option<T>, ) -> Self

Sets or clears the value of network_pass_through_lb_traffic_policy.

§Example
use google_cloud_compute_v1::model::BackendServiceNetworkPassThroughLbTrafficPolicy;
let x = BackendService::new().set_or_clear_network_pass_through_lb_traffic_policy(Some(BackendServiceNetworkPassThroughLbTrafficPolicy::default()/* use setters */));
let x = BackendService::new().set_or_clear_network_pass_through_lb_traffic_policy(None::<BackendServiceNetworkPassThroughLbTrafficPolicy>);
Source

pub fn set_outlier_detection<T>(self, v: T) -> Self

Sets the value of outlier_detection.

§Example
use google_cloud_compute_v1::model::OutlierDetection;
let x = BackendService::new().set_outlier_detection(OutlierDetection::default()/* use setters */);
Source

pub fn set_or_clear_outlier_detection<T>(self, v: Option<T>) -> Self

Sets or clears the value of outlier_detection.

§Example
use google_cloud_compute_v1::model::OutlierDetection;
let x = BackendService::new().set_or_clear_outlier_detection(Some(OutlierDetection::default()/* use setters */));
let x = BackendService::new().set_or_clear_outlier_detection(None::<OutlierDetection>);
Source

pub fn set_params<T>(self, v: T) -> Self

Sets the value of params.

§Example
use google_cloud_compute_v1::model::BackendServiceParams;
let x = BackendService::new().set_params(BackendServiceParams::default()/* use setters */);
Source

pub fn set_or_clear_params<T>(self, v: Option<T>) -> Self

Sets or clears the value of params.

§Example
use google_cloud_compute_v1::model::BackendServiceParams;
let x = BackendService::new().set_or_clear_params(Some(BackendServiceParams::default()/* use setters */));
let x = BackendService::new().set_or_clear_params(None::<BackendServiceParams>);
Source

pub fn set_port<T>(self, v: T) -> Self
where T: Into<i32>,

👎Deprecated

Sets the value of port.

§Example
let x = BackendService::new().set_port(42);
Source

pub fn set_or_clear_port<T>(self, v: Option<T>) -> Self
where T: Into<i32>,

👎Deprecated

Sets or clears the value of port.

§Example
let x = BackendService::new().set_or_clear_port(Some(42));
let x = BackendService::new().set_or_clear_port(None::<i32>);
Source

pub fn set_port_name<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of port_name.

§Example
let x = BackendService::new().set_port_name("example");
Source

pub fn set_or_clear_port_name<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of port_name.

§Example
let x = BackendService::new().set_or_clear_port_name(Some("example"));
let x = BackendService::new().set_or_clear_port_name(None::<String>);
Source

pub fn set_protocol<T>(self, v: T) -> Self
where T: Into<Protocol>,

Sets the value of protocol.

§Example
use google_cloud_compute_v1::model::backend_service::Protocol;
let x0 = BackendService::new().set_protocol(Protocol::H2C);
let x1 = BackendService::new().set_protocol(Protocol::Http);
let x2 = BackendService::new().set_protocol(Protocol::Http2);
Source

pub fn set_or_clear_protocol<T>(self, v: Option<T>) -> Self
where T: Into<Protocol>,

Sets or clears the value of protocol.

§Example
use google_cloud_compute_v1::model::backend_service::Protocol;
let x0 = BackendService::new().set_or_clear_protocol(Some(Protocol::H2C));
let x1 = BackendService::new().set_or_clear_protocol(Some(Protocol::Http));
let x2 = BackendService::new().set_or_clear_protocol(Some(Protocol::Http2));
let x_none = BackendService::new().set_or_clear_protocol(None::<Protocol>);
Source

pub fn set_region<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of region.

§Example
let x = BackendService::new().set_region("example");
Source

pub fn set_or_clear_region<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of region.

§Example
let x = BackendService::new().set_or_clear_region(Some("example"));
let x = BackendService::new().set_or_clear_region(None::<String>);
Source

pub fn set_security_policy<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of security_policy.

§Example
let x = BackendService::new().set_security_policy("example");
Source

pub fn set_or_clear_security_policy<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of security_policy.

§Example
let x = BackendService::new().set_or_clear_security_policy(Some("example"));
let x = BackendService::new().set_or_clear_security_policy(None::<String>);
Source

pub fn set_security_settings<T>(self, v: T) -> Self

Sets the value of security_settings.

§Example
use google_cloud_compute_v1::model::SecuritySettings;
let x = BackendService::new().set_security_settings(SecuritySettings::default()/* use setters */);
Source

pub fn set_or_clear_security_settings<T>(self, v: Option<T>) -> Self

Sets or clears the value of security_settings.

§Example
use google_cloud_compute_v1::model::SecuritySettings;
let x = BackendService::new().set_or_clear_security_settings(Some(SecuritySettings::default()/* use setters */));
let x = BackendService::new().set_or_clear_security_settings(None::<SecuritySettings>);

Sets the value of self_link.

§Example
let x = BackendService::new().set_self_link("example");

Sets or clears the value of self_link.

§Example
let x = BackendService::new().set_or_clear_self_link(Some("example"));
let x = BackendService::new().set_or_clear_self_link(None::<String>);
Source

pub fn set_service_bindings<T, V>(self, v: T) -> Self
where T: IntoIterator<Item = V>, V: Into<String>,

Sets the value of service_bindings.

§Example
let x = BackendService::new().set_service_bindings(["a", "b", "c"]);
Source

pub fn set_service_lb_policy<T>(self, v: T) -> Self
where T: Into<String>,

Sets the value of service_lb_policy.

§Example
let x = BackendService::new().set_service_lb_policy("example");
Source

pub fn set_or_clear_service_lb_policy<T>(self, v: Option<T>) -> Self
where T: Into<String>,

Sets or clears the value of service_lb_policy.

§Example
let x = BackendService::new().set_or_clear_service_lb_policy(Some("example"));
let x = BackendService::new().set_or_clear_service_lb_policy(None::<String>);
Source

pub fn set_session_affinity<T>(self, v: T) -> Self

Sets the value of session_affinity.

§Example
use google_cloud_compute_v1::model::backend_service::SessionAffinity;
let x0 = BackendService::new().set_session_affinity(SessionAffinity::ClientIpNoDestination);
let x1 = BackendService::new().set_session_affinity(SessionAffinity::ClientIpPortProto);
let x2 = BackendService::new().set_session_affinity(SessionAffinity::ClientIpProto);
Source

pub fn set_or_clear_session_affinity<T>(self, v: Option<T>) -> Self

Sets or clears the value of session_affinity.

§Example
use google_cloud_compute_v1::model::backend_service::SessionAffinity;
let x0 = BackendService::new().set_or_clear_session_affinity(Some(SessionAffinity::ClientIpNoDestination));
let x1 = BackendService::new().set_or_clear_session_affinity(Some(SessionAffinity::ClientIpPortProto));
let x2 = BackendService::new().set_or_clear_session_affinity(Some(SessionAffinity::ClientIpProto));
let x_none = BackendService::new().set_or_clear_session_affinity(None::<SessionAffinity>);

Sets the value of strong_session_affinity_cookie.

§Example
use google_cloud_compute_v1::model::BackendServiceHttpCookie;
let x = BackendService::new().set_strong_session_affinity_cookie(BackendServiceHttpCookie::default()/* use setters */);

Sets or clears the value of strong_session_affinity_cookie.

§Example
use google_cloud_compute_v1::model::BackendServiceHttpCookie;
let x = BackendService::new().set_or_clear_strong_session_affinity_cookie(Some(BackendServiceHttpCookie::default()/* use setters */));
let x = BackendService::new().set_or_clear_strong_session_affinity_cookie(None::<BackendServiceHttpCookie>);
Source

pub fn set_subsetting<T>(self, v: T) -> Self
where T: Into<Subsetting>,

Sets the value of subsetting.

§Example
use google_cloud_compute_v1::model::Subsetting;
let x = BackendService::new().set_subsetting(Subsetting::default()/* use setters */);
Source

pub fn set_or_clear_subsetting<T>(self, v: Option<T>) -> Self
where T: Into<Subsetting>,

Sets or clears the value of subsetting.

§Example
use google_cloud_compute_v1::model::Subsetting;
let x = BackendService::new().set_or_clear_subsetting(Some(Subsetting::default()/* use setters */));
let x = BackendService::new().set_or_clear_subsetting(None::<Subsetting>);
Source

pub fn set_timeout_sec<T>(self, v: T) -> Self
where T: Into<i32>,

Sets the value of timeout_sec.

§Example
let x = BackendService::new().set_timeout_sec(42);
Source

pub fn set_or_clear_timeout_sec<T>(self, v: Option<T>) -> Self
where T: Into<i32>,

Sets or clears the value of timeout_sec.

§Example
let x = BackendService::new().set_or_clear_timeout_sec(Some(42));
let x = BackendService::new().set_or_clear_timeout_sec(None::<i32>);
Source

pub fn set_tls_settings<T>(self, v: T) -> Self

Sets the value of tls_settings.

§Example
use google_cloud_compute_v1::model::BackendServiceTlsSettings;
let x = BackendService::new().set_tls_settings(BackendServiceTlsSettings::default()/* use setters */);
Source

pub fn set_or_clear_tls_settings<T>(self, v: Option<T>) -> Self

Sets or clears the value of tls_settings.

§Example
use google_cloud_compute_v1::model::BackendServiceTlsSettings;
let x = BackendService::new().set_or_clear_tls_settings(Some(BackendServiceTlsSettings::default()/* use setters */));
let x = BackendService::new().set_or_clear_tls_settings(None::<BackendServiceTlsSettings>);
Source

pub fn set_used_by<T, V>(self, v: T) -> Self
where T: IntoIterator<Item = V>, V: Into<BackendServiceUsedBy>,

Sets the value of used_by.

§Example
use google_cloud_compute_v1::model::BackendServiceUsedBy;
let x = BackendService::new()
    .set_used_by([
        BackendServiceUsedBy::default()/* use setters */,
        BackendServiceUsedBy::default()/* use (different) setters */,
    ]);

Trait Implementations§

Source§

impl Clone for BackendService

Source§

fn clone(&self) -> BackendService

Returns a duplicate 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 BackendService

Source§

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

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

impl Default for BackendService

Source§

fn default() -> BackendService

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

impl Message for BackendService

Source§

fn typename() -> &'static str

The typename of this message.
Source§

impl PartialEq for BackendService

Source§

fn eq(&self, other: &BackendService) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl StructuralPartialEq for BackendService

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> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. 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<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

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>,