Show / Hide Table of Contents

Class InterconnectsResource.GetDiagnosticsRequest

Returns the interconnectDiagnostics for the specified interconnect.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<InterconnectsGetDiagnosticsResponse>
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>
InterconnectsResource.GetDiagnosticsRequest
Implements
Google.Apis.Requests.IClientServiceRequest<InterconnectsGetDiagnosticsResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.Xgafv
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.AccessToken
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.Alt
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.Callback
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.Fields
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.Key
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.OauthToken
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.PrettyPrint
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.QuotaUser
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.UploadType
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.UploadProtocol
ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>.UserIp
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.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.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class GetDiagnosticsRequest : ComputeBaseServiceRequest<InterconnectsGetDiagnosticsResponse>, IClientServiceRequest<InterconnectsGetDiagnosticsResponse>, IClientServiceRequest

Constructors

GetDiagnosticsRequest(IClientService, String, String)

Constructs a new GetDiagnostics request.

Declaration
public GetDiagnosticsRequest(IClientService service, string project, string interconnect)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
System.String project
System.String interconnect

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.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.HttpMethod

Interconnect

Name of the interconnect resource to query.

Declaration
[RequestParameter("interconnect", RequestParameterType.Path)]
public virtual string Interconnect { get; }
Property Value
Type Description
System.String

MethodName

Gets the method name.

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

Project

Project ID for this request.

Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetDiagnostics parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Compute.v1.ComputeBaseServiceRequest<Google.Apis.Compute.v1.Data.InterconnectsGetDiagnosticsResponse>.InitParameters()

Implements

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