Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackendsResource.TrafficResource

The "traffic" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BackendsResource.TrafficResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BackendsResource.TrafficResource

Constructors

TrafficResource(IClientService)

Constructs a new resource.

Declaration
public TrafficResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets information about a backend's traffic.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.TrafficResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the resource in the format: projects/{project}/locations/{locationId}/backends/{backendId}/traffic.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.TrafficResource.GetRequest

Patch(Traffic, string)

Updates a backend's traffic.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.TrafficResource.PatchRequest Patch(Traffic body, string name)
Parameters
Type Name Description
Traffic body

The body of the request.

string name

Identifier. The resource name of the backend's traffic. Format: projects/{project}/locations/{locationId}/backends/{backendId}/traffic.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.TrafficResource.PatchRequest
In this article
Back to top Generated by DocFX