Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SchedulesResource.GetRequest

Gets details of schedule

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Schedule>
AIPlatformNotebooksBaseServiceRequest<Schedule>
ProjectsResource.LocationsResource.SchedulesResource.GetRequest
Implements
IClientServiceRequest<Schedule>
IClientServiceRequest
Inherited Members
AIPlatformNotebooksBaseServiceRequest<Schedule>.Xgafv
AIPlatformNotebooksBaseServiceRequest<Schedule>.AccessToken
AIPlatformNotebooksBaseServiceRequest<Schedule>.Alt
AIPlatformNotebooksBaseServiceRequest<Schedule>.Callback
AIPlatformNotebooksBaseServiceRequest<Schedule>.Fields
AIPlatformNotebooksBaseServiceRequest<Schedule>.Key
AIPlatformNotebooksBaseServiceRequest<Schedule>.OauthToken
AIPlatformNotebooksBaseServiceRequest<Schedule>.PrettyPrint
AIPlatformNotebooksBaseServiceRequest<Schedule>.QuotaUser
AIPlatformNotebooksBaseServiceRequest<Schedule>.UploadType
AIPlatformNotebooksBaseServiceRequest<Schedule>.UploadProtocol
ClientServiceRequest<Schedule>.Execute()
ClientServiceRequest<Schedule>.ExecuteAsStream()
ClientServiceRequest<Schedule>.ExecuteAsync()
ClientServiceRequest<Schedule>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Schedule>.ExecuteAsStreamAsync()
ClientServiceRequest<Schedule>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Schedule>.CreateRequest(bool?)
ClientServiceRequest<Schedule>.GenerateRequestUri()
ClientServiceRequest<Schedule>.GetBody()
ClientServiceRequest<Schedule>.GetDefaultETagAction(string)
ClientServiceRequest<Schedule>.ETagAction
ClientServiceRequest<Schedule>.ModifyRequest
ClientServiceRequest<Schedule>.ValidateParameters
ClientServiceRequest<Schedule>.ApiVersion
ClientServiceRequest<Schedule>.RequestParameters
ClientServiceRequest<Schedule>.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.AIPlatformNotebooks.v1
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SchedulesResource.GetRequest : AIPlatformNotebooksBaseServiceRequest<Schedule>, IClientServiceRequest<Schedule>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Format: projects/{project_id}/locations/{location}/schedules/{schedule_id}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AIPlatformNotebooksBaseServiceRequest<Schedule>.InitParameters()

Implements

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