Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DiscoveredprofilesResource.GetRequest

Gets details of a discovered workload profile.

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

MethodName

Gets the method name.

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

Name

Required. Name of the resource

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkloadManagerBaseServiceRequest<WorkloadProfile>.InitParameters()

Implements

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