Show / Hide Table of Contents

Class ProjectsResource.SnapshotsResource.ListRequest

Lists snapshots.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListSnapshotsResponse>
DataflowBaseServiceRequest<ListSnapshotsResponse>
ProjectsResource.SnapshotsResource.ListRequest
Implements
IClientServiceRequest<ListSnapshotsResponse>
IClientServiceRequest
Inherited Members
DataflowBaseServiceRequest<ListSnapshotsResponse>.Xgafv
DataflowBaseServiceRequest<ListSnapshotsResponse>.AccessToken
DataflowBaseServiceRequest<ListSnapshotsResponse>.Alt
DataflowBaseServiceRequest<ListSnapshotsResponse>.Callback
DataflowBaseServiceRequest<ListSnapshotsResponse>.Fields
DataflowBaseServiceRequest<ListSnapshotsResponse>.Key
DataflowBaseServiceRequest<ListSnapshotsResponse>.OauthToken
DataflowBaseServiceRequest<ListSnapshotsResponse>.PrettyPrint
DataflowBaseServiceRequest<ListSnapshotsResponse>.QuotaUser
DataflowBaseServiceRequest<ListSnapshotsResponse>.UploadType
DataflowBaseServiceRequest<ListSnapshotsResponse>.UploadProtocol
ClientServiceRequest<ListSnapshotsResponse>.Execute()
ClientServiceRequest<ListSnapshotsResponse>.ExecuteAsStream()
ClientServiceRequest<ListSnapshotsResponse>.ExecuteAsync()
ClientServiceRequest<ListSnapshotsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListSnapshotsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListSnapshotsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListSnapshotsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListSnapshotsResponse>.GenerateRequestUri()
ClientServiceRequest<ListSnapshotsResponse>.GetBody()
ClientServiceRequest<ListSnapshotsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListSnapshotsResponse>.ETagAction
ClientServiceRequest<ListSnapshotsResponse>.ModifyRequest
ClientServiceRequest<ListSnapshotsResponse>.ValidateParameters
ClientServiceRequest<ListSnapshotsResponse>.ApiVersion
ClientServiceRequest<ListSnapshotsResponse>.RequestParameters
ClientServiceRequest<ListSnapshotsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.SnapshotsResource.ListRequest : DataflowBaseServiceRequest<ListSnapshotsResponse>, IClientServiceRequest<ListSnapshotsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string projectId)
Parameters
Type Name Description
IClientService service
string projectId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSnapshotsResponse>.HttpMethod

JobId

If specified, list snapshots created from this job.

Declaration
[RequestParameter("jobId", RequestParameterType.Query)]
public virtual string JobId { get; set; }
Property Value
Type Description
string

Location

The location to list snapshots in.

Declaration
[RequestParameter("location", RequestParameterType.Query)]
public virtual string Location { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSnapshotsResponse>.MethodName

ProjectId

The project ID to list snapshots for.

Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSnapshotsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DataflowBaseServiceRequest<ListSnapshotsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX