Google Cloud App Hub V1 Client - Class GetApplicationRequest (0.1.3)

Reference documentation and code samples for the Google Cloud App Hub V1 Client class GetApplicationRequest.

Request for GetApplication.

Generated from protobuf message google.cloud.apphub.v1.GetApplicationRequest

Namespace

Google \ Cloud \ AppHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Fully qualified name of the Application to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}.

getName

Required. Fully qualified name of the Application to fetch.

Expected format: projects/{project}/locations/{location}/applications/{application}.

Returns
Type Description
string

setName

Required. Fully qualified name of the Application to fetch.

Expected format: projects/{project}/locations/{location}/applications/{application}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Fully qualified name of the Application to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}. Please see Google\Cloud\AppHub\V1\AppHubClient::applicationName() for help formatting this field.

Returns
Type Description
Google\Cloud\AppHub\V1\GetApplicationRequest