\Google\Photos\Library\V1AddEnrichmentToAlbumResponse

The enrichment item that's created.

Generated from protobuf message google.photos.library.v1.AddEnrichmentToAlbumResponse

Summary

Methods
Properties
Constants
__construct()
getEnrichmentItem()
setEnrichmentItem()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$enrichment_item
N/A

Properties

$enrichment_item

$enrichment_item : 

[Output only] Enrichment which was added.

Generated from protobuf field .google.photos.library.v1.EnrichmentItem enrichment_item = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type \Google\Photos\Library\V1\EnrichmentItem $enrichment_item
      [Output only] Enrichment which was added.

}

getEnrichmentItem()

getEnrichmentItem() : \Google\Photos\Library\V1\EnrichmentItem

[Output only] Enrichment which was added.

Generated from protobuf field .google.photos.library.v1.EnrichmentItem enrichment_item = 1;

Returns

\Google\Photos\Library\V1\EnrichmentItem

setEnrichmentItem()

setEnrichmentItem(\Google\Photos\Library\V1\EnrichmentItem  $var) : $this

[Output only] Enrichment which was added.

Generated from protobuf field .google.photos.library.v1.EnrichmentItem enrichment_item = 1;

Parameters

\Google\Photos\Library\V1\EnrichmentItem $var

Returns

$this