Show / Hide Table of Contents

Class SettingsResource.SearchapplicationsResource.GetRequest

Gets the specified search application. Note: This API requires an admin account to execute.

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

DebugOptionsEnableDebugging

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.

Declaration
[RequestParameter("debugOptions.enableDebugging", RequestParameterType.Query)]
public virtual bool? DebugOptionsEnableDebugging { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

The name of the search application. Format: searchapplications/{application_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<SearchApplication>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudSearchBaseServiceRequest<SearchApplication>.InitParameters()

Implements

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