Compute V1 Client - Class GetDiagnosticsInterconnectRequest (1.5.0)

Reference documentation and code samples for the Compute V1 Client class GetDiagnosticsInterconnectRequest.

A request message for Interconnects.GetDiagnostics. See the method description for details.

Generated from protobuf message google.cloud.compute.v1.GetDiagnosticsInterconnectRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ interconnect string

Name of the interconnect resource to query.

↳ project string

Project ID for this request.

getInterconnect

Name of the interconnect resource to query.

Generated from protobuf field string interconnect = 224601230 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setInterconnect

Name of the interconnect resource to query.

Generated from protobuf field string interconnect = 224601230 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProject

Project ID for this request.

Generated from protobuf field string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
string

setProject

Project ID for this request.

Generated from protobuf field string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var string
Returns
TypeDescription
$this