Class SettingsResource
The "settings" collection of methods.
Inheritance
System.Object
SettingsResource
Inherited Members
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 SettingsResource
Constructors
SettingsResource(IClientService)
Constructs a new resource.
Declaration
public SettingsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| Google.Apis.Services.IClientService | service |
Properties
Datasources
Gets the Datasources resource.
Declaration
public virtual SettingsResource.DatasourcesResource Datasources { get; }
Property Value
| Type | Description |
|---|---|
| SettingsResource.DatasourcesResource |
Searchapplications
Gets the Searchapplications resource.
Declaration
public virtual SettingsResource.SearchapplicationsResource Searchapplications { get; }
Property Value
| Type | Description |
|---|---|
| SettingsResource.SearchapplicationsResource |
Methods
GetCustomer()
Get customer settings. Note: This API requires an admin account to execute.
Declaration
public virtual SettingsResource.GetCustomerRequest GetCustomer()
Returns
| Type | Description |
|---|---|
| SettingsResource.GetCustomerRequest |
UpdateCustomer(CustomerSettings)
Update customer settings. Note: This API requires an admin account to execute.
Declaration
public virtual SettingsResource.UpdateCustomerRequest UpdateCustomer(CustomerSettings body)
Parameters
| Type | Name | Description |
|---|---|---|
| CustomerSettings | body | The body of the request. |
Returns
| Type | Description |
|---|---|
| SettingsResource.UpdateCustomerRequest |