Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackendsResource

The "backends" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BackendsResource
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.v1beta
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.BackendsResource

Constructors

BackendsResource(IClientService)

Constructs a new resource.

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

Properties

Builds

Gets the Builds resource.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.BuildsResource Builds { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BackendsResource.BuildsResource

Domains

Gets the Domains resource.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.DomainsResource Domains { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BackendsResource.DomainsResource

Rollouts

Gets the Rollouts resource.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.RolloutsResource Rollouts { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BackendsResource.RolloutsResource

Traffic

Gets the Traffic resource.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.TrafficResource Traffic { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.BackendsResource.TrafficResource

Methods

Create(Backend, string)

Creates a new backend in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.CreateRequest Create(Backend body, string parent)
Parameters
Type Name Description
Backend body

The body of the request.

string parent

Required. A parent name of the form projects/{project}/locations/{locationId}.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.CreateRequest

Delete(string)

Deletes a single backend.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.DeleteRequest

Get(string)

Gets information about a backend.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.GetRequest

List(string)

Lists backends in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.BackendsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. A parent name of the form projects/{project}/locations/{locationId}.

Returns
Type Description
ProjectsResource.LocationsResource.BackendsResource.ListRequest

Patch(Backend, string)

Updates the information for a single backend.

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

The body of the request.

string name

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

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