code
stringlengths 17
296k
| docstring
stringlengths 30
30.3k
| func_name
stringlengths 1
89
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 7
153
| url
stringlengths 51
209
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function setBigqueryDateShardedSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\BigQueryDateShardedSpec::class);
$this->writeOneof(15, $var);
return $this;
} | Output only. Specification for a group of BigQuery tables with
the `[prefix]YYYYMMDD` name pattern.
For more information, see [Introduction to partitioned tables]
(https://cloud.google.com/bigquery/docs/partitioned-tables#partitioning_versus_sharding).
Generated from protobuf field <code>.google.cloud.datacatalog.v1.BigQueryDateShardedSpec bigquery_date_sharded_spec = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param \Google\Cloud\DataCatalog\V1\BigQueryDateShardedSpec $var
@return $this | setBigqueryDateShardedSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getDatabaseTableSpec()
{
return $this->readOneof(24);
} | Specification that applies to a table resource. Valid only
for entries with the `TABLE` or `EXPLORE` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;</code>
@return \Google\Cloud\DataCatalog\V1\DatabaseTableSpec|null | getDatabaseTableSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setDatabaseTableSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\DatabaseTableSpec::class);
$this->writeOneof(24, $var);
return $this;
} | Specification that applies to a table resource. Valid only
for entries with the `TABLE` or `EXPLORE` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DatabaseTableSpec database_table_spec = 24;</code>
@param \Google\Cloud\DataCatalog\V1\DatabaseTableSpec $var
@return $this | setDatabaseTableSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getDataSourceConnectionSpec()
{
return $this->readOneof(27);
} | Specification that applies to a data source connection. Valid only
for entries with the `DATA_SOURCE_CONNECTION` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;</code>
@return \Google\Cloud\DataCatalog\V1\DataSourceConnectionSpec|null | getDataSourceConnectionSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setDataSourceConnectionSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\DataSourceConnectionSpec::class);
$this->writeOneof(27, $var);
return $this;
} | Specification that applies to a data source connection. Valid only
for entries with the `DATA_SOURCE_CONNECTION` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DataSourceConnectionSpec data_source_connection_spec = 27;</code>
@param \Google\Cloud\DataCatalog\V1\DataSourceConnectionSpec $var
@return $this | setDataSourceConnectionSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getRoutineSpec()
{
return $this->readOneof(28);
} | Specification that applies to a user-defined function or procedure. Valid
only for entries with the `ROUTINE` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;</code>
@return \Google\Cloud\DataCatalog\V1\RoutineSpec|null | getRoutineSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setRoutineSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\RoutineSpec::class);
$this->writeOneof(28, $var);
return $this;
} | Specification that applies to a user-defined function or procedure. Valid
only for entries with the `ROUTINE` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.RoutineSpec routine_spec = 28;</code>
@param \Google\Cloud\DataCatalog\V1\RoutineSpec $var
@return $this | setRoutineSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getDatasetSpec()
{
return $this->readOneof(32);
} | Specification that applies to a dataset.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DatasetSpec dataset_spec = 32;</code>
@return \Google\Cloud\DataCatalog\V1\DatasetSpec|null | getDatasetSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setDatasetSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\DatasetSpec::class);
$this->writeOneof(32, $var);
return $this;
} | Specification that applies to a dataset.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DatasetSpec dataset_spec = 32;</code>
@param \Google\Cloud\DataCatalog\V1\DatasetSpec $var
@return $this | setDatasetSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getFilesetSpec()
{
return $this->readOneof(33);
} | Specification that applies to a fileset resource. Valid only
for entries with the `FILESET` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;</code>
@return \Google\Cloud\DataCatalog\V1\FilesetSpec|null | getFilesetSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setFilesetSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\FilesetSpec::class);
$this->writeOneof(33, $var);
return $this;
} | Specification that applies to a fileset resource. Valid only
for entries with the `FILESET` type.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.FilesetSpec fileset_spec = 33;</code>
@param \Google\Cloud\DataCatalog\V1\FilesetSpec $var
@return $this | setFilesetSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getServiceSpec()
{
return $this->readOneof(42);
} | Specification that applies to a Service resource.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.ServiceSpec service_spec = 42;</code>
@return \Google\Cloud\DataCatalog\V1\ServiceSpec|null | getServiceSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setServiceSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\ServiceSpec::class);
$this->writeOneof(42, $var);
return $this;
} | Specification that applies to a Service resource.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.ServiceSpec service_spec = 42;</code>
@param \Google\Cloud\DataCatalog\V1\ServiceSpec $var
@return $this | setServiceSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getModelSpec()
{
return $this->readOneof(43);
} | Model specification.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.ModelSpec model_spec = 43;</code>
@return \Google\Cloud\DataCatalog\V1\ModelSpec|null | getModelSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setModelSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\ModelSpec::class);
$this->writeOneof(43, $var);
return $this;
} | Model specification.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.ModelSpec model_spec = 43;</code>
@param \Google\Cloud\DataCatalog\V1\ModelSpec $var
@return $this | setModelSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getFeatureOnlineStoreSpec()
{
return $this->readOneof(45);
} | FeatureonlineStore spec for Vertex AI Feature Store.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec feature_online_store_spec = 45;</code>
@return \Google\Cloud\DataCatalog\V1\FeatureOnlineStoreSpec|null | getFeatureOnlineStoreSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setFeatureOnlineStoreSpec($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\FeatureOnlineStoreSpec::class);
$this->writeOneof(45, $var);
return $this;
} | FeatureonlineStore spec for Vertex AI Feature Store.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.FeatureOnlineStoreSpec feature_online_store_spec = 45;</code>
@param \Google\Cloud\DataCatalog\V1\FeatureOnlineStoreSpec $var
@return $this | setFeatureOnlineStoreSpec | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getDisplayName()
{
return $this->display_name;
} | Display name of an entry.
The maximum size is 500 bytes when encoded in UTF-8.
Default value is an empty string.
Generated from protobuf field <code>string display_name = 3;</code>
@return string | getDisplayName | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setDisplayName($var)
{
GPBUtil::checkString($var, True);
$this->display_name = $var;
return $this;
} | Display name of an entry.
The maximum size is 500 bytes when encoded in UTF-8.
Default value is an empty string.
Generated from protobuf field <code>string display_name = 3;</code>
@param string $var
@return $this | setDisplayName | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | Entry description that can consist of several sentences or paragraphs
that describe entry contents.
The description must not contain Unicode non-characters as well as C0
and C1 control codes except tabs (HT), new lines (LF), carriage returns
(CR), and page breaks (FF).
The maximum size is 2000 bytes when encoded in UTF-8.
Default value is an empty string.
Generated from protobuf field <code>string description = 4;</code>
@return string | getDescription | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setDescription($var)
{
GPBUtil::checkString($var, True);
$this->description = $var;
return $this;
} | Entry description that can consist of several sentences or paragraphs
that describe entry contents.
The description must not contain Unicode non-characters as well as C0
and C1 control codes except tabs (HT), new lines (LF), carriage returns
(CR), and page breaks (FF).
The maximum size is 2000 bytes when encoded in UTF-8.
Default value is an empty string.
Generated from protobuf field <code>string description = 4;</code>
@param string $var
@return $this | setDescription | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getBusinessContext()
{
return $this->business_context;
} | Business Context of the entry. Not supported for BigQuery datasets
Generated from protobuf field <code>.google.cloud.datacatalog.v1.BusinessContext business_context = 37;</code>
@return \Google\Cloud\DataCatalog\V1\BusinessContext|null | getBusinessContext | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setBusinessContext($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\BusinessContext::class);
$this->business_context = $var;
return $this;
} | Business Context of the entry. Not supported for BigQuery datasets
Generated from protobuf field <code>.google.cloud.datacatalog.v1.BusinessContext business_context = 37;</code>
@param \Google\Cloud\DataCatalog\V1\BusinessContext $var
@return $this | setBusinessContext | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getSchema()
{
return $this->schema;
} | Schema of the entry. An entry might not have any schema attached to it.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.Schema schema = 5;</code>
@return \Google\Cloud\DataCatalog\V1\Schema|null | getSchema | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setSchema($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\Schema::class);
$this->schema = $var;
return $this;
} | Schema of the entry. An entry might not have any schema attached to it.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.Schema schema = 5;</code>
@param \Google\Cloud\DataCatalog\V1\Schema $var
@return $this | setSchema | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getSourceSystemTimestamps()
{
return $this->source_system_timestamps;
} | Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the `IntegratedSystem`
enum. For entries with `user_specified_system`, this field is optional
and defaults to an empty timestamp.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;</code>
@return \Google\Cloud\DataCatalog\V1\SystemTimestamps|null | getSourceSystemTimestamps | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setSourceSystemTimestamps($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\SystemTimestamps::class);
$this->source_system_timestamps = $var;
return $this;
} | Timestamps from the underlying resource, not from the Data Catalog
entry.
Output only when the entry has a system listed in the `IntegratedSystem`
enum. For entries with `user_specified_system`, this field is optional
and defaults to an empty timestamp.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.SystemTimestamps source_system_timestamps = 7;</code>
@param \Google\Cloud\DataCatalog\V1\SystemTimestamps $var
@return $this | setSourceSystemTimestamps | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getUsageSignal()
{
return $this->usage_signal;
} | Resource usage statistics.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;</code>
@return \Google\Cloud\DataCatalog\V1\UsageSignal|null | getUsageSignal | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setUsageSignal($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\UsageSignal::class);
$this->usage_signal = $var;
return $this;
} | Resource usage statistics.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.UsageSignal usage_signal = 13;</code>
@param \Google\Cloud\DataCatalog\V1\UsageSignal $var
@return $this | setUsageSignal | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | Cloud labels attached to the entry.
In Data Catalog, you can create and modify labels attached only to custom
entries. Synced entries have unmodifiable labels that come from the source
system.
Generated from protobuf field <code>map<string, string> labels = 14;</code>
@return \Google\Protobuf\Internal\MapField | getLabels | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setLabels($var)
{
$arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::STRING);
$this->labels = $arr;
return $this;
} | Cloud labels attached to the entry.
In Data Catalog, you can create and modify labels attached only to custom
entries. Synced entries have unmodifiable labels that come from the source
system.
Generated from protobuf field <code>map<string, string> labels = 14;</code>
@param array|\Google\Protobuf\Internal\MapField $var
@return $this | setLabels | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getDataSource()
{
return $this->data_source;
} | Output only. Physical location of the entry.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return \Google\Cloud\DataCatalog\V1\DataSource|null | getDataSource | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setDataSource($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\DataSource::class);
$this->data_source = $var;
return $this;
} | Output only. Physical location of the entry.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.DataSource data_source = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param \Google\Cloud\DataCatalog\V1\DataSource $var
@return $this | setDataSource | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getPersonalDetails()
{
return $this->personal_details;
} | Output only. Additional information related to the entry. Private to the
current user.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return \Google\Cloud\DataCatalog\V1\PersonalDetails|null | getPersonalDetails | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function setPersonalDetails($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\DataCatalog\V1\PersonalDetails::class);
$this->personal_details = $var;
return $this;
} | Output only. Additional information related to the entry. Private to the
current user.
Generated from protobuf field <code>.google.cloud.datacatalog.v1.PersonalDetails personal_details = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param \Google\Cloud\DataCatalog\V1\PersonalDetails $var
@return $this | setPersonalDetails | php | googleapis/google-cloud-php | DataCatalog/src/V1/Entry.php | https://github.com/googleapis/google-cloud-php/blob/master/DataCatalog/src/V1/Entry.php | Apache-2.0 |
public function getValueFrequencyHistogramBuckets()
{
return $this->value_frequency_histogram_buckets;
} | Histogram of value frequencies in the column.
Generated from protobuf field <code>repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;</code>
@return \Google\Protobuf\Internal\RepeatedField | getValueFrequencyHistogramBuckets | php | googleapis/google-cloud-php | Dlp/src/V2/AnalyzeDataSourceRiskDetails/CategoricalStatsResult.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/AnalyzeDataSourceRiskDetails/CategoricalStatsResult.php | Apache-2.0 |
public function setValueFrequencyHistogramBuckets($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Dlp\V2\AnalyzeDataSourceRiskDetails\CategoricalStatsResult\CategoricalStatsHistogramBucket::class);
$this->value_frequency_histogram_buckets = $arr;
return $this;
} | Histogram of value frequencies in the column.
Generated from protobuf field <code>repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;</code>
@param array<\Google\Cloud\Dlp\V2\AnalyzeDataSourceRiskDetails\CategoricalStatsResult\CategoricalStatsHistogramBucket>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setValueFrequencyHistogramBuckets | php | googleapis/google-cloud-php | Dlp/src/V2/AnalyzeDataSourceRiskDetails/CategoricalStatsResult.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/AnalyzeDataSourceRiskDetails/CategoricalStatsResult.php | Apache-2.0 |
public function getUpdateMask()
{
return $this->update_mask;
} | Required. Mask of fields to update.
Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Protobuf\FieldMask|null | getUpdateMask | php | googleapis/google-cloud-php | Dataplex/src/V1/UpdateEnvironmentRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/UpdateEnvironmentRequest.php | Apache-2.0 |
public function setUpdateMask($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\FieldMask::class);
$this->update_mask = $var;
return $this;
} | Required. Mask of fields to update.
Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@param \Google\Protobuf\FieldMask $var
@return $this | setUpdateMask | php | googleapis/google-cloud-php | Dataplex/src/V1/UpdateEnvironmentRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/UpdateEnvironmentRequest.php | Apache-2.0 |
public function getEnvironment()
{
return $this->environment;
} | Required. Update description.
Only fields specified in `update_mask` are updated.
Generated from protobuf field <code>.google.cloud.dataplex.v1.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Cloud\Dataplex\V1\Environment|null | getEnvironment | php | googleapis/google-cloud-php | Dataplex/src/V1/UpdateEnvironmentRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/UpdateEnvironmentRequest.php | Apache-2.0 |
public function setEnvironment($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Dataplex\V1\Environment::class);
$this->environment = $var;
return $this;
} | Required. Update description.
Only fields specified in `update_mask` are updated.
Generated from protobuf field <code>.google.cloud.dataplex.v1.Environment environment = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@param \Google\Cloud\Dataplex\V1\Environment $var
@return $this | setEnvironment | php | googleapis/google-cloud-php | Dataplex/src/V1/UpdateEnvironmentRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/UpdateEnvironmentRequest.php | Apache-2.0 |
public function getValidateOnly()
{
return $this->validate_only;
} | Optional. Only validate the request, but do not perform mutations.
The default is false.
Generated from protobuf field <code>bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@return bool | getValidateOnly | php | googleapis/google-cloud-php | Dataplex/src/V1/UpdateEnvironmentRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/UpdateEnvironmentRequest.php | Apache-2.0 |
public function setValidateOnly($var)
{
GPBUtil::checkBool($var);
$this->validate_only = $var;
return $this;
} | Optional. Only validate the request, but do not perform mutations.
The default is false.
Generated from protobuf field <code>bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@param bool $var
@return $this | setValidateOnly | php | googleapis/google-cloud-php | Dataplex/src/V1/UpdateEnvironmentRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/UpdateEnvironmentRequest.php | Apache-2.0 |
public function getUserCreds()
{
return $this->user_creds;
} | The user creds for the database.
Generated from protobuf field <code>repeated .google.firestore.admin.v1.UserCreds user_creds = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getUserCreds | php | googleapis/google-cloud-php | Firestore/src/Admin/V1/ListUserCredsResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/Admin/V1/ListUserCredsResponse.php | Apache-2.0 |
public function setUserCreds($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Firestore\Admin\V1\UserCreds::class);
$this->user_creds = $arr;
return $this;
} | The user creds for the database.
Generated from protobuf field <code>repeated .google.firestore.admin.v1.UserCreds user_creds = 1;</code>
@param array<\Google\Cloud\Firestore\Admin\V1\UserCreds>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setUserCreds | php | googleapis/google-cloud-php | Firestore/src/Admin/V1/ListUserCredsResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/Admin/V1/ListUserCredsResponse.php | Apache-2.0 |
public function getVersion()
{
return $this->version;
} | Version of the secret (version number or the string 'latest'). It is
preferable to use `latest` version with secret volumes as secret value
changes are reflected immediately.
Generated from protobuf field <code>string version = 1;</code>
@return string | getVersion | php | googleapis/google-cloud-php | Functions/src/V2/SecretVolume/SecretVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/Functions/src/V2/SecretVolume/SecretVersion.php | Apache-2.0 |
public function setVersion($var)
{
GPBUtil::checkString($var, True);
$this->version = $var;
return $this;
} | Version of the secret (version number or the string 'latest'). It is
preferable to use `latest` version with secret volumes as secret value
changes are reflected immediately.
Generated from protobuf field <code>string version = 1;</code>
@param string $var
@return $this | setVersion | php | googleapis/google-cloud-php | Functions/src/V2/SecretVolume/SecretVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/Functions/src/V2/SecretVolume/SecretVersion.php | Apache-2.0 |
public function getPath()
{
return $this->path;
} | Relative path of the file under the mount path where the secret value for
this version will be fetched and made available. For example, setting the
mount_path as '/etc/secrets' and path as `secret_foo` would mount the
secret value file at `/etc/secrets/secret_foo`.
Generated from protobuf field <code>string path = 2;</code>
@return string | getPath | php | googleapis/google-cloud-php | Functions/src/V2/SecretVolume/SecretVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/Functions/src/V2/SecretVolume/SecretVersion.php | Apache-2.0 |
public function setPath($var)
{
GPBUtil::checkString($var, True);
$this->path = $var;
return $this;
} | Relative path of the file under the mount path where the secret value for
this version will be fetched and made available. For example, setting the
mount_path as '/etc/secrets' and path as `secret_foo` would mount the
secret value file at `/etc/secrets/secret_foo`.
Generated from protobuf field <code>string path = 2;</code>
@param string $var
@return $this | setPath | php | googleapis/google-cloud-php | Functions/src/V2/SecretVolume/SecretVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/Functions/src/V2/SecretVolume/SecretVersion.php | Apache-2.0 |
public function getId()
{
return $this->id;
} | Output only. A URI safe key uniquely identifying a blob. Can be used to
locate the blob stored in the Cloud Storage bucket of the consumer project.
Generated from protobuf field <code>string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return string | getId | php | googleapis/google-cloud-php | AiPlatform/src/V1/TensorboardBlob.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/TensorboardBlob.php | Apache-2.0 |
public function setId($var)
{
GPBUtil::checkString($var, True);
$this->id = $var;
return $this;
} | Output only. A URI safe key uniquely identifying a blob. Can be used to
locate the blob stored in the Cloud Storage bucket of the consumer project.
Generated from protobuf field <code>string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param string $var
@return $this | setId | php | googleapis/google-cloud-php | AiPlatform/src/V1/TensorboardBlob.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/TensorboardBlob.php | Apache-2.0 |
public function getData()
{
return $this->data;
} | Optional. The bytes of the blob is not present unless it's returned by the
ReadTensorboardBlobData endpoint.
Generated from protobuf field <code>bytes data = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@return string | getData | php | googleapis/google-cloud-php | AiPlatform/src/V1/TensorboardBlob.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/TensorboardBlob.php | Apache-2.0 |
public function setData($var)
{
GPBUtil::checkString($var, False);
$this->data = $var;
return $this;
} | Optional. The bytes of the blob is not present unless it's returned by the
ReadTensorboardBlobData endpoint.
Generated from protobuf field <code>bytes data = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@param string $var
@return $this | setData | php | googleapis/google-cloud-php | AiPlatform/src/V1/TensorboardBlob.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/TensorboardBlob.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | Task state.
Generated from protobuf field <code>.google.cloud.batch.v1.TaskStatus.State state = 1;</code>
@return int | getState | php | googleapis/google-cloud-php | Batch/src/V1/TaskStatus.php | https://github.com/googleapis/google-cloud-php/blob/master/Batch/src/V1/TaskStatus.php | Apache-2.0 |
public function setState($var)
{
GPBUtil::checkEnum($var, \Google\Cloud\Batch\V1\TaskStatus\State::class);
$this->state = $var;
return $this;
} | Task state.
Generated from protobuf field <code>.google.cloud.batch.v1.TaskStatus.State state = 1;</code>
@param int $var
@return $this | setState | php | googleapis/google-cloud-php | Batch/src/V1/TaskStatus.php | https://github.com/googleapis/google-cloud-php/blob/master/Batch/src/V1/TaskStatus.php | Apache-2.0 |
public function getStatusEvents()
{
return $this->status_events;
} | Detailed info about why the state is reached.
Generated from protobuf field <code>repeated .google.cloud.batch.v1.StatusEvent status_events = 2;</code>
@return \Google\Protobuf\Internal\RepeatedField | getStatusEvents | php | googleapis/google-cloud-php | Batch/src/V1/TaskStatus.php | https://github.com/googleapis/google-cloud-php/blob/master/Batch/src/V1/TaskStatus.php | Apache-2.0 |
public function setStatusEvents($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Batch\V1\StatusEvent::class);
$this->status_events = $arr;
return $this;
} | Detailed info about why the state is reached.
Generated from protobuf field <code>repeated .google.cloud.batch.v1.StatusEvent status_events = 2;</code>
@param array<\Google\Cloud\Batch\V1\StatusEvent>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setStatusEvents | php | googleapis/google-cloud-php | Batch/src/V1/TaskStatus.php | https://github.com/googleapis/google-cloud-php/blob/master/Batch/src/V1/TaskStatus.php | Apache-2.0 |
public function getWafRules()
{
return $this->waf_rules;
} | Generated from protobuf field <code>optional .google.cloud.compute.v1.PreconfiguredWafSet waf_rules = 74899924;</code>
@return \Google\Cloud\Compute\V1\PreconfiguredWafSet|null | getWafRules | php | googleapis/google-cloud-php | Compute/src/V1/SecurityPoliciesWafConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SecurityPoliciesWafConfig.php | Apache-2.0 |
public function setWafRules($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Compute\V1\PreconfiguredWafSet::class);
$this->waf_rules = $var;
return $this;
} | Generated from protobuf field <code>optional .google.cloud.compute.v1.PreconfiguredWafSet waf_rules = 74899924;</code>
@param \Google\Cloud\Compute\V1\PreconfiguredWafSet $var
@return $this | setWafRules | php | googleapis/google-cloud-php | Compute/src/V1/SecurityPoliciesWafConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SecurityPoliciesWafConfig.php | Apache-2.0 |
public function getField()
{
return $this->field;
} | The field to filter by.
Generated from protobuf field <code>.google.firestore.v1.StructuredQuery.FieldReference field = 1;</code>
@return \Google\Cloud\Firestore\V1\StructuredQuery\FieldReference|null | getField | php | googleapis/google-cloud-php | Firestore/src/V1/StructuredQuery/FieldFilter.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/V1/StructuredQuery/FieldFilter.php | Apache-2.0 |
public function setField($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Firestore\V1\StructuredQuery\FieldReference::class);
$this->field = $var;
return $this;
} | The field to filter by.
Generated from protobuf field <code>.google.firestore.v1.StructuredQuery.FieldReference field = 1;</code>
@param \Google\Cloud\Firestore\V1\StructuredQuery\FieldReference $var
@return $this | setField | php | googleapis/google-cloud-php | Firestore/src/V1/StructuredQuery/FieldFilter.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/V1/StructuredQuery/FieldFilter.php | Apache-2.0 |
public function getOp()
{
return $this->op;
} | The operator to filter by.
Generated from protobuf field <code>.google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2;</code>
@return int | getOp | php | googleapis/google-cloud-php | Firestore/src/V1/StructuredQuery/FieldFilter.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/V1/StructuredQuery/FieldFilter.php | Apache-2.0 |
public function setOp($var)
{
GPBUtil::checkEnum($var, \Google\Cloud\Firestore\V1\StructuredQuery\FieldFilter\Operator::class);
$this->op = $var;
return $this;
} | The operator to filter by.
Generated from protobuf field <code>.google.firestore.v1.StructuredQuery.FieldFilter.Operator op = 2;</code>
@param int $var
@return $this | setOp | php | googleapis/google-cloud-php | Firestore/src/V1/StructuredQuery/FieldFilter.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/V1/StructuredQuery/FieldFilter.php | Apache-2.0 |
public function getValue()
{
return $this->value;
} | The value to compare to.
Generated from protobuf field <code>.google.firestore.v1.Value value = 3;</code>
@return \Google\Cloud\Firestore\V1\Value|null | getValue | php | googleapis/google-cloud-php | Firestore/src/V1/StructuredQuery/FieldFilter.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/V1/StructuredQuery/FieldFilter.php | Apache-2.0 |
public function setValue($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Firestore\V1\Value::class);
$this->value = $var;
return $this;
} | The value to compare to.
Generated from protobuf field <code>.google.firestore.v1.Value value = 3;</code>
@param \Google\Cloud\Firestore\V1\Value $var
@return $this | setValue | php | googleapis/google-cloud-php | Firestore/src/V1/StructuredQuery/FieldFilter.php | https://github.com/googleapis/google-cloud-php/blob/master/Firestore/src/V1/StructuredQuery/FieldFilter.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | Required. The resource name of the CustomerRepricingConfig.
Format:
accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.
Generated from protobuf field <code>string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@return string | getName | php | googleapis/google-cloud-php | Channel/src/V1/GetCustomerRepricingConfigRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Channel/src/V1/GetCustomerRepricingConfigRequest.php | Apache-2.0 |
public function setName($var)
{
GPBUtil::checkString($var, True);
$this->name = $var;
return $this;
} | Required. The resource name of the CustomerRepricingConfig.
Format:
accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}.
Generated from protobuf field <code>string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@param string $var
@return $this | setName | php | googleapis/google-cloud-php | Channel/src/V1/GetCustomerRepricingConfigRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Channel/src/V1/GetCustomerRepricingConfigRequest.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The parent resource for new fine tuning job instance.
Generated from protobuf field <code>string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@return string | getParent | php | googleapis/google-cloud-php | ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The parent resource for new fine tuning job instance.
Generated from protobuf field <code>string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@param string $var
@return $this | setParent | php | googleapis/google-cloud-php | ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | Required. Filter for selecting the feedback labels that needs to be
used for training.
This filter can be used to limit the feedback labels used for tuning to a
feedback labels created or updated for a specific time-window etc.
Generated from protobuf field <code>string filter = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@return string | getFilter | php | googleapis/google-cloud-php | ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | Apache-2.0 |
public function setFilter($var)
{
GPBUtil::checkString($var, True);
$this->filter = $var;
return $this;
} | Required. Filter for selecting the feedback labels that needs to be
used for training.
This filter can be used to limit the feedback labels used for tuning to a
feedback labels created or updated for a specific time-window etc.
Generated from protobuf field <code>string filter = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@param string $var
@return $this | setFilter | php | googleapis/google-cloud-php | ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | Apache-2.0 |
public function getValidateOnly()
{
return $this->validate_only;
} | Optional. Run in validate only mode, no fine tuning will actually run.
Data quality validations like training data distributions will run.
Even when set to false, the data quality validations will still run but
once the validations complete we will proceed with the fine tune, if
applicable.
Generated from protobuf field <code>bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@return bool | getValidateOnly | php | googleapis/google-cloud-php | ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | Apache-2.0 |
public function setValidateOnly($var)
{
GPBUtil::checkBool($var);
$this->validate_only = $var;
return $this;
} | Optional. Run in validate only mode, no fine tuning will actually run.
Data quality validations like training data distributions will run.
Even when set to false, the data quality validations will still run but
once the validations complete we will proceed with the fine tune, if
applicable.
Generated from protobuf field <code>bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@param bool $var
@return $this | setValidateOnly | php | googleapis/google-cloud-php | ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ContactCenterInsights/src/V1/TuneQaScorecardRevisionRequest.php | Apache-2.0 |
public function getTargetCountry()
{
return $this->target_country;
} | Required. Immutable. The target country used as part of the unique
identifier. Represented as a [CLDR territory
code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
Promotions are only available in selected
[countries](https://support.google.com/merchants/answer/4588460).
Generated from protobuf field <code>string target_country = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];</code>
@return string | getTargetCountry | php | googleapis/google-cloud-php | ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | Apache-2.0 |
public function setTargetCountry($var)
{
GPBUtil::checkString($var, True);
$this->target_country = $var;
return $this;
} | Required. Immutable. The target country used as part of the unique
identifier. Represented as a [CLDR territory
code](https://github.com/unicode-org/cldr/blob/latest/common/main/en.xml).
Promotions are only available in selected
[countries](https://support.google.com/merchants/answer/4588460).
Generated from protobuf field <code>string target_country = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];</code>
@param string $var
@return $this | setTargetCountry | php | googleapis/google-cloud-php | ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | Apache-2.0 |
public function getContentLanguage()
{
return $this->content_language;
} | Required. Immutable. The two-letter ISO 639-1 language of the items in the
data source.
Generated from protobuf field <code>string content_language = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];</code>
@return string | getContentLanguage | php | googleapis/google-cloud-php | ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | Apache-2.0 |
public function setContentLanguage($var)
{
GPBUtil::checkString($var, True);
$this->content_language = $var;
return $this;
} | Required. Immutable. The two-letter ISO 639-1 language of the items in the
data source.
Generated from protobuf field <code>string content_language = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];</code>
@param string $var
@return $this | setContentLanguage | php | googleapis/google-cloud-php | ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PromotionDataSource.php | Apache-2.0 |
public function getCreateTime()
{
return $this->create_time;
} | Output only. The time the operation was created.
Generated from protobuf field <code>.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return \Google\Protobuf\Timestamp|null | getCreateTime | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function setCreateTime($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
$this->create_time = $var;
return $this;
} | Output only. The time the operation was created.
Generated from protobuf field <code>.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param \Google\Protobuf\Timestamp $var
@return $this | setCreateTime | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function getEndTime()
{
return $this->end_time;
} | Output only. The time the operation finished running.
Generated from protobuf field <code>.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return \Google\Protobuf\Timestamp|null | getEndTime | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function setEndTime($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
$this->end_time = $var;
return $this;
} | Output only. The time the operation finished running.
Generated from protobuf field <code>.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param \Google\Protobuf\Timestamp $var
@return $this | setEndTime | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function getTarget()
{
return $this->target;
} | Output only. Server-defined resource path for the target of the operation.
Generated from protobuf field <code>string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return string | getTarget | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function setTarget($var)
{
GPBUtil::checkString($var, True);
$this->target = $var;
return $this;
} | Output only. Server-defined resource path for the target of the operation.
Generated from protobuf field <code>string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param string $var
@return $this | setTarget | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function getVerb()
{
return $this->verb;
} | Output only. Name of the verb executed by the operation.
Generated from protobuf field <code>string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return string | getVerb | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function setVerb($var)
{
GPBUtil::checkString($var, True);
$this->verb = $var;
return $this;
} | Output only. Name of the verb executed by the operation.
Generated from protobuf field <code>string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param string $var
@return $this | setVerb | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function getStatusMessage()
{
return $this->status_message;
} | Output only. Human-readable status of the operation, if any.
Generated from protobuf field <code>string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return string | getStatusMessage | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function setStatusMessage($var)
{
GPBUtil::checkString($var, True);
$this->status_message = $var;
return $this;
} | Output only. Human-readable status of the operation, if any.
Generated from protobuf field <code>string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param string $var
@return $this | setStatusMessage | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function getRequestedCancellation()
{
return $this->requested_cancellation;
} | Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have been cancelled successfully
have [Operation.error][] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
`Code.CANCELLED`.
Generated from protobuf field <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return bool | getRequestedCancellation | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function setRequestedCancellation($var)
{
GPBUtil::checkBool($var);
$this->requested_cancellation = $var;
return $this;
} | Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have been cancelled successfully
have [Operation.error][] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
`Code.CANCELLED`.
Generated from protobuf field <code>bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param bool $var
@return $this | setRequestedCancellation | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function getApiVersion()
{
return $this->api_version;
} | Output only. API version used to start the operation.
Generated from protobuf field <code>string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@return string | getApiVersion | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function setApiVersion($var)
{
GPBUtil::checkString($var, True);
$this->api_version = $var;
return $this;
} | Output only. API version used to start the operation.
Generated from protobuf field <code>string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param string $var
@return $this | setApiVersion | php | googleapis/google-cloud-php | ManagedKafka/src/V1/OperationMetadata.php | https://github.com/googleapis/google-cloud-php/blob/master/ManagedKafka/src/V1/OperationMetadata.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The resource name of Case object for which comments should be
listed.
Generated from protobuf field <code>string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@return string | getParent | php | googleapis/google-cloud-php | Support/src/V2/ListCommentsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Support/src/V2/ListCommentsRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The resource name of Case object for which comments should be
listed.
Generated from protobuf field <code>string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@param string $var
@return $this | setParent | php | googleapis/google-cloud-php | Support/src/V2/ListCommentsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Support/src/V2/ListCommentsRequest.php | Apache-2.0 |
public function getPageSize()
{
return $this->page_size;
} | The maximum number of comments fetched with each request. Defaults to 10.
Generated from protobuf field <code>int32 page_size = 4;</code>
@return int | getPageSize | php | googleapis/google-cloud-php | Support/src/V2/ListCommentsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Support/src/V2/ListCommentsRequest.php | Apache-2.0 |
public function setPageSize($var)
{
GPBUtil::checkInt32($var);
$this->page_size = $var;
return $this;
} | The maximum number of comments fetched with each request. Defaults to 10.
Generated from protobuf field <code>int32 page_size = 4;</code>
@param int $var
@return $this | setPageSize | php | googleapis/google-cloud-php | Support/src/V2/ListCommentsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Support/src/V2/ListCommentsRequest.php | Apache-2.0 |
public function getPageToken()
{
return $this->page_token;
} | A token identifying the page of results to return. If unspecified, the
first page is retrieved.
Generated from protobuf field <code>string page_token = 5;</code>
@return string | getPageToken | php | googleapis/google-cloud-php | Support/src/V2/ListCommentsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Support/src/V2/ListCommentsRequest.php | Apache-2.0 |
public function setPageToken($var)
{
GPBUtil::checkString($var, True);
$this->page_token = $var;
return $this;
} | A token identifying the page of results to return. If unspecified, the
first page is retrieved.
Generated from protobuf field <code>string page_token = 5;</code>
@param string $var
@return $this | setPageToken | php | googleapis/google-cloud-php | Support/src/V2/ListCommentsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Support/src/V2/ListCommentsRequest.php | Apache-2.0 |
public function __construct($url, $revisionId)
{
$this->url = $url;
$this->revisionId = $revisionId;
} | Instantiate a new GitSourceContext.
@param string $url Git repository URL.
@param string $revisionId Git commit hash. | __construct | php | googleapis/google-cloud-php | Debugger/src/GitSourceContext.php | https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/GitSourceContext.php | Apache-2.0 |
public function info()
{
return [
'git' => [
'url' => $this->url,
'revisionId' => $this->revisionId
]
];
} | Return a serializable version of this object
@access private
@return array | info | php | googleapis/google-cloud-php | Debugger/src/GitSourceContext.php | https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/GitSourceContext.php | Apache-2.0 |
public function getMetricSpec()
{
return $this->metric_spec;
} | Required. Spec for pairwise summarization quality score metric.
Generated from protobuf field <code>.google.cloud.aiplatform.v1.PairwiseSummarizationQualitySpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Cloud\AIPlatform\V1\PairwiseSummarizationQualitySpec|null | getMetricSpec | php | googleapis/google-cloud-php | AiPlatform/src/V1/PairwiseSummarizationQualityInput.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/PairwiseSummarizationQualityInput.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.