Class ProjectsResource.LocationsResource.StreamsResource.FetchErrorsRequest
Use this method to fetch any errors associated with a stream.
Inheritance
ProjectsResource.LocationsResource.StreamsResource.FetchErrorsRequest
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.StreamsResource.FetchErrorsRequest : DatastreamBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
FetchErrorsRequest(IClientService, FetchErrorsRequest, string)
Constructs a new FetchErrors request.
Declaration
public FetchErrorsRequest(IClientService service, FetchErrorsRequest body, string stream)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
FetchErrorsRequest | body | |
string | stream |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Stream
Name of the Stream resource for which to fetch any errors.
Declaration
[RequestParameter("stream", RequestParameterType.Path)]
public virtual string Stream { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes FetchErrors parameter list.
Declaration
protected override void InitParameters()