Home
last modified time | relevance | path

Searched refs:metadata (Results 201 – 225 of 570) sorted by relevance

12345678910>>...23

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/
H A DGoogleCloudRecommendationengineV1beta1PredictResponse.php34 public $metadata; variable in Google\\Service\\RecommendationsAI\\GoogleCloudRecommendationengineV1beta1PredictResponse
77 public function setMetadata($metadata) argument
79 $this->metadata = $metadata;
86 return $this->metadata;
/plugin/combo/ComboStrap/
H A DMetadataFormDataStore.php25 public function get(Metadata $metadata, $default = null) argument
27 $this->checkResource($metadata->getResource());
29 $type = $metadata->getDataType();
36 foreach ($metadata->getChildrenObject() as $childrenObject) {
51 $value = $this->data[$metadata::getName()] ?? null;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DDepthExclusionStrategy.php19 public function shouldSkipClass(ClassMetadata $metadata, Context $context): bool argument
40 $metadata = $metadataStack[$i];
41 if ($metadata instanceof PropertyMetadata) {
45 if (null !== $metadata->maxDepth && $relativeDepth > $metadata->maxDepth) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSourceGetMetadataResponse.php28 public function setMetadata(SourceMetadata $metadata) argument
30 $this->metadata = $metadata;
37 return $this->metadata;
H A DCounterStructuredNameAndMetadata.php30 public function setMetadata(CounterMetadata $metadata) argument
32 $this->metadata = $metadata;
39 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2CommandResult.php25 public $metadata; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2CommandResult
48 public function setMetadata($metadata) argument
50 $this->metadata = $metadata;
54 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DEntity.php28 public $metadata; variable in Google\\Service\\CloudNaturalLanguage\\Entity
61 public function setMetadata($metadata) argument
63 $this->metadata = $metadata;
70 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DLocale.php32 public function setMetadata(FieldMetadata $metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DAgeRangeType.php46 public function setMetadata(FieldMetadata $metadata) argument
48 $this->metadata = $metadata;
55 return $this->metadata;
H A DBraggingRights.php32 public function setMetadata(FieldMetadata $metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DFileAs.php32 public function setMetadata(FieldMetadata $metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DInterest.php32 public function setMetadata(FieldMetadata $metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DOccupation.php32 public function setMetadata(FieldMetadata $metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DSkill.php32 public function setMetadata(FieldMetadata $metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DTagline.php32 public function setMetadata(FieldMetadata $metadata) argument
34 $this->metadata = $metadata;
41 return $this->metadata;
H A DCoverPhoto.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DPhoto.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DRelationshipInterest.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DNickname.php36 public function setMetadata(FieldMetadata $metadata) argument
38 $this->metadata = $metadata;
45 return $this->metadata;
H A DUserDefined.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
H A DBiography.php50 public function setMetadata(FieldMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPlanNode.php44 public $metadata; variable in Google\\Service\\Spanner\\PlanNode
121 public function setMetadata($metadata) argument
123 $this->metadata = $metadata;
130 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DRevisionTemplate.php30 public function setMetadata(ObjectMeta $metadata) argument
32 $this->metadata = $metadata;
39 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompleteQueryResponse.php45 public function setMetadata(ResponseMetadata $metadata) argument
47 $this->metadata = $metadata;
54 return $this->metadata;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DHmacKey.php50 public function setMetadata(HmacKeyMetadata $metadata) argument
52 $this->metadata = $metadata;
59 return $this->metadata;

12345678910>>...23