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 setSmartReplyMetrics($var) { GPBUtil::checkMessage($var, \Google\Cloud\Dialogflow\V2\SmartReplyMetrics::class); $this->writeOneof(5, $var); return $this; }
Output only. Only available when model is for smart reply. Generated from protobuf field <code>.google.cloud.dialogflow.v2.SmartReplyMetrics smart_reply_metrics = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> @param \Google\Cloud\Dialogflow\V2\SmartReplyMetrics $var @return $this
setSmartReplyMetrics
php
googleapis/google-cloud-php
Dialogflow/src/V2/ConversationModelEvaluation.php
https://github.com/googleapis/google-cloud-php/blob/master/Dialogflow/src/V2/ConversationModelEvaluation.php
Apache-2.0
public function getRawHumanEvalTemplateCsv() { return $this->raw_human_eval_template_csv; }
Output only. Human eval template in csv format. It takes real-world conversations provided through input dataset, generates example suggestions for customer to verify quality of the model. For Smart Reply, the generated csv file contains columns of Context, (Suggestions,Q1,Q2)*3, Actual reply. Context contains at most 10 latest messages in the conversation prior to the current suggestion. Q1: "Would you send it as the next message of agent?" Evaluated based on whether the suggest is appropriate to be sent by agent in current context. Q2: "Does the suggestion move the conversation closer to resolution?" Evaluated based on whether the suggestion provide solutions, or answers customer's question or collect information from customer to resolve the customer's issue. Actual reply column contains the actual agent reply sent in the context. Generated from protobuf field <code>string raw_human_eval_template_csv = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> @return string
getRawHumanEvalTemplateCsv
php
googleapis/google-cloud-php
Dialogflow/src/V2/ConversationModelEvaluation.php
https://github.com/googleapis/google-cloud-php/blob/master/Dialogflow/src/V2/ConversationModelEvaluation.php
Apache-2.0
public function setRawHumanEvalTemplateCsv($var) { GPBUtil::checkString($var, True); $this->raw_human_eval_template_csv = $var; return $this; }
Output only. Human eval template in csv format. It takes real-world conversations provided through input dataset, generates example suggestions for customer to verify quality of the model. For Smart Reply, the generated csv file contains columns of Context, (Suggestions,Q1,Q2)*3, Actual reply. Context contains at most 10 latest messages in the conversation prior to the current suggestion. Q1: "Would you send it as the next message of agent?" Evaluated based on whether the suggest is appropriate to be sent by agent in current context. Q2: "Does the suggestion move the conversation closer to resolution?" Evaluated based on whether the suggestion provide solutions, or answers customer's question or collect information from customer to resolve the customer's issue. Actual reply column contains the actual agent reply sent in the context. Generated from protobuf field <code>string raw_human_eval_template_csv = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> @param string $var @return $this
setRawHumanEvalTemplateCsv
php
googleapis/google-cloud-php
Dialogflow/src/V2/ConversationModelEvaluation.php
https://github.com/googleapis/google-cloud-php/blob/master/Dialogflow/src/V2/ConversationModelEvaluation.php
Apache-2.0
public function getDestination() { return $this->destination; }
[Marketing methods](https://support.google.com/merchants/answer/15130232) (also known as destination) selections. Generated from protobuf field <code>.google.shopping.type.Destination.DestinationEnum destination = 1;</code> @return int
getDestination
php
googleapis/google-cloud-php
ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
Apache-2.0
public function setDestination($var) { GPBUtil::checkEnum($var, \Google\Shopping\Type\Destination\DestinationEnum::class); $this->destination = $var; return $this; }
[Marketing methods](https://support.google.com/merchants/answer/15130232) (also known as destination) selections. Generated from protobuf field <code>.google.shopping.type.Destination.DestinationEnum destination = 1;</code> @param int $var @return $this
setDestination
php
googleapis/google-cloud-php
ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
Apache-2.0
public function getState() { return $this->state; }
The state of the destination. Generated from protobuf field <code>.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination.State state = 2;</code> @return int
getState
php
googleapis/google-cloud-php
ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
Apache-2.0
public function setState($var) { GPBUtil::checkEnum($var, \Google\Shopping\Merchant\DataSources\V1beta\PrimaryProductDataSource\Destination\State::class); $this->state = $var; return $this; }
The state of the destination. Generated from protobuf field <code>.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination.State state = 2;</code> @param int $var @return $this
setState
php
googleapis/google-cloud-php
ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
https://github.com/googleapis/google-cloud-php/blob/master/ShoppingMerchantDataSources/src/V1beta/PrimaryProductDataSource/Destination.php
Apache-2.0
public function getServiceAccountEmail() { return $this->service_account_email; }
[Service account email](https://cloud.google.com/iam/docs/service-accounts) to be used for generating OAuth token. The service account must be within the same project as the queue. The caller must have iam.serviceAccounts.actAs permission for the service account. Generated from protobuf field <code>string service_account_email = 1;</code> @return string
getServiceAccountEmail
php
googleapis/google-cloud-php
Tasks/src/V2/OAuthToken.php
https://github.com/googleapis/google-cloud-php/blob/master/Tasks/src/V2/OAuthToken.php
Apache-2.0
public function setServiceAccountEmail($var) { GPBUtil::checkString($var, True); $this->service_account_email = $var; return $this; }
[Service account email](https://cloud.google.com/iam/docs/service-accounts) to be used for generating OAuth token. The service account must be within the same project as the queue. The caller must have iam.serviceAccounts.actAs permission for the service account. Generated from protobuf field <code>string service_account_email = 1;</code> @param string $var @return $this
setServiceAccountEmail
php
googleapis/google-cloud-php
Tasks/src/V2/OAuthToken.php
https://github.com/googleapis/google-cloud-php/blob/master/Tasks/src/V2/OAuthToken.php
Apache-2.0
public function getScope() { return $this->scope; }
OAuth scope to be used for generating OAuth access token. If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used. Generated from protobuf field <code>string scope = 2;</code> @return string
getScope
php
googleapis/google-cloud-php
Tasks/src/V2/OAuthToken.php
https://github.com/googleapis/google-cloud-php/blob/master/Tasks/src/V2/OAuthToken.php
Apache-2.0
public function setScope($var) { GPBUtil::checkString($var, True); $this->scope = $var; return $this; }
OAuth scope to be used for generating OAuth access token. If not specified, "https://www.googleapis.com/auth/cloud-platform" will be used. Generated from protobuf field <code>string scope = 2;</code> @param string $var @return $this
setScope
php
googleapis/google-cloud-php
Tasks/src/V2/OAuthToken.php
https://github.com/googleapis/google-cloud-php/blob/master/Tasks/src/V2/OAuthToken.php
Apache-2.0
public function getQueryClassificationInfo() { return $this->query_classification_info; }
Query classification information. Generated from protobuf field <code>repeated .google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo query_classification_info = 1;</code> @return \Google\Protobuf\Internal\RepeatedField
getQueryClassificationInfo
php
googleapis/google-cloud-php
DiscoveryEngine/src/V1/Answer/QueryUnderstandingInfo.php
https://github.com/googleapis/google-cloud-php/blob/master/DiscoveryEngine/src/V1/Answer/QueryUnderstandingInfo.php
Apache-2.0
public function setQueryClassificationInfo($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\DiscoveryEngine\V1\Answer\QueryUnderstandingInfo\QueryClassificationInfo::class); $this->query_classification_info = $arr; return $this; }
Query classification information. Generated from protobuf field <code>repeated .google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo query_classification_info = 1;</code> @param array<\Google\Cloud\DiscoveryEngine\V1\Answer\QueryUnderstandingInfo\QueryClassificationInfo>|\Google\Protobuf\Internal\RepeatedField $var @return $this
setQueryClassificationInfo
php
googleapis/google-cloud-php
DiscoveryEngine/src/V1/Answer/QueryUnderstandingInfo.php
https://github.com/googleapis/google-cloud-php/blob/master/DiscoveryEngine/src/V1/Answer/QueryUnderstandingInfo.php
Apache-2.0
public function getParent() { return $this->parent; }
Required. Resource name of the tenant under which the event is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar". 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
Talent/src/V4/CreateClientEventRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Talent/src/V4/CreateClientEventRequest.php
Apache-2.0
public function setParent($var) { GPBUtil::checkString($var, True); $this->parent = $var; return $this; }
Required. Resource name of the tenant under which the event is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar". 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
Talent/src/V4/CreateClientEventRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Talent/src/V4/CreateClientEventRequest.php
Apache-2.0
public function getClientEvent() { return $this->client_event; }
Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution. Generated from protobuf field <code>.google.cloud.talent.v4.ClientEvent client_event = 2 [(.google.api.field_behavior) = REQUIRED];</code> @return \Google\Cloud\Talent\V4\ClientEvent|null
getClientEvent
php
googleapis/google-cloud-php
Talent/src/V4/CreateClientEventRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Talent/src/V4/CreateClientEventRequest.php
Apache-2.0
public function setClientEvent($var) { GPBUtil::checkMessage($var, \Google\Cloud\Talent\V4\ClientEvent::class); $this->client_event = $var; return $this; }
Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution. Generated from protobuf field <code>.google.cloud.talent.v4.ClientEvent client_event = 2 [(.google.api.field_behavior) = REQUIRED];</code> @param \Google\Cloud\Talent\V4\ClientEvent $var @return $this
setClientEvent
php
googleapis/google-cloud-php
Talent/src/V4/CreateClientEventRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Talent/src/V4/CreateClientEventRequest.php
Apache-2.0
public function getField() { return $this->field; }
The field that contains values which monotonically increases over time (e.g. a timestamp column). Generated from protobuf field <code>string field = 1;</code> @return string
getField
php
googleapis/google-cloud-php
Dataplex/src/V1/ScannedData/IncrementalField.php
https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/ScannedData/IncrementalField.php
Apache-2.0
public function setField($var) { GPBUtil::checkString($var, True); $this->field = $var; return $this; }
The field that contains values which monotonically increases over time (e.g. a timestamp column). Generated from protobuf field <code>string field = 1;</code> @param string $var @return $this
setField
php
googleapis/google-cloud-php
Dataplex/src/V1/ScannedData/IncrementalField.php
https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/ScannedData/IncrementalField.php
Apache-2.0
public function getStart() { return $this->start; }
Value that marks the start of the range. Generated from protobuf field <code>string start = 2;</code> @return string
getStart
php
googleapis/google-cloud-php
Dataplex/src/V1/ScannedData/IncrementalField.php
https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/ScannedData/IncrementalField.php
Apache-2.0
public function setStart($var) { GPBUtil::checkString($var, True); $this->start = $var; return $this; }
Value that marks the start of the range. Generated from protobuf field <code>string start = 2;</code> @param string $var @return $this
setStart
php
googleapis/google-cloud-php
Dataplex/src/V1/ScannedData/IncrementalField.php
https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/ScannedData/IncrementalField.php
Apache-2.0
public function getEnd() { return $this->end; }
Value that marks the end of the range. Generated from protobuf field <code>string end = 3;</code> @return string
getEnd
php
googleapis/google-cloud-php
Dataplex/src/V1/ScannedData/IncrementalField.php
https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/ScannedData/IncrementalField.php
Apache-2.0
public function setEnd($var) { GPBUtil::checkString($var, True); $this->end = $var; return $this; }
Value that marks the end of the range. Generated from protobuf field <code>string end = 3;</code> @param string $var @return $this
setEnd
php
googleapis/google-cloud-php
Dataplex/src/V1/ScannedData/IncrementalField.php
https://github.com/googleapis/google-cloud-php/blob/master/Dataplex/src/V1/ScannedData/IncrementalField.php
Apache-2.0
public function getOriginalServingConfig() { return $this->original_serving_config; }
The fully qualified resource name of the original [SearchRequest.placement][google.cloud.retail.v2.SearchRequest.placement] in the search request prior to reassignment by experiment API. For example: `projects/&#42;&#47;locations/&#42;&#47;catalogs/&#42;&#47;servingConfigs/&#42;`. Generated from protobuf field <code>string original_serving_config = 1 [(.google.api.resource_reference) = {</code> @return string
getOriginalServingConfig
php
googleapis/google-cloud-php
Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
https://github.com/googleapis/google-cloud-php/blob/master/Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
Apache-2.0
public function setOriginalServingConfig($var) { GPBUtil::checkString($var, True); $this->original_serving_config = $var; return $this; }
The fully qualified resource name of the original [SearchRequest.placement][google.cloud.retail.v2.SearchRequest.placement] in the search request prior to reassignment by experiment API. For example: `projects/&#42;&#47;locations/&#42;&#47;catalogs/&#42;&#47;servingConfigs/&#42;`. Generated from protobuf field <code>string original_serving_config = 1 [(.google.api.resource_reference) = {</code> @param string $var @return $this
setOriginalServingConfig
php
googleapis/google-cloud-php
Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
https://github.com/googleapis/google-cloud-php/blob/master/Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
Apache-2.0
public function getExperimentServingConfig() { return $this->experiment_serving_config; }
The fully qualified resource name of the serving config [Experiment.VariantArm.serving_config_id][] responsible for generating the search response. For example: `projects/&#42;&#47;locations/&#42;&#47;catalogs/&#42;&#47;servingConfigs/&#42;`. Generated from protobuf field <code>string experiment_serving_config = 2 [(.google.api.resource_reference) = {</code> @return string
getExperimentServingConfig
php
googleapis/google-cloud-php
Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
https://github.com/googleapis/google-cloud-php/blob/master/Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
Apache-2.0
public function setExperimentServingConfig($var) { GPBUtil::checkString($var, True); $this->experiment_serving_config = $var; return $this; }
The fully qualified resource name of the serving config [Experiment.VariantArm.serving_config_id][] responsible for generating the search response. For example: `projects/&#42;&#47;locations/&#42;&#47;catalogs/&#42;&#47;servingConfigs/&#42;`. Generated from protobuf field <code>string experiment_serving_config = 2 [(.google.api.resource_reference) = {</code> @param string $var @return $this
setExperimentServingConfig
php
googleapis/google-cloud-php
Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
https://github.com/googleapis/google-cloud-php/blob/master/Retail/src/V2/ExperimentInfo/ServingConfigExperiment.php
Apache-2.0
public function getName() { return $this->name; }
Optional. The full name of the item. Generated from protobuf field <code>string name = 1 [(.google.api.field_behavior) = OPTIONAL];</code> @return string
getName
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function setName($var) { GPBUtil::checkString($var, True); $this->name = $var; return $this; }
Optional. The full name of the item. Generated from protobuf field <code>string name = 1 [(.google.api.field_behavior) = OPTIONAL];</code> @param string $var @return $this
setName
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function getValue() { return $this->value; }
Optional. The value per item that the user is paying, in the transaction currency, after discounts. Generated from protobuf field <code>double value = 2 [(.google.api.field_behavior) = OPTIONAL];</code> @return float
getValue
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function setValue($var) { GPBUtil::checkDouble($var); $this->value = $var; return $this; }
Optional. The value per item that the user is paying, in the transaction currency, after discounts. Generated from protobuf field <code>double value = 2 [(.google.api.field_behavior) = OPTIONAL];</code> @param float $var @return $this
setValue
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function getQuantity() { return $this->quantity; }
Optional. The quantity of this item that is being purchased. Generated from protobuf field <code>int64 quantity = 3 [(.google.api.field_behavior) = OPTIONAL];</code> @return int|string
getQuantity
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function setQuantity($var) { GPBUtil::checkInt64($var); $this->quantity = $var; return $this; }
Optional. The quantity of this item that is being purchased. Generated from protobuf field <code>int64 quantity = 3 [(.google.api.field_behavior) = OPTIONAL];</code> @param int|string $var @return $this
setQuantity
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function getMerchantAccountId() { return $this->merchant_account_id; }
Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions. Generated from protobuf field <code>string merchant_account_id = 4 [(.google.api.field_behavior) = OPTIONAL];</code> @return string
getMerchantAccountId
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function setMerchantAccountId($var) { GPBUtil::checkString($var, True); $this->merchant_account_id = $var; return $this; }
Optional. When a merchant is specified, its corresponding account_id. Necessary to populate marketplace-style transactions. Generated from protobuf field <code>string merchant_account_id = 4 [(.google.api.field_behavior) = OPTIONAL];</code> @param string $var @return $this
setMerchantAccountId
php
googleapis/google-cloud-php
RecaptchaEnterprise/src/V1/TransactionData/Item.php
https://github.com/googleapis/google-cloud-php/blob/master/RecaptchaEnterprise/src/V1/TransactionData/Item.php
Apache-2.0
public function getDaysInCycle() { return isset($this->days_in_cycle) ? $this->days_in_cycle : 0; }
Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle. Generated from protobuf field <code>optional int32 days_in_cycle = 369790004;</code> @return int
getDaysInCycle
php
googleapis/google-cloud-php
Compute/src/V1/ResourcePolicyDailyCycle.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/ResourcePolicyDailyCycle.php
Apache-2.0
public function setDaysInCycle($var) { GPBUtil::checkInt32($var); $this->days_in_cycle = $var; return $this; }
Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle. Generated from protobuf field <code>optional int32 days_in_cycle = 369790004;</code> @param int $var @return $this
setDaysInCycle
php
googleapis/google-cloud-php
Compute/src/V1/ResourcePolicyDailyCycle.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/ResourcePolicyDailyCycle.php
Apache-2.0
public function getDuration() { return isset($this->duration) ? $this->duration : ''; }
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario. Generated from protobuf field <code>optional string duration = 155471252;</code> @return string
getDuration
php
googleapis/google-cloud-php
Compute/src/V1/ResourcePolicyDailyCycle.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/ResourcePolicyDailyCycle.php
Apache-2.0
public function setDuration($var) { GPBUtil::checkString($var, True); $this->duration = $var; return $this; }
[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario. Generated from protobuf field <code>optional string duration = 155471252;</code> @param string $var @return $this
setDuration
php
googleapis/google-cloud-php
Compute/src/V1/ResourcePolicyDailyCycle.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/ResourcePolicyDailyCycle.php
Apache-2.0
public function getStartTime() { return isset($this->start_time) ? $this->start_time : ''; }
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid. Generated from protobuf field <code>optional string start_time = 37467274;</code> @return string
getStartTime
php
googleapis/google-cloud-php
Compute/src/V1/ResourcePolicyDailyCycle.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/ResourcePolicyDailyCycle.php
Apache-2.0
public function setStartTime($var) { GPBUtil::checkString($var, True); $this->start_time = $var; return $this; }
Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid. Generated from protobuf field <code>optional string start_time = 37467274;</code> @param string $var @return $this
setStartTime
php
googleapis/google-cloud-php
Compute/src/V1/ResourcePolicyDailyCycle.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/ResourcePolicyDailyCycle.php
Apache-2.0
public function getEventThreatDetectionCustomModules() { return $this->event_threat_detection_custom_modules; }
Custom modules belonging to the requested parent. Generated from protobuf field <code>repeated .google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;</code> @return \Google\Protobuf\Internal\RepeatedField
getEventThreatDetectionCustomModules
php
googleapis/google-cloud-php
SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
Apache-2.0
public function setEventThreatDetectionCustomModules($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule::class); $this->event_threat_detection_custom_modules = $arr; return $this; }
Custom modules belonging to the requested parent. Generated from protobuf field <code>repeated .google.cloud.securitycenter.v1.EventThreatDetectionCustomModule event_threat_detection_custom_modules = 1;</code> @param array<\Google\Cloud\SecurityCenter\V1\EventThreatDetectionCustomModule>|\Google\Protobuf\Internal\RepeatedField $var @return $this
setEventThreatDetectionCustomModules
php
googleapis/google-cloud-php
SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
Apache-2.0
public function getNextPageToken() { return $this->next_page_token; }
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. Generated from protobuf field <code>string next_page_token = 2;</code> @return string
getNextPageToken
php
googleapis/google-cloud-php
SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
Apache-2.0
public function setNextPageToken($var) { GPBUtil::checkString($var, True); $this->next_page_token = $var; return $this; }
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, 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
SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/ListDescendantEventThreatDetectionCustomModulesResponse.php
Apache-2.0
public function getParent() { return $this->parent; }
Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". 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
TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
Apache-2.0
public function setParent($var) { GPBUtil::checkString($var, True); $this->parent = $var; return $this; }
Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". 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
TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
Apache-2.0
public function getPageSize() { return $this->page_size; }
Optional. The maximum number of deployment revisions to return per page. max page size = 100, default page size = 20. Generated from protobuf field <code>int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];</code> @return int
getPageSize
php
googleapis/google-cloud-php
TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
Apache-2.0
public function setPageSize($var) { GPBUtil::checkInt32($var); $this->page_size = $var; return $this; }
Optional. The maximum number of deployment revisions to return per page. max page size = 100, default page size = 20. Generated from protobuf field <code>int32 page_size = 3 [(.google.api.field_behavior) = OPTIONAL];</code> @param int $var @return $this
setPageSize
php
googleapis/google-cloud-php
TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
Apache-2.0
public function getPageToken() { return $this->page_token; }
Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page. Generated from protobuf field <code>string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];</code> @return string
getPageToken
php
googleapis/google-cloud-php
TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
Apache-2.0
public function setPageToken($var) { GPBUtil::checkString($var, True); $this->page_token = $var; return $this; }
Optional. The page token, received from a previous search call. It can be provided to retrieve the subsequent page. Generated from protobuf field <code>string page_token = 4 [(.google.api.field_behavior) = OPTIONAL];</code> @param string $var @return $this
setPageToken
php
googleapis/google-cloud-php
TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/TelcoAutomation/src/V1/SearchDeploymentRevisionsRequest.php
Apache-2.0
public function getMatchType() { return $this->match_type; }
The match type for this filter. Generated from protobuf field <code>.google.analytics.admin.v1alpha.AccessStringFilter.MatchType match_type = 1;</code> @return int
getMatchType
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
Apache-2.0
public function setMatchType($var) { GPBUtil::checkEnum($var, \Google\Analytics\Admin\V1alpha\AccessStringFilter\MatchType::class); $this->match_type = $var; return $this; }
The match type for this filter. Generated from protobuf field <code>.google.analytics.admin.v1alpha.AccessStringFilter.MatchType match_type = 1;</code> @param int $var @return $this
setMatchType
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
Apache-2.0
public function getValue() { return $this->value; }
The string value used for the matching. Generated from protobuf field <code>string value = 2;</code> @return string
getValue
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
Apache-2.0
public function setValue($var) { GPBUtil::checkString($var, True); $this->value = $var; return $this; }
The string value used for the matching. Generated from protobuf field <code>string value = 2;</code> @param string $var @return $this
setValue
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
Apache-2.0
public function getCaseSensitive() { return $this->case_sensitive; }
If true, the string value is case sensitive. Generated from protobuf field <code>bool case_sensitive = 3;</code> @return bool
getCaseSensitive
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
Apache-2.0
public function setCaseSensitive($var) { GPBUtil::checkBool($var); $this->case_sensitive = $var; return $this; }
If true, the string value is case sensitive. Generated from protobuf field <code>bool case_sensitive = 3;</code> @param bool $var @return $this
setCaseSensitive
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/AccessStringFilter.php
Apache-2.0
public function getClusters() { return $this->clusters; }
The list of Cluster Generated from protobuf field <code>repeated .google.cloud.alloydb.v1.Cluster clusters = 1;</code> @return \Google\Protobuf\Internal\RepeatedField
getClusters
php
googleapis/google-cloud-php
AlloyDb/src/V1/ListClustersResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/AlloyDb/src/V1/ListClustersResponse.php
Apache-2.0
public function setClusters($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\AlloyDb\V1\Cluster::class); $this->clusters = $arr; return $this; }
The list of Cluster Generated from protobuf field <code>repeated .google.cloud.alloydb.v1.Cluster clusters = 1;</code> @param array<\Google\Cloud\AlloyDb\V1\Cluster>|\Google\Protobuf\Internal\RepeatedField $var @return $this
setClusters
php
googleapis/google-cloud-php
AlloyDb/src/V1/ListClustersResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/AlloyDb/src/V1/ListClustersResponse.php
Apache-2.0
public function getNextPageToken() { return $this->next_page_token; }
A token identifying a page of results the server should return. Generated from protobuf field <code>string next_page_token = 2;</code> @return string
getNextPageToken
php
googleapis/google-cloud-php
AlloyDb/src/V1/ListClustersResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/AlloyDb/src/V1/ListClustersResponse.php
Apache-2.0
public function setNextPageToken($var) { GPBUtil::checkString($var, True); $this->next_page_token = $var; return $this; }
A token identifying a page of results the server should return. Generated from protobuf field <code>string next_page_token = 2;</code> @param string $var @return $this
setNextPageToken
php
googleapis/google-cloud-php
AlloyDb/src/V1/ListClustersResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/AlloyDb/src/V1/ListClustersResponse.php
Apache-2.0
public function getUnreachable() { return $this->unreachable; }
Locations that could not be reached. Generated from protobuf field <code>repeated string unreachable = 3;</code> @return \Google\Protobuf\Internal\RepeatedField
getUnreachable
php
googleapis/google-cloud-php
AlloyDb/src/V1/ListClustersResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/AlloyDb/src/V1/ListClustersResponse.php
Apache-2.0
public function setUnreachable($var) { $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING); $this->unreachable = $arr; return $this; }
Locations that could not be reached. Generated from protobuf field <code>repeated string unreachable = 3;</code> @param array<string>|\Google\Protobuf\Internal\RepeatedField $var @return $this
setUnreachable
php
googleapis/google-cloud-php
AlloyDb/src/V1/ListClustersResponse.php
https://github.com/googleapis/google-cloud-php/blob/master/AlloyDb/src/V1/ListClustersResponse.php
Apache-2.0
public function getPageSize() { return $this->page_size; }
Optional. Requested page size. Server may return fewer items than requested. If unspecified, 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
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function setPageSize($var) { GPBUtil::checkInt32($var); $this->page_size = $var; return $this; }
Optional. Requested page size. Server may return fewer items than requested. If unspecified, 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
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function getPageToken() { return $this->page_token; }
Optional. A token identifying a page of results the server should return. Generated from protobuf field <code>string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];</code> @return string
getPageToken
php
googleapis/google-cloud-php
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function setPageToken($var) { GPBUtil::checkString($var, True); $this->page_token = $var; return $this; }
Optional. A token identifying a page of results the server should return. 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
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function getFilter() { return $this->filter; }
Optional. Expression for filtering results. Generated from protobuf field <code>string filter = 4 [(.google.api.field_behavior) = OPTIONAL];</code> @return string
getFilter
php
googleapis/google-cloud-php
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function setFilter($var) { GPBUtil::checkString($var, True); $this->filter = $var; return $this; }
Optional. Expression for filtering results. 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
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function getOrderBy() { return $this->order_by; }
Optional. Sort results by a defined order. Supported values: "name", "create_time". Generated from protobuf field <code>string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];</code> @return string
getOrderBy
php
googleapis/google-cloud-php
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function setOrderBy($var) { GPBUtil::checkString($var, True); $this->order_by = $var; return $this; }
Optional. Sort results by a defined order. Supported values: "name", "create_time". 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
Memorystore/src/V1/ListInstancesRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Memorystore/src/V1/ListInstancesRequest.php
Apache-2.0
public function getProject() { return $this->project; }
Project ID for this request. Generated from protobuf field <code>string project = 227560217 [(.google.api.field_behavior) = REQUIRED];</code> @return string
getProject
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function setProject($var) { GPBUtil::checkString($var, True); $this->project = $var; return $this; }
Project ID for this request. Generated from protobuf field <code>string project = 227560217 [(.google.api.field_behavior) = REQUIRED];</code> @param string $var @return $this
setProject
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function getRegion() { return $this->region; }
The name of the region for this request. Generated from protobuf field <code>string region = 138946292 [(.google.api.field_behavior) = REQUIRED];</code> @return string
getRegion
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function setRegion($var) { GPBUtil::checkString($var, True); $this->region = $var; return $this; }
The name of the region for this request. Generated from protobuf field <code>string region = 138946292 [(.google.api.field_behavior) = REQUIRED];</code> @param string $var @return $this
setRegion
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function getRegionSetPolicyRequestResource() { return $this->region_set_policy_request_resource; }
The body resource for this request Generated from protobuf field <code>.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];</code> @return \Google\Cloud\Compute\V1\RegionSetPolicyRequest|null
getRegionSetPolicyRequestResource
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function setRegionSetPolicyRequestResource($var) { GPBUtil::checkMessage($var, \Google\Cloud\Compute\V1\RegionSetPolicyRequest::class); $this->region_set_policy_request_resource = $var; return $this; }
The body resource for this request Generated from protobuf field <code>.google.cloud.compute.v1.RegionSetPolicyRequest region_set_policy_request_resource = 276489091 [(.google.api.field_behavior) = REQUIRED];</code> @param \Google\Cloud\Compute\V1\RegionSetPolicyRequest $var @return $this
setRegionSetPolicyRequestResource
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function getResource() { return $this->resource; }
Name or id of the resource for this request. Generated from protobuf field <code>string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];</code> @return string
getResource
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function setResource($var) { GPBUtil::checkString($var, True); $this->resource = $var; return $this; }
Name or id of the resource for this request. Generated from protobuf field <code>string resource = 195806222 [(.google.api.field_behavior) = REQUIRED];</code> @param string $var @return $this
setResource
php
googleapis/google-cloud-php
Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SetIamPolicyRegionInstantSnapshotRequest.php
Apache-2.0
public function getDebuggeeId() { return $this->debuggee_id; }
Required. ID of the debuggee whose breakpoints to list. Generated from protobuf field <code>string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];</code> @return string
getDebuggeeId
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function setDebuggeeId($var) { GPBUtil::checkString($var, True); $this->debuggee_id = $var; return $this; }
Required. ID of the debuggee whose breakpoints to list. Generated from protobuf field <code>string debuggee_id = 1 [(.google.api.field_behavior) = REQUIRED];</code> @param string $var @return $this
setDebuggeeId
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function getIncludeAllUsers() { return $this->include_all_users; }
When set to `true`, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller. Generated from protobuf field <code>bool include_all_users = 2;</code> @return bool
getIncludeAllUsers
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function setIncludeAllUsers($var) { GPBUtil::checkBool($var); $this->include_all_users = $var; return $this; }
When set to `true`, the response includes the list of breakpoints set by any user. Otherwise, it includes only breakpoints set by the caller. Generated from protobuf field <code>bool include_all_users = 2;</code> @param bool $var @return $this
setIncludeAllUsers
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function getIncludeInactive() { return $this->include_inactive; }
When set to `true`, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints. Generated from protobuf field <code>bool include_inactive = 3;</code> @return bool
getIncludeInactive
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function setIncludeInactive($var) { GPBUtil::checkBool($var); $this->include_inactive = $var; return $this; }
When set to `true`, the response includes active and inactive breakpoints. Otherwise, it includes only active breakpoints. Generated from protobuf field <code>bool include_inactive = 3;</code> @param bool $var @return $this
setIncludeInactive
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function getAction() { return $this->action; }
When set, the response includes only breakpoints with the specified action. Generated from protobuf field <code>.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;</code> @return \Google\Cloud\Debugger\V2\ListBreakpointsRequest\BreakpointActionValue|null
getAction
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function setAction($var) { GPBUtil::checkMessage($var, \Google\Cloud\Debugger\V2\ListBreakpointsRequest\BreakpointActionValue::class); $this->action = $var; return $this; }
When set, the response includes only breakpoints with the specified action. Generated from protobuf field <code>.google.devtools.clouddebugger.v2.ListBreakpointsRequest.BreakpointActionValue action = 4;</code> @param \Google\Cloud\Debugger\V2\ListBreakpointsRequest\BreakpointActionValue $var @return $this
setAction
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function getStripResults() { @trigger_error('strip_results is deprecated.', E_USER_DEPRECATED); return $this->strip_results; }
This field is deprecated. The following fields are always stripped out of the result: `stack_frames`, `evaluated_expressions` and `variable_table`. Generated from protobuf field <code>bool strip_results = 5 [deprecated = true];</code> @return bool @deprecated
getStripResults
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function setStripResults($var) { @trigger_error('strip_results is deprecated.', E_USER_DEPRECATED); GPBUtil::checkBool($var); $this->strip_results = $var; return $this; }
This field is deprecated. The following fields are always stripped out of the result: `stack_frames`, `evaluated_expressions` and `variable_table`. Generated from protobuf field <code>bool strip_results = 5 [deprecated = true];</code> @param bool $var @return $this @deprecated
setStripResults
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function getWaitToken() { return $this->wait_token; }
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`. Generated from protobuf field <code>string wait_token = 6;</code> @return string
getWaitToken
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function setWaitToken($var) { GPBUtil::checkString($var, True); $this->wait_token = $var; return $this; }
A wait token that, if specified, blocks the call until the breakpoints list has changed, or a server selected timeout has expired. The value should be set from the last response. The error code `google.rpc.Code.ABORTED` (RPC) is returned on wait timeout, which should be called again with the same `wait_token`. Generated from protobuf field <code>string wait_token = 6;</code> @param string $var @return $this
setWaitToken
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function getClientVersion() { return $this->client_version; }
Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). Generated from protobuf field <code>string client_version = 8 [(.google.api.field_behavior) = REQUIRED];</code> @return string
getClientVersion
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function setClientVersion($var) { GPBUtil::checkString($var, True); $this->client_version = $var; return $this; }
Required. The client version making the call. Schema: `domain/type/version` (e.g., `google.com/intellij/v1`). Generated from protobuf field <code>string client_version = 8 [(.google.api.field_behavior) = REQUIRED];</code> @param string $var @return $this
setClientVersion
php
googleapis/google-cloud-php
Debugger/src/V2/ListBreakpointsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/Debugger/src/V2/ListBreakpointsRequest.php
Apache-2.0
public function getDataRetentionSettings() { return $this->data_retention_settings; }
Required. The settings to update. The `name` field is used to identify the settings to be updated. Generated from protobuf field <code>.google.analytics.admin.v1alpha.DataRetentionSettings data_retention_settings = 1 [(.google.api.field_behavior) = REQUIRED];</code> @return \Google\Analytics\Admin\V1alpha\DataRetentionSettings|null
getDataRetentionSettings
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
Apache-2.0
public function setDataRetentionSettings($var) { GPBUtil::checkMessage($var, \Google\Analytics\Admin\V1alpha\DataRetentionSettings::class); $this->data_retention_settings = $var; return $this; }
Required. The settings to update. The `name` field is used to identify the settings to be updated. Generated from protobuf field <code>.google.analytics.admin.v1alpha.DataRetentionSettings data_retention_settings = 1 [(.google.api.field_behavior) = REQUIRED];</code> @param \Google\Analytics\Admin\V1alpha\DataRetentionSettings $var @return $this
setDataRetentionSettings
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
Apache-2.0
public function getUpdateMask() { return $this->update_mask; }
Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];</code> @return \Google\Protobuf\FieldMask|null
getUpdateMask
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
Apache-2.0
public function setUpdateMask($var) { GPBUtil::checkMessage($var, \Google\Protobuf\FieldMask::class); $this->update_mask = $var; return $this; }
Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];</code> @param \Google\Protobuf\FieldMask $var @return $this
setUpdateMask
php
googleapis/google-cloud-php
AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
https://github.com/googleapis/google-cloud-php/blob/master/AnalyticsAdmin/src/V1alpha/UpdateDataRetentionSettingsRequest.php
Apache-2.0
public function getDenyAccessState() { return $this->deny_access_state; }
Required. Indicates whether _this rule_ denies the specified permission to the specified principal for the specified resource. This field does _not_ indicate whether the principal is actually denied on the permission for the resource. There might be another rule that overrides this rule. To determine whether the principal actually has the permission, use the `overall_access_state` field in the [TroubleshootIamPolicyResponse][google.cloud.policytroubleshooter.iam.v3.TroubleshootIamPolicyResponse]. Generated from protobuf field <code>.google.cloud.policytroubleshooter.iam.v3.DenyAccessState deny_access_state = 1 [(.google.api.field_behavior) = REQUIRED];</code> @return int
getDenyAccessState
php
googleapis/google-cloud-php
PolicyTroubleshooterIam/src/V3/DenyRuleExplanation.php
https://github.com/googleapis/google-cloud-php/blob/master/PolicyTroubleshooterIam/src/V3/DenyRuleExplanation.php
Apache-2.0
public function setDenyAccessState($var) { GPBUtil::checkEnum($var, \Google\Cloud\PolicyTroubleshooter\Iam\V3\DenyAccessState::class); $this->deny_access_state = $var; return $this; }
Required. Indicates whether _this rule_ denies the specified permission to the specified principal for the specified resource. This field does _not_ indicate whether the principal is actually denied on the permission for the resource. There might be another rule that overrides this rule. To determine whether the principal actually has the permission, use the `overall_access_state` field in the [TroubleshootIamPolicyResponse][google.cloud.policytroubleshooter.iam.v3.TroubleshootIamPolicyResponse]. Generated from protobuf field <code>.google.cloud.policytroubleshooter.iam.v3.DenyAccessState deny_access_state = 1 [(.google.api.field_behavior) = REQUIRED];</code> @param int $var @return $this
setDenyAccessState
php
googleapis/google-cloud-php
PolicyTroubleshooterIam/src/V3/DenyRuleExplanation.php
https://github.com/googleapis/google-cloud-php/blob/master/PolicyTroubleshooterIam/src/V3/DenyRuleExplanation.php
Apache-2.0
public function getCombinedDeniedPermission() { return $this->combined_denied_permission; }
Indicates whether the permission in the request is listed as a denied permission in the deny rule. Generated from protobuf field <code>.google.cloud.policytroubleshooter.iam.v3.DenyRuleExplanation.AnnotatedPermissionMatching combined_denied_permission = 2;</code> @return \Google\Cloud\PolicyTroubleshooter\Iam\V3\DenyRuleExplanation\AnnotatedPermissionMatching|null
getCombinedDeniedPermission
php
googleapis/google-cloud-php
PolicyTroubleshooterIam/src/V3/DenyRuleExplanation.php
https://github.com/googleapis/google-cloud-php/blob/master/PolicyTroubleshooterIam/src/V3/DenyRuleExplanation.php
Apache-2.0