Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource.PeeringsResource.GetRequest

Gets details of a single Peering.

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

MethodName

Gets the method name.

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

Name

Required. Peering resource name using the form: projects/{project_id}/locations/global/peerings/{peering_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<Peering>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ManagedServiceforMicrosoftActiveDirectoryConsumerAPIBaseServiceRequest<Peering>.InitParameters()

Implements

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