Google Cloud Support V2 Client - Class GetCaseRequest (0.1.2)

Reference documentation and code samples for the Google Cloud Support V2 Client class GetCaseRequest.

The request message for the GetCase endpoint.

Generated from protobuf message google.cloud.support.v2.GetCaseRequest

Namespace

Google \ Cloud \ Support \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The fully qualified name of a case to be retrieved.

getName

Required. The fully qualified name of a case to be retrieved.

Returns
TypeDescription
string

setName

Required. The fully qualified name of a case to be retrieved.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The fully qualified name of a case to be retrieved. Please see Google\Cloud\Support\V2\CaseServiceClient::caseName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Support\V2\GetCaseRequest