Class ProjectsResource.LocationsResource.AppConnectorsResource.ReportStatusRequest
Report status for a given connector.
Inheritance
ProjectsResource.LocationsResource.AppConnectorsResource.ReportStatusRequest
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class ProjectsResource.LocationsResource.AppConnectorsResource.ReportStatusRequest : BeyondCorpBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
ReportStatusRequest(IClientService, GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest, string)
Constructs a new ReportStatus request.
Declaration
public ReportStatusRequest(IClientService service, GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest body, string appConnector)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudBeyondcorpAppconnectorsV1ReportStatusRequest | body | |
string | appConnector |
Properties
AppConnector
Required. BeyondCorp Connector name using the form:
projects/{project_id}/locations/{location_id}/connectors/{connector}
Declaration
[RequestParameter("appConnector", RequestParameterType.Path)]
public virtual string AppConnector { get; }
Property Value
Type | Description |
---|---|
string |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ReportStatus parameter list.
Declaration
protected override void InitParameters()