Show / Hide Table of Contents

Class CustomersResource.ProfilesResource.GetRequest

Gets a Chrome browser profile with customer ID and profile permanent ID.

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

MethodName

Gets the method name.

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

Name

Required. Format: customers/{customer_id}/profiles/{profile_permanent_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<GoogleChromeManagementVersionsV1ChromeBrowserProfile>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1ChromeBrowserProfile>.InitParameters()

Implements

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