Class ProjectsResource.LocationsResource
The "locations" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource
Constructors
LocationsResource(IClientService)
Constructs a new resource.
Declaration
public LocationsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Collections
Gets the Collections resource.
Declaration
public virtual ProjectsResource.LocationsResource.CollectionsResource Collections { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.CollectionsResource |
Repositories
Gets the Repositories resource.
Declaration
public virtual ProjectsResource.LocationsResource.RepositoriesResource Repositories { get; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.RepositoriesResource |
Methods
Get(string)
Gets information about a location.
Declaration
public virtual ProjectsResource.LocationsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Resource name for the location. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetRequest |
GetConfig(string)
Get default config for a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.GetConfigRequest GetConfig(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The config name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.GetConfigRequest |
List(string)
Lists information about the supported locations for this service.
Declaration
public virtual ProjectsResource.LocationsResource.ListRequest List(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The resource that owns the locations collection, if applicable. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ListRequest |
UpdateConfig(Config, string)
Update default config for a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.UpdateConfigRequest UpdateConfig(Config body, string name)
Parameters
Type | Name | Description |
---|---|---|
Config | body | The body of the request. |
string | name | Identifier. The config name. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.UpdateConfigRequest |