Class ProjectsResource.LocationsResource.ServiceBindingsResource
The "serviceBindings" collection of methods.
Inherited Members
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
|
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
|
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
|
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 |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ServiceBindingsResource.ListRequest |