Class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource
The "objects" collection of methods.
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource
Constructors
ObjectsResource(IClientService)
Constructs a new resource.
Declaration
public ObjectsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Use this method to get details about a stream object.
Declaration
public virtual ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the stream object resource to get. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.GetRequest |
List(string)
Use this method to list the objects of a specific stream.
Declaration
public virtual ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent stream that owns the collection of objects. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.ListRequest |
StartBackfillJob(string)
Starts backfill job for the specified stream object.
Declaration
public virtual ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest StartBackfillJob(string datastreamObject)
Parameters
| Type | Name | Description |
|---|---|---|
| string | datastreamObject | Required. The name of the stream object resource to start a backfill job for. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest |
StopBackfillJob(string)
Stops the backfill job for the specified stream object.
Declaration
public virtual ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest StopBackfillJob(string datastreamObject)
Parameters
| Type | Name | Description |
|---|---|---|
| string | datastreamObject | Required. The name of the stream object resource to stop the backfill job for. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest |