Show / Hide Table of Contents

Class SettingsResource.GetCustomerRequest

Get customer settings. Note: This API requires an admin account to execute.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<CustomerSettings>
CloudSearchBaseServiceRequest<CustomerSettings>
SettingsResource.GetCustomerRequest
Implements
Google.Apis.Requests.IClientServiceRequest<CustomerSettings>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
CloudSearchBaseServiceRequest<CustomerSettings>.Xgafv
CloudSearchBaseServiceRequest<CustomerSettings>.AccessToken
CloudSearchBaseServiceRequest<CustomerSettings>.Alt
CloudSearchBaseServiceRequest<CustomerSettings>.Callback
CloudSearchBaseServiceRequest<CustomerSettings>.Fields
CloudSearchBaseServiceRequest<CustomerSettings>.Key
CloudSearchBaseServiceRequest<CustomerSettings>.OauthToken
CloudSearchBaseServiceRequest<CustomerSettings>.PrettyPrint
CloudSearchBaseServiceRequest<CustomerSettings>.QuotaUser
CloudSearchBaseServiceRequest<CustomerSettings>.UploadType
CloudSearchBaseServiceRequest<CustomerSettings>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class GetCustomerRequest : CloudSearchBaseServiceRequest<CustomerSettings>, IClientServiceRequest<CustomerSettings>, IClientServiceRequest

Constructors

GetCustomerRequest(IClientService)

Constructs a new GetCustomer request.

Declaration
public GetCustomerRequest(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.RestPath

Methods

InitParameters()

Initializes GetCustomer parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudSearch.v1.CloudSearchBaseServiceRequest<Google.Apis.CloudSearch.v1.Data.CustomerSettings>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top