Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TensorflowVersionsResource.GetRequest

Gets TensorFlow Version.

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

MethodName

Gets the method name.

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

Name

Required. The resource name.

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<TensorFlowVersion>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
TPUBaseServiceRequest<TensorFlowVersion>.InitParameters()

Implements

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