Class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource
The "objects" collection of methods.
Inherited Members
Namespace: Google.Apis.Datastream.v1
Assembly: Google.Apis.Datastream.v1.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 |
Lookup(LookupStreamObjectRequest, string)
Use this method to look up a stream object by its source object identifier.
Declaration
public virtual ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.LookupRequest Lookup(LookupStreamObjectRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
LookupStreamObjectRequest | body | The body of the request. |
string | parent | Required. The parent stream that owns the collection of objects. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.LookupRequest |
StartBackfillJob(StartBackfillJobRequest, string)
Use this method to start a backfill job for the specified stream object.
Declaration
public virtual ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest StartBackfillJob(StartBackfillJobRequest body, string datastreamObject)
Parameters
Type | Name | Description |
---|---|---|
StartBackfillJobRequest | body | The body of the request. |
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(StopBackfillJobRequest, string)
Use this method to stop a backfill job for the specified stream object.
Declaration
public virtual ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest StopBackfillJob(StopBackfillJobRequest body, string datastreamObject)
Parameters
Type | Name | Description |
---|---|---|
StopBackfillJobRequest | body | The body of the request. |
string | datastreamObject | Required. The name of the stream object resource to stop the backfill job for. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest |