Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExampleStoresResource.GetRequest

Get an ExampleStore.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the ExampleStore. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1ExampleStore>.InitParameters()

Implements

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