Google Cloud Vision Ai V1 Client - Class AppPlatformMetadata (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class AppPlatformMetadata.

Message of essential metadata of App Platform.

This message is usually attached to a certain processor output annotation for customer to identify the source of the data.

Generated from protobuf message google.cloud.visionai.v1.AppPlatformMetadata

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ application string

The application resource name.

↳ instance_id string

The instance resource id. Instance is the nested resource of application under collection 'instances'.

↳ node string

The node name of the application graph.

↳ processor string

The referred processor resource name of the application node.

getApplication

The application resource name.

Returns
Type Description
string

setApplication

The application resource name.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstanceId

The instance resource id. Instance is the nested resource of application under collection 'instances'.

Returns
Type Description
string

setInstanceId

The instance resource id. Instance is the nested resource of application under collection 'instances'.

Parameter
Name Description
var string
Returns
Type Description
$this

getNode

The node name of the application graph.

Returns
Type Description
string

setNode

The node name of the application graph.

Parameter
Name Description
var string
Returns
Type Description
$this

getProcessor

The referred processor resource name of the application node.

Returns
Type Description
string

setProcessor

The referred processor resource name of the application node.

Parameter
Name Description
var string
Returns
Type Description
$this