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 setCreateTime($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\Timestamp::class);
$this->create_time = $var;
return $this;
} | Output only. The time the context reference was first created.
Generated from protobuf field <code>.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@param \Google\Protobuf\Timestamp $var
@return $this | setCreateTime | php | googleapis/google-cloud-php | Dialogflow/src/V2/Conversation/ContextReference.php | https://github.com/googleapis/google-cloud-php/blob/master/Dialogflow/src/V2/Conversation/ContextReference.php | Apache-2.0 |
public function getQuasiIds()
{
return $this->quasi_ids;
} | Required. Fields considered to be quasi-identifiers. No two fields can
have the same tag.
Generated from protobuf field <code>repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Protobuf\Internal\RepeatedField | getQuasiIds | php | googleapis/google-cloud-php | Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | Apache-2.0 |
public function setQuasiIds($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Dlp\V2\QuasiId::class);
$this->quasi_ids = $arr;
return $this;
} | Required. Fields considered to be quasi-identifiers. No two fields can
have the same tag.
Generated from protobuf field <code>repeated .google.privacy.dlp.v2.QuasiId quasi_ids = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@param array<\Google\Cloud\Dlp\V2\QuasiId>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setQuasiIds | php | googleapis/google-cloud-php | Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | Apache-2.0 |
public function getRegionCode()
{
return $this->region_code;
} | ISO 3166-1 alpha-2 region code to use in the statistical modeling.
Set if no column is tagged with a region-specific InfoType (like
US_ZIP_5) or a region code.
Generated from protobuf field <code>string region_code = 2;</code>
@return string | getRegionCode | php | googleapis/google-cloud-php | Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | Apache-2.0 |
public function setRegionCode($var)
{
GPBUtil::checkString($var, True);
$this->region_code = $var;
return $this;
} | ISO 3166-1 alpha-2 region code to use in the statistical modeling.
Set if no column is tagged with a region-specific InfoType (like
US_ZIP_5) or a region code.
Generated from protobuf field <code>string region_code = 2;</code>
@param string $var
@return $this | setRegionCode | php | googleapis/google-cloud-php | Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | Apache-2.0 |
public function getAuxiliaryTables()
{
return $this->auxiliary_tables;
} | Several auxiliary tables can be used in the analysis. Each custom_tag
used to tag a quasi-identifiers field must appear in exactly one
field of one auxiliary table.
Generated from protobuf field <code>repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;</code>
@return \Google\Protobuf\Internal\RepeatedField | getAuxiliaryTables | php | googleapis/google-cloud-php | Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | Apache-2.0 |
public function setAuxiliaryTables($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Dlp\V2\StatisticalTable::class);
$this->auxiliary_tables = $arr;
return $this;
} | Several auxiliary tables can be used in the analysis. Each custom_tag
used to tag a quasi-identifiers field must appear in exactly one
field of one auxiliary table.
Generated from protobuf field <code>repeated .google.privacy.dlp.v2.StatisticalTable auxiliary_tables = 3;</code>
@param array<\Google\Cloud\Dlp\V2\StatisticalTable>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setAuxiliaryTables | php | googleapis/google-cloud-php | Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Dlp/src/V2/PrivacyMetric/DeltaPresenceEstimationConfig.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The name of the parent resource whose packages will 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 | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The name of the parent resource whose packages will 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 | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function getPageSize()
{
return $this->page_size;
} | The maximum number of packages to return. Maximum page size is 1,000.
Generated from protobuf field <code>int32 page_size = 2;</code>
@return int | getPageSize | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function setPageSize($var)
{
GPBUtil::checkInt32($var);
$this->page_size = $var;
return $this;
} | The maximum number of packages to return. Maximum page size is 1,000.
Generated from protobuf field <code>int32 page_size = 2;</code>
@param int $var
@return $this | setPageSize | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function getPageToken()
{
return $this->page_token;
} | The next_page_token value returned from a previous list request, if any.
Generated from protobuf field <code>string page_token = 3;</code>
@return string | getPageToken | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function setPageToken($var)
{
GPBUtil::checkString($var, True);
$this->page_token = $var;
return $this;
} | The next_page_token value returned from a previous list request, if any.
Generated from protobuf field <code>string page_token = 3;</code>
@param string $var
@return $this | setPageToken | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | Optional. An expression for filtering the results of the request. Filter
rules are case insensitive. The fields eligible for filtering are:
* `name`
* `annotations`
Examples of using a filter:
To filter the results of your request to packages with the name
`my-package` in project `my-project` in the `us-central` region, in
repository `my-repo`, append the following filter expression to your
request:
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package"`
You can also use wildcards to match any number of characters before or
after the value:
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-*"`
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/*package"`
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/*pack*"`
To filter the results of your request to packages with the annotation
key-value pair [`external_link`: `external_link_value`], append the
following filter expression to your request":
* `"annotations.external_link:external_link_value"`
To filter the results just for a specific annotation key `external_link`,
append the following filter expression to your request:
* `"annotations.external_link"`
If the annotation key or value contains special characters, you can escape
them by surrounding the value with backticks. For example, to filter the
results of your request to packages with the annotation key-value pair
[`external.link`:`https://example.com/my-package`], append the following
filter expression to your request:
* `` "annotations.`external.link`:`https://example.com/my-package`" ``
You can also filter with annotations with a wildcard to
match any number of characters before or after the value:
* `` "annotations.*_link:`*example.com*`" ``
Generated from protobuf field <code>string filter = 4 [(.google.api.field_behavior) = OPTIONAL];</code>
@return string | getFilter | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function setFilter($var)
{
GPBUtil::checkString($var, True);
$this->filter = $var;
return $this;
} | Optional. An expression for filtering the results of the request. Filter
rules are case insensitive. The fields eligible for filtering are:
* `name`
* `annotations`
Examples of using a filter:
To filter the results of your request to packages with the name
`my-package` in project `my-project` in the `us-central` region, in
repository `my-repo`, append the following filter expression to your
request:
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-package"`
You can also use wildcards to match any number of characters before or
after the value:
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/my-*"`
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/*package"`
* `name="projects/my-project/locations/us-central1/repositories/my-repo/packages/*pack*"`
To filter the results of your request to packages with the annotation
key-value pair [`external_link`: `external_link_value`], append the
following filter expression to your request":
* `"annotations.external_link:external_link_value"`
To filter the results just for a specific annotation key `external_link`,
append the following filter expression to your request:
* `"annotations.external_link"`
If the annotation key or value contains special characters, you can escape
them by surrounding the value with backticks. For example, to filter the
results of your request to packages with the annotation key-value pair
[`external.link`:`https://example.com/my-package`], append the following
filter expression to your request:
* `` "annotations.`external.link`:`https://example.com/my-package`" ``
You can also filter with annotations with a wildcard to
match any number of characters before or after the value:
* `` "annotations.*_link:`*example.com*`" ``
Generated from protobuf field <code>string filter = 4 [(.google.api.field_behavior) = OPTIONAL];</code>
@param string $var
@return $this | setFilter | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function getOrderBy()
{
return $this->order_by;
} | Optional. The field to order the results by.
Generated from protobuf field <code>string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];</code>
@return string | getOrderBy | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function setOrderBy($var)
{
GPBUtil::checkString($var, True);
$this->order_by = $var;
return $this;
} | Optional. The field to order the results by.
Generated from protobuf field <code>string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];</code>
@param string $var
@return $this | setOrderBy | php | googleapis/google-cloud-php | ArtifactRegistry/src/V1/ListPackagesRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ArtifactRegistry/src/V1/ListPackagesRequest.php | Apache-2.0 |
public function getRevisions()
{
return $this->revisions;
} | The resulting list of Revisions.
Generated from protobuf field <code>repeated .google.cloud.run.v2.Revision revisions = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getRevisions | php | googleapis/google-cloud-php | Run/src/V2/ListRevisionsResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/Run/src/V2/ListRevisionsResponse.php | Apache-2.0 |
public function setRevisions($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Run\V2\Revision::class);
$this->revisions = $arr;
return $this;
} | The resulting list of Revisions.
Generated from protobuf field <code>repeated .google.cloud.run.v2.Revision revisions = 1;</code>
@param array<\Google\Cloud\Run\V2\Revision>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setRevisions | php | googleapis/google-cloud-php | Run/src/V2/ListRevisionsResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/Run/src/V2/ListRevisionsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->next_page_token;
} | A token indicating there are more items than page_size. Use it in the next
ListRevisions request to continue.
Generated from protobuf field <code>string next_page_token = 2;</code>
@return string | getNextPageToken | php | googleapis/google-cloud-php | Run/src/V2/ListRevisionsResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/Run/src/V2/ListRevisionsResponse.php | Apache-2.0 |
public function setNextPageToken($var)
{
GPBUtil::checkString($var, True);
$this->next_page_token = $var;
return $this;
} | A token indicating there are more items than page_size. Use it in the next
ListRevisions request to continue.
Generated from protobuf field <code>string next_page_token = 2;</code>
@param string $var
@return $this | setNextPageToken | php | googleapis/google-cloud-php | Run/src/V2/ListRevisionsResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/Run/src/V2/ListRevisionsResponse.php | Apache-2.0 |
public function getTrainingDataItemsCount()
{
return $this->training_data_items_count;
} | Number of DataItems that were used for training this Model.
Generated from protobuf field <code>int64 training_data_items_count = 1;</code>
@return int|string | getTrainingDataItemsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function setTrainingDataItemsCount($var)
{
GPBUtil::checkInt64($var);
$this->training_data_items_count = $var;
return $this;
} | Number of DataItems that were used for training this Model.
Generated from protobuf field <code>int64 training_data_items_count = 1;</code>
@param int|string $var
@return $this | setTrainingDataItemsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function getValidationDataItemsCount()
{
return $this->validation_data_items_count;
} | Number of DataItems that were used for validating this Model during
training.
Generated from protobuf field <code>int64 validation_data_items_count = 2;</code>
@return int|string | getValidationDataItemsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function setValidationDataItemsCount($var)
{
GPBUtil::checkInt64($var);
$this->validation_data_items_count = $var;
return $this;
} | Number of DataItems that were used for validating this Model during
training.
Generated from protobuf field <code>int64 validation_data_items_count = 2;</code>
@param int|string $var
@return $this | setValidationDataItemsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function getTestDataItemsCount()
{
return $this->test_data_items_count;
} | Number of DataItems that were used for evaluating this Model. If the
Model is evaluated multiple times, this will be the number of test
DataItems used by the first evaluation. If the Model is not evaluated,
the number is 0.
Generated from protobuf field <code>int64 test_data_items_count = 3;</code>
@return int|string | getTestDataItemsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function setTestDataItemsCount($var)
{
GPBUtil::checkInt64($var);
$this->test_data_items_count = $var;
return $this;
} | Number of DataItems that were used for evaluating this Model. If the
Model is evaluated multiple times, this will be the number of test
DataItems used by the first evaluation. If the Model is not evaluated,
the number is 0.
Generated from protobuf field <code>int64 test_data_items_count = 3;</code>
@param int|string $var
@return $this | setTestDataItemsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function getTrainingAnnotationsCount()
{
return $this->training_annotations_count;
} | Number of Annotations that are used for training this Model.
Generated from protobuf field <code>int64 training_annotations_count = 4;</code>
@return int|string | getTrainingAnnotationsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function setTrainingAnnotationsCount($var)
{
GPBUtil::checkInt64($var);
$this->training_annotations_count = $var;
return $this;
} | Number of Annotations that are used for training this Model.
Generated from protobuf field <code>int64 training_annotations_count = 4;</code>
@param int|string $var
@return $this | setTrainingAnnotationsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function getValidationAnnotationsCount()
{
return $this->validation_annotations_count;
} | Number of Annotations that are used for validating this Model during
training.
Generated from protobuf field <code>int64 validation_annotations_count = 5;</code>
@return int|string | getValidationAnnotationsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function setValidationAnnotationsCount($var)
{
GPBUtil::checkInt64($var);
$this->validation_annotations_count = $var;
return $this;
} | Number of Annotations that are used for validating this Model during
training.
Generated from protobuf field <code>int64 validation_annotations_count = 5;</code>
@param int|string $var
@return $this | setValidationAnnotationsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function getTestAnnotationsCount()
{
return $this->test_annotations_count;
} | Number of Annotations that are used for evaluating this Model. If the
Model is evaluated multiple times, this will be the number of test
Annotations used by the first evaluation. If the Model is not evaluated,
the number is 0.
Generated from protobuf field <code>int64 test_annotations_count = 6;</code>
@return int|string | getTestAnnotationsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function setTestAnnotationsCount($var)
{
GPBUtil::checkInt64($var);
$this->test_annotations_count = $var;
return $this;
} | Number of Annotations that are used for evaluating this Model. If the
Model is evaluated multiple times, this will be the number of test
Annotations used by the first evaluation. If the Model is not evaluated,
the number is 0.
Generated from protobuf field <code>int64 test_annotations_count = 6;</code>
@param int|string $var
@return $this | setTestAnnotationsCount | php | googleapis/google-cloud-php | AiPlatform/src/V1/Model/DataStats.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/Model/DataStats.php | Apache-2.0 |
public function getText()
{
return $this->readOneof(1);
} | Inline text.
Generated from protobuf field <code>string text = 1;</code>
@return string | getText | php | googleapis/google-cloud-php | DiscoveryEngine/src/V1/GroundedGenerationContent/Part.php | https://github.com/googleapis/google-cloud-php/blob/master/DiscoveryEngine/src/V1/GroundedGenerationContent/Part.php | Apache-2.0 |
public function setText($var)
{
GPBUtil::checkString($var, True);
$this->writeOneof(1, $var);
return $this;
} | Inline text.
Generated from protobuf field <code>string text = 1;</code>
@param string $var
@return $this | setText | php | googleapis/google-cloud-php | DiscoveryEngine/src/V1/GroundedGenerationContent/Part.php | https://github.com/googleapis/google-cloud-php/blob/master/DiscoveryEngine/src/V1/GroundedGenerationContent/Part.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | Required. Name of the resource.
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 | MigrationCenter/src/V1/GetReportConfigRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/MigrationCenter/src/V1/GetReportConfigRequest.php | Apache-2.0 |
public function setName($var)
{
GPBUtil::checkString($var, True);
$this->name = $var;
return $this;
} | Required. Name of the resource.
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 | MigrationCenter/src/V1/GetReportConfigRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/MigrationCenter/src/V1/GetReportConfigRequest.php | Apache-2.0 |
public function getDumpFilePath()
{
return $this->dump_file_path;
} | Path to a SQL dump file in Google Cloud Storage from which the replica
instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported.
Dumps have the binlog co-ordinates from which replication
begins. This can be accomplished by setting --master-data to 1 when using
mysqldump.
Generated from protobuf field <code>string dump_file_path = 1;</code>
@return string | getDumpFilePath | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setDumpFilePath($var)
{
GPBUtil::checkString($var, True);
$this->dump_file_path = $var;
return $this;
} | Path to a SQL dump file in Google Cloud Storage from which the replica
instance is to be created. The URI is in the form gs://bucketName/fileName.
Compressed gzip files (.gz) are also supported.
Dumps have the binlog co-ordinates from which replication
begins. This can be accomplished by setting --master-data to 1 when using
mysqldump.
Generated from protobuf field <code>string dump_file_path = 1;</code>
@param string $var
@return $this | setDumpFilePath | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getUsername()
{
return $this->username;
} | The username for the replication connection.
Generated from protobuf field <code>string username = 2;</code>
@return string | getUsername | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setUsername($var)
{
GPBUtil::checkString($var, True);
$this->username = $var;
return $this;
} | The username for the replication connection.
Generated from protobuf field <code>string username = 2;</code>
@param string $var
@return $this | setUsername | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getPassword()
{
return $this->password;
} | The password for the replication connection.
Generated from protobuf field <code>string password = 3;</code>
@return string | getPassword | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setPassword($var)
{
GPBUtil::checkString($var, True);
$this->password = $var;
return $this;
} | The password for the replication connection.
Generated from protobuf field <code>string password = 3;</code>
@param string $var
@return $this | setPassword | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getConnectRetryInterval()
{
return $this->connect_retry_interval;
} | Seconds to wait between connect retries. MySQL's default is 60 seconds.
Generated from protobuf field <code>.google.protobuf.Int32Value connect_retry_interval = 4;</code>
@return \Google\Protobuf\Int32Value|null | getConnectRetryInterval | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getConnectRetryIntervalUnwrapped()
{
return $this->readWrapperValue("connect_retry_interval");
} | Returns the unboxed value from <code>getConnectRetryInterval()</code>
Seconds to wait between connect retries. MySQL's default is 60 seconds.
Generated from protobuf field <code>.google.protobuf.Int32Value connect_retry_interval = 4;</code>
@return int|null | getConnectRetryIntervalUnwrapped | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setConnectRetryInterval($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\Int32Value::class);
$this->connect_retry_interval = $var;
return $this;
} | Seconds to wait between connect retries. MySQL's default is 60 seconds.
Generated from protobuf field <code>.google.protobuf.Int32Value connect_retry_interval = 4;</code>
@param \Google\Protobuf\Int32Value $var
@return $this | setConnectRetryInterval | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setConnectRetryIntervalUnwrapped($var)
{
$this->writeWrapperValue("connect_retry_interval", $var);
return $this;} | Sets the field by wrapping a primitive type in a Google\Protobuf\Int32Value object.
Seconds to wait between connect retries. MySQL's default is 60 seconds.
Generated from protobuf field <code>.google.protobuf.Int32Value connect_retry_interval = 4;</code>
@param int|null $var
@return $this | setConnectRetryIntervalUnwrapped | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getMasterHeartbeatPeriod()
{
return $this->master_heartbeat_period;
} | Interval in milliseconds between replication heartbeats.
Generated from protobuf field <code>.google.protobuf.Int64Value master_heartbeat_period = 5;</code>
@return \Google\Protobuf\Int64Value|null | getMasterHeartbeatPeriod | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getMasterHeartbeatPeriodUnwrapped()
{
return $this->readWrapperValue("master_heartbeat_period");
} | Returns the unboxed value from <code>getMasterHeartbeatPeriod()</code>
Interval in milliseconds between replication heartbeats.
Generated from protobuf field <code>.google.protobuf.Int64Value master_heartbeat_period = 5;</code>
@return int|string|null | getMasterHeartbeatPeriodUnwrapped | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setMasterHeartbeatPeriod($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\Int64Value::class);
$this->master_heartbeat_period = $var;
return $this;
} | Interval in milliseconds between replication heartbeats.
Generated from protobuf field <code>.google.protobuf.Int64Value master_heartbeat_period = 5;</code>
@param \Google\Protobuf\Int64Value $var
@return $this | setMasterHeartbeatPeriod | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setMasterHeartbeatPeriodUnwrapped($var)
{
$this->writeWrapperValue("master_heartbeat_period", $var);
return $this;} | Sets the field by wrapping a primitive type in a Google\Protobuf\Int64Value object.
Interval in milliseconds between replication heartbeats.
Generated from protobuf field <code>.google.protobuf.Int64Value master_heartbeat_period = 5;</code>
@param int|string|null $var
@return $this | setMasterHeartbeatPeriodUnwrapped | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getCaCertificate()
{
return $this->ca_certificate;
} | PEM representation of the trusted CA's x509 certificate.
Generated from protobuf field <code>string ca_certificate = 6;</code>
@return string | getCaCertificate | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setCaCertificate($var)
{
GPBUtil::checkString($var, True);
$this->ca_certificate = $var;
return $this;
} | PEM representation of the trusted CA's x509 certificate.
Generated from protobuf field <code>string ca_certificate = 6;</code>
@param string $var
@return $this | setCaCertificate | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getClientCertificate()
{
return $this->client_certificate;
} | PEM representation of the replica's x509 certificate.
Generated from protobuf field <code>string client_certificate = 7;</code>
@return string | getClientCertificate | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setClientCertificate($var)
{
GPBUtil::checkString($var, True);
$this->client_certificate = $var;
return $this;
} | PEM representation of the replica's x509 certificate.
Generated from protobuf field <code>string client_certificate = 7;</code>
@param string $var
@return $this | setClientCertificate | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getClientKey()
{
return $this->client_key;
} | PEM representation of the replica's private key. The corresponsing public
key is encoded in the client's certificate.
Generated from protobuf field <code>string client_key = 8;</code>
@return string | getClientKey | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setClientKey($var)
{
GPBUtil::checkString($var, True);
$this->client_key = $var;
return $this;
} | PEM representation of the replica's private key. The corresponsing public
key is encoded in the client's certificate.
Generated from protobuf field <code>string client_key = 8;</code>
@param string $var
@return $this | setClientKey | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getSslCipher()
{
return $this->ssl_cipher;
} | A list of permissible ciphers to use for SSL encryption.
Generated from protobuf field <code>string ssl_cipher = 9;</code>
@return string | getSslCipher | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setSslCipher($var)
{
GPBUtil::checkString($var, True);
$this->ssl_cipher = $var;
return $this;
} | A list of permissible ciphers to use for SSL encryption.
Generated from protobuf field <code>string ssl_cipher = 9;</code>
@param string $var
@return $this | setSslCipher | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getVerifyServerCertificate()
{
return $this->verify_server_certificate;
} | Whether or not to check the primary instance's Common Name value in the
certificate that it sends during the SSL handshake.
Generated from protobuf field <code>.google.protobuf.BoolValue verify_server_certificate = 10;</code>
@return \Google\Protobuf\BoolValue|null | getVerifyServerCertificate | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getVerifyServerCertificateUnwrapped()
{
return $this->readWrapperValue("verify_server_certificate");
} | Returns the unboxed value from <code>getVerifyServerCertificate()</code>
Whether or not to check the primary instance's Common Name value in the
certificate that it sends during the SSL handshake.
Generated from protobuf field <code>.google.protobuf.BoolValue verify_server_certificate = 10;</code>
@return bool|null | getVerifyServerCertificateUnwrapped | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setVerifyServerCertificate($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\BoolValue::class);
$this->verify_server_certificate = $var;
return $this;
} | Whether or not to check the primary instance's Common Name value in the
certificate that it sends during the SSL handshake.
Generated from protobuf field <code>.google.protobuf.BoolValue verify_server_certificate = 10;</code>
@param \Google\Protobuf\BoolValue $var
@return $this | setVerifyServerCertificate | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setVerifyServerCertificateUnwrapped($var)
{
$this->writeWrapperValue("verify_server_certificate", $var);
return $this;} | Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
Whether or not to check the primary instance's Common Name value in the
certificate that it sends during the SSL handshake.
Generated from protobuf field <code>.google.protobuf.BoolValue verify_server_certificate = 10;</code>
@param bool|null $var
@return $this | setVerifyServerCertificateUnwrapped | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getKind()
{
return $this->kind;
} | This is always `sql#mysqlReplicaConfiguration`.
Generated from protobuf field <code>string kind = 11;</code>
@return string | getKind | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function setKind($var)
{
GPBUtil::checkString($var, True);
$this->kind = $var;
return $this;
} | This is always `sql#mysqlReplicaConfiguration`.
Generated from protobuf field <code>string kind = 11;</code>
@param string $var
@return $this | setKind | php | googleapis/google-cloud-php | SqlAdmin/src/V1/MySqlReplicaConfiguration.php | https://github.com/googleapis/google-cloud-php/blob/master/SqlAdmin/src/V1/MySqlReplicaConfiguration.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The repository in which to list workflow configs. Must be in the
format `projects/*/locations/*/repositories/*`.
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 | Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The repository in which to list workflow configs. Must be in the
format `projects/*/locations/*/repositories/*`.
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 | Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | Apache-2.0 |
public function getPageSize()
{
return $this->page_size;
} | Optional. Maximum number of workflow configs to return. The server may
return fewer items than requested. If unspecified, the server will pick an
appropriate default.
Generated from protobuf field <code>int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@return int | getPageSize | php | googleapis/google-cloud-php | Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | Apache-2.0 |
public function setPageSize($var)
{
GPBUtil::checkInt32($var);
$this->page_size = $var;
return $this;
} | Optional. Maximum number of workflow configs to return. The server may
return fewer items than requested. If unspecified, the server will pick an
appropriate default.
Generated from protobuf field <code>int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];</code>
@param int $var
@return $this | setPageSize | php | googleapis/google-cloud-php | Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | Apache-2.0 |
public function getPageToken()
{
return $this->page_token;
} | Optional. Page token received from a previous `ListWorkflowConfigs` call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to `ListWorkflowConfigs`,
with the exception of `page_size`, must match the call that provided the
page token.
Generated from protobuf field <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@return string | getPageToken | php | googleapis/google-cloud-php | Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | Apache-2.0 |
public function setPageToken($var)
{
GPBUtil::checkString($var, True);
$this->page_token = $var;
return $this;
} | Optional. Page token received from a previous `ListWorkflowConfigs` call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to `ListWorkflowConfigs`,
with the exception of `page_size`, must match the call that provided the
page token.
Generated from protobuf field <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@param string $var
@return $this | setPageToken | php | googleapis/google-cloud-php | Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataform/src/V1beta1/ListWorkflowConfigsRequest.php | Apache-2.0 |
public function getWorkloadPool()
{
return $this->workload_pool;
} | The workload pool to attach all Kubernetes service accounts to.
Generated from protobuf field <code>string workload_pool = 2;</code>
@return string | getWorkloadPool | php | googleapis/google-cloud-php | Container/src/V1/WorkloadIdentityConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Container/src/V1/WorkloadIdentityConfig.php | Apache-2.0 |
public function setWorkloadPool($var)
{
GPBUtil::checkString($var, True);
$this->workload_pool = $var;
return $this;
} | The workload pool to attach all Kubernetes service accounts to.
Generated from protobuf field <code>string workload_pool = 2;</code>
@param string $var
@return $this | setWorkloadPool | php | googleapis/google-cloud-php | Container/src/V1/WorkloadIdentityConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Container/src/V1/WorkloadIdentityConfig.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The parent, which owns this collection of APIs.
Format: `projects/*/locations/*`
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 | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The parent, which owns this collection of APIs.
Format: `projects/*/locations/*`
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 | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function getPageSize()
{
return $this->page_size;
} | The maximum number of APIs to return.
The service may return fewer than this value.
If unspecified, at most 50 values will be returned.
The maximum is 1000; values above 1000 will be coerced to 1000.
Generated from protobuf field <code>int32 page_size = 2;</code>
@return int | getPageSize | php | googleapis/google-cloud-php | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function setPageSize($var)
{
GPBUtil::checkInt32($var);
$this->page_size = $var;
return $this;
} | The maximum number of APIs to return.
The service may return fewer than this value.
If unspecified, at most 50 values will be returned.
The maximum is 1000; values above 1000 will be coerced to 1000.
Generated from protobuf field <code>int32 page_size = 2;</code>
@param int $var
@return $this | setPageSize | php | googleapis/google-cloud-php | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function getPageToken()
{
return $this->page_token;
} | A page token, received from a previous `ListApis` call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to `ListApis` must match
the call that provided the page token.
Generated from protobuf field <code>string page_token = 3;</code>
@return string | getPageToken | php | googleapis/google-cloud-php | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function setPageToken($var)
{
GPBUtil::checkString($var, True);
$this->page_token = $var;
return $this;
} | A page token, received from a previous `ListApis` call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to `ListApis` must match
the call that provided the page token.
Generated from protobuf field <code>string page_token = 3;</code>
@param string $var
@return $this | setPageToken | php | googleapis/google-cloud-php | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | An expression that can be used to filter the list. Filters use the Common
Expression Language and can refer to all message fields.
Generated from protobuf field <code>string filter = 4;</code>
@return string | getFilter | php | googleapis/google-cloud-php | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function setFilter($var)
{
GPBUtil::checkString($var, True);
$this->filter = $var;
return $this;
} | An expression that can be used to filter the list. Filters use the Common
Expression Language and can refer to all message fields.
Generated from protobuf field <code>string filter = 4;</code>
@param string $var
@return $this | setFilter | php | googleapis/google-cloud-php | ApigeeRegistry/src/V1/ListApisRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/ApigeeRegistry/src/V1/ListApisRequest.php | Apache-2.0 |
public function getAlias()
{
return $this->alias;
} | The alias in the form of `processor_version` resource name.
Generated from protobuf field <code>string alias = 1;</code>
@return string | getAlias | php | googleapis/google-cloud-php | DocumentAi/src/V1/ProcessorVersionAlias.php | https://github.com/googleapis/google-cloud-php/blob/master/DocumentAi/src/V1/ProcessorVersionAlias.php | Apache-2.0 |
public function setAlias($var)
{
GPBUtil::checkString($var, True);
$this->alias = $var;
return $this;
} | The alias in the form of `processor_version` resource name.
Generated from protobuf field <code>string alias = 1;</code>
@param string $var
@return $this | setAlias | php | googleapis/google-cloud-php | DocumentAi/src/V1/ProcessorVersionAlias.php | https://github.com/googleapis/google-cloud-php/blob/master/DocumentAi/src/V1/ProcessorVersionAlias.php | Apache-2.0 |
public function getProcessorVersion()
{
return $this->processor_version;
} | The resource name of aliased processor version.
Generated from protobuf field <code>string processor_version = 2 [(.google.api.resource_reference) = {</code>
@return string | getProcessorVersion | php | googleapis/google-cloud-php | DocumentAi/src/V1/ProcessorVersionAlias.php | https://github.com/googleapis/google-cloud-php/blob/master/DocumentAi/src/V1/ProcessorVersionAlias.php | Apache-2.0 |
public function setProcessorVersion($var)
{
GPBUtil::checkString($var, True);
$this->processor_version = $var;
return $this;
} | The resource name of aliased processor version.
Generated from protobuf field <code>string processor_version = 2 [(.google.api.resource_reference) = {</code>
@param string $var
@return $this | setProcessorVersion | php | googleapis/google-cloud-php | DocumentAi/src/V1/ProcessorVersionAlias.php | https://github.com/googleapis/google-cloud-php/blob/master/DocumentAi/src/V1/ProcessorVersionAlias.php | Apache-2.0 |
public function getEndpoint()
{
return $this->endpoint;
} | The ml.googleapis.com endpoint that this model Version currently lives
in.
Example values:
* ml.googleapis.com
* us-centrall-ml.googleapis.com
* europe-west4-ml.googleapis.com
* asia-east1-ml.googleapis.com
Generated from protobuf field <code>string endpoint = 1;</code>
@return string | getEndpoint | php | googleapis/google-cloud-php | AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | Apache-2.0 |
public function setEndpoint($var)
{
GPBUtil::checkString($var, True);
$this->endpoint = $var;
return $this;
} | The ml.googleapis.com endpoint that this model Version currently lives
in.
Example values:
* ml.googleapis.com
* us-centrall-ml.googleapis.com
* europe-west4-ml.googleapis.com
* asia-east1-ml.googleapis.com
Generated from protobuf field <code>string endpoint = 1;</code>
@param string $var
@return $this | setEndpoint | php | googleapis/google-cloud-php | AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | Apache-2.0 |
public function getVersion()
{
return $this->version;
} | Full resource name of ml engine model Version.
Format: `projects/{project}/models/{model}/versions/{version}`.
Generated from protobuf field <code>string version = 2 [(.google.api.resource_reference) = {</code>
@return string | getVersion | php | googleapis/google-cloud-php | AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | Apache-2.0 |
public function setVersion($var)
{
GPBUtil::checkString($var, True);
$this->version = $var;
return $this;
} | Full resource name of ml engine model Version.
Format: `projects/{project}/models/{model}/versions/{version}`.
Generated from protobuf field <code>string version = 2 [(.google.api.resource_reference) = {</code>
@param string $var
@return $this | setVersion | php | googleapis/google-cloud-php | AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/MigratableResource/MlEngineModelVersion.php | Apache-2.0 |
public function getSpaces()
{
return $this->spaces;
} | List of spaces in the requested (or first) page.
Note: The `permissionSettings` field is not returned in the Space
object for list requests.
Generated from protobuf field <code>repeated .google.chat.v1.Space spaces = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getSpaces | php | googleapis/google-cloud-php | AppsChat/src/Chat/V1/ListSpacesResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/AppsChat/src/Chat/V1/ListSpacesResponse.php | Apache-2.0 |
public function setSpaces($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Apps\Chat\V1\Space::class);
$this->spaces = $arr;
return $this;
} | List of spaces in the requested (or first) page.
Note: The `permissionSettings` field is not returned in the Space
object for list requests.
Generated from protobuf field <code>repeated .google.chat.v1.Space spaces = 1;</code>
@param array<\Google\Apps\Chat\V1\Space>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setSpaces | php | googleapis/google-cloud-php | AppsChat/src/Chat/V1/ListSpacesResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/AppsChat/src/Chat/V1/ListSpacesResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->next_page_token;
} | You can send a token as `pageToken` to retrieve the next page of
results. If empty, there are no subsequent pages.
Generated from protobuf field <code>string next_page_token = 2;</code>
@return string | getNextPageToken | php | googleapis/google-cloud-php | AppsChat/src/Chat/V1/ListSpacesResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/AppsChat/src/Chat/V1/ListSpacesResponse.php | Apache-2.0 |
public function setNextPageToken($var)
{
GPBUtil::checkString($var, True);
$this->next_page_token = $var;
return $this;
} | You can send a token as `pageToken` to retrieve the next page of
results. If empty, there are no subsequent pages.
Generated from protobuf field <code>string next_page_token = 2;</code>
@param string $var
@return $this | setNextPageToken | php | googleapis/google-cloud-php | AppsChat/src/Chat/V1/ListSpacesResponse.php | https://github.com/googleapis/google-cloud-php/blob/master/AppsChat/src/Chat/V1/ListSpacesResponse.php | Apache-2.0 |
public function getHost()
{
return isset($this->host) ? $this->host : '';
} | The value of the host header in the HTTP/2 health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
Generated from protobuf field <code>optional string host = 3208616;</code>
@return string | getHost | php | googleapis/google-cloud-php | Compute/src/V1/HTTP2HealthCheck.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/HTTP2HealthCheck.php | Apache-2.0 |
public function setHost($var)
{
GPBUtil::checkString($var, True);
$this->host = $var;
return $this;
} | The value of the host header in the HTTP/2 health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
Generated from protobuf field <code>optional string host = 3208616;</code>
@param string $var
@return $this | setHost | php | googleapis/google-cloud-php | Compute/src/V1/HTTP2HealthCheck.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/HTTP2HealthCheck.php | Apache-2.0 |
public function getPort()
{
return isset($this->port) ? $this->port : 0;
} | The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
Generated from protobuf field <code>optional int32 port = 3446913;</code>
@return int | getPort | php | googleapis/google-cloud-php | Compute/src/V1/HTTP2HealthCheck.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/HTTP2HealthCheck.php | Apache-2.0 |
public function setPort($var)
{
GPBUtil::checkInt32($var);
$this->port = $var;
return $this;
} | The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
Generated from protobuf field <code>optional int32 port = 3446913;</code>
@param int $var
@return $this | setPort | php | googleapis/google-cloud-php | Compute/src/V1/HTTP2HealthCheck.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/HTTP2HealthCheck.php | Apache-2.0 |
public function getPortName()
{
return isset($this->port_name) ? $this->port_name : '';
} | Not supported.
Generated from protobuf field <code>optional string port_name = 41534345;</code>
@return string | getPortName | php | googleapis/google-cloud-php | Compute/src/V1/HTTP2HealthCheck.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/HTTP2HealthCheck.php | Apache-2.0 |
public function setPortName($var)
{
GPBUtil::checkString($var, True);
$this->port_name = $var;
return $this;
} | Not supported.
Generated from protobuf field <code>optional string port_name = 41534345;</code>
@param string $var
@return $this | setPortName | php | googleapis/google-cloud-php | Compute/src/V1/HTTP2HealthCheck.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/HTTP2HealthCheck.php | Apache-2.0 |
public function getPortSpecification()
{
return isset($this->port_specification) ? $this->port_specification : '';
} | Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for passthrough load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for passthrough load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
Check the PortSpecification enum for the list of possible values.
Generated from protobuf field <code>optional string port_specification = 51590597;</code>
@return string | getPortSpecification | php | googleapis/google-cloud-php | Compute/src/V1/HTTP2HealthCheck.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/HTTP2HealthCheck.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.