\Google\Photos\Library\V1FeatureFilter

This filter defines the features that the media items should have.

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

Summary

Methods
Properties
Constants
__construct()
getIncludedFeatures()
setIncludedFeatures()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$included_features
N/A

Properties

$included_features

$included_features

The set of features to be included in the media item search results.

The items in the set are ORed and may match any of the specified features.

Generated from protobuf field repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;

Methods

__construct()

__construct(array  $data = NULL) : mixed

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type int[]|\Google\Protobuf\Internal\RepeatedField $included_features
      The set of features to be included in the media item search results.
      The items in the set are ORed and may match any of the specified features.

}

Returns

mixed

getIncludedFeatures()

getIncludedFeatures() : \Google\Protobuf\Internal\RepeatedField

The set of features to be included in the media item search results.

The items in the set are ORed and may match any of the specified features.

Generated from protobuf field repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;

Returns

\Google\Protobuf\Internal\RepeatedField

setIncludedFeatures()

setIncludedFeatures(int[]|\Google\Protobuf\Internal\RepeatedField  $var) : $this

The set of features to be included in the media item search results.

The items in the set are ORed and may match any of the specified features.

Generated from protobuf field repeated .google.photos.library.v1.FeatureFilter.Feature included_features = 1;

Parameters

int[]|\Google\Protobuf\Internal\RepeatedField $var

Returns

$this