Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServiceBindingsResource

The "serviceBindings" collection of methods.

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

Constructors

ServiceBindingsResource(IClientService)

Constructs a new resource.

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

Methods

Create(ServiceBinding, string)

Creates a new ServiceBinding in a given project and location.

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

The body of the request.

string parent

Required. The parent resource of the ServiceBinding. Must be in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.ServiceBindingsResource.CreateRequest

Delete(string)

Deletes a single ServiceBinding.

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

Required. A name of the ServiceBinding to delete. Must be in the format projects/*/locations/*/serviceBindings/*.

Returns
Type Description
ProjectsResource.LocationsResource.ServiceBindingsResource.DeleteRequest

Get(string)

Gets details of a single ServiceBinding.

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

Required. A name of the ServiceBinding to get. Must be in the format projects/*/locations/*/serviceBindings/*.

Returns
Type Description
ProjectsResource.LocationsResource.ServiceBindingsResource.GetRequest

List(string)

Lists ServiceBinding in a given project and location.

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

Required. The project and location from which the ServiceBindings should be listed, specified in the format projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.ServiceBindingsResource.ListRequest

Patch(ServiceBinding, string)

Updates the parameters of a single ServiceBinding.

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

The body of the request.

string name

Identifier. Name of the ServiceBinding resource. It matches pattern projects/*/locations/*/serviceBindings/.

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