Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource.ManagedZonesResource.GetRequest

Gets details of a single ManagedZone.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of the form: projects/*/locations/global/managedZones/*

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ConnectorsBaseServiceRequest<ManagedZone>.InitParameters()

Implements

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