Class ProjectsResource.LocationsResource.ConnectionsResource.CheckStatusRequest
Reports the status of the connection. Note that when the connection is in a state that is not ACTIVE, the implementation of this RPC method must return a Status with the corresponding State instead of returning a gRPC status code that is not "OK", which indicates that ConnectionStatus itself, not the connection, failed.
Inheritance
ProjectsResource.LocationsResource.ConnectionsResource.CheckStatusRequest
Inherited Members
Namespace: Google.Apis.Connectors.v2
Assembly: Google.Apis.Connectors.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectionsResource.CheckStatusRequest : ConnectorsBaseServiceRequest<CheckStatusResponse>, IClientServiceRequest<CheckStatusResponse>, IClientServiceRequest
Constructors
CheckStatusRequest(IClientService, string)
Constructs a new CheckStatus request.
Declaration
public CheckStatusRequest(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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
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
Methods
InitParameters()
Initializes CheckStatus parameter list.
Declaration
protected override void InitParameters()