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 setLocation($var)
{
GPBUtil::checkString($var, True);
$this->location = $var;
return $this;
} | The location that contains this snapshot.
Generated from protobuf field <code>string location = 3;</code>
@param string $var
@return $this | setLocation | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/DeleteSnapshotRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/DeleteSnapshotRequest.php | Apache-2.0 |
public function getDestinationIp()
{
return $this->destination_ip;
} | Destination IP address. Not present for sockets that are listening and not
connected.
Generated from protobuf field <code>string destination_ip = 1;</code>
@return string | getDestinationIp | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function setDestinationIp($var)
{
GPBUtil::checkString($var, True);
$this->destination_ip = $var;
return $this;
} | Destination IP address. Not present for sockets that are listening and not
connected.
Generated from protobuf field <code>string destination_ip = 1;</code>
@param string $var
@return $this | setDestinationIp | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function getDestinationPort()
{
return $this->destination_port;
} | Destination port. Not present for sockets that are listening and not
connected.
Generated from protobuf field <code>int32 destination_port = 2;</code>
@return int | getDestinationPort | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function setDestinationPort($var)
{
GPBUtil::checkInt32($var);
$this->destination_port = $var;
return $this;
} | Destination port. Not present for sockets that are listening and not
connected.
Generated from protobuf field <code>int32 destination_port = 2;</code>
@param int $var
@return $this | setDestinationPort | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function getSourceIp()
{
return $this->source_ip;
} | Source IP address.
Generated from protobuf field <code>string source_ip = 3;</code>
@return string | getSourceIp | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function setSourceIp($var)
{
GPBUtil::checkString($var, True);
$this->source_ip = $var;
return $this;
} | Source IP address.
Generated from protobuf field <code>string source_ip = 3;</code>
@param string $var
@return $this | setSourceIp | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function getSourcePort()
{
return $this->source_port;
} | Source port.
Generated from protobuf field <code>int32 source_port = 4;</code>
@return int | getSourcePort | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function setSourcePort($var)
{
GPBUtil::checkInt32($var);
$this->source_port = $var;
return $this;
} | Source port.
Generated from protobuf field <code>int32 source_port = 4;</code>
@param int $var
@return $this | setSourcePort | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function getProtocol()
{
return $this->protocol;
} | IANA Internet Protocol Number such as TCP(6) and UDP(17).
Generated from protobuf field <code>.google.cloud.securitycenter.v1.Connection.Protocol protocol = 5;</code>
@return int | getProtocol | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function setProtocol($var)
{
GPBUtil::checkEnum($var, \Google\Cloud\SecurityCenter\V1\Connection\Protocol::class);
$this->protocol = $var;
return $this;
} | IANA Internet Protocol Number such as TCP(6) and UDP(17).
Generated from protobuf field <code>.google.cloud.securitycenter.v1.Connection.Protocol protocol = 5;</code>
@param int $var
@return $this | setProtocol | php | googleapis/google-cloud-php | SecurityCenter/src/V1/Connection.php | https://github.com/googleapis/google-cloud-php/blob/master/SecurityCenter/src/V1/Connection.php | Apache-2.0 |
public function getErrorCode()
{
return $this->error_code;
} | One of the error codes that caused the transfer failure.
Generated from protobuf field <code>.google.rpc.Code error_code = 1;</code>
@return int | getErrorCode | php | googleapis/google-cloud-php | Parallelstore/src/V1beta/TransferErrorSummary.php | https://github.com/googleapis/google-cloud-php/blob/master/Parallelstore/src/V1beta/TransferErrorSummary.php | Apache-2.0 |
public function setErrorCode($var)
{
GPBUtil::checkEnum($var, \Google\Rpc\Code::class);
$this->error_code = $var;
return $this;
} | One of the error codes that caused the transfer failure.
Generated from protobuf field <code>.google.rpc.Code error_code = 1;</code>
@param int $var
@return $this | setErrorCode | php | googleapis/google-cloud-php | Parallelstore/src/V1beta/TransferErrorSummary.php | https://github.com/googleapis/google-cloud-php/blob/master/Parallelstore/src/V1beta/TransferErrorSummary.php | Apache-2.0 |
public function getErrorCount()
{
return $this->error_count;
} | Count of this type of error.
Generated from protobuf field <code>int64 error_count = 2;</code>
@return int|string | getErrorCount | php | googleapis/google-cloud-php | Parallelstore/src/V1beta/TransferErrorSummary.php | https://github.com/googleapis/google-cloud-php/blob/master/Parallelstore/src/V1beta/TransferErrorSummary.php | Apache-2.0 |
public function setErrorCount($var)
{
GPBUtil::checkInt64($var);
$this->error_count = $var;
return $this;
} | Count of this type of error.
Generated from protobuf field <code>int64 error_count = 2;</code>
@param int|string $var
@return $this | setErrorCount | php | googleapis/google-cloud-php | Parallelstore/src/V1beta/TransferErrorSummary.php | https://github.com/googleapis/google-cloud-php/blob/master/Parallelstore/src/V1beta/TransferErrorSummary.php | Apache-2.0 |
public function getErrorLogEntries()
{
return $this->error_log_entries;
} | A list of messages that carry the error details.
Generated from protobuf field <code>repeated .google.cloud.parallelstore.v1beta.TransferErrorLogEntry error_log_entries = 4;</code>
@return \Google\Protobuf\Internal\RepeatedField | getErrorLogEntries | php | googleapis/google-cloud-php | Parallelstore/src/V1beta/TransferErrorSummary.php | https://github.com/googleapis/google-cloud-php/blob/master/Parallelstore/src/V1beta/TransferErrorSummary.php | Apache-2.0 |
public function setErrorLogEntries($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Parallelstore\V1beta\TransferErrorLogEntry::class);
$this->error_log_entries = $arr;
return $this;
} | A list of messages that carry the error details.
Generated from protobuf field <code>repeated .google.cloud.parallelstore.v1beta.TransferErrorLogEntry error_log_entries = 4;</code>
@param array<\Google\Cloud\Parallelstore\V1beta\TransferErrorLogEntry>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setErrorLogEntries | php | googleapis/google-cloud-php | Parallelstore/src/V1beta/TransferErrorSummary.php | https://github.com/googleapis/google-cloud-php/blob/master/Parallelstore/src/V1beta/TransferErrorSummary.php | Apache-2.0 |
public function getEntries()
{
return $this->entries;
} | The data entries in a CSV file row, as a string array rather than a
single comma-separated string.
Generated from protobuf field <code>repeated string entries = 1;</code>
@return \Google\Protobuf\Internal\RepeatedField | getEntries | php | googleapis/google-cloud-php | AdvisoryNotifications/src/V1/Csv/CsvRow.php | https://github.com/googleapis/google-cloud-php/blob/master/AdvisoryNotifications/src/V1/Csv/CsvRow.php | Apache-2.0 |
public function setEntries($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->entries = $arr;
return $this;
} | The data entries in a CSV file row, as a string array rather than a
single comma-separated string.
Generated from protobuf field <code>repeated string entries = 1;</code>
@param array<string>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setEntries | php | googleapis/google-cloud-php | AdvisoryNotifications/src/V1/Csv/CsvRow.php | https://github.com/googleapis/google-cloud-php/blob/master/AdvisoryNotifications/src/V1/Csv/CsvRow.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The resource name of the Location to list Featurestores.
Format:
`projects/{project}/locations/{location}`
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 | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The resource name of the Location to list Featurestores.
Format:
`projects/{project}/locations/{location}`
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 | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function getFilter()
{
return $this->filter;
} | Lists the featurestores that match the filter expression. The following
fields are supported:
* `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
Values must be
in RFC 3339 format.
* `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
Values must be
in RFC 3339 format.
* `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `<`, `>`,
`<=`, and `>=` comparisons.
* `labels`: Supports key-value equality and key presence.
Examples:
* `create_time > "2020-01-01" OR update_time > "2020-01-01"`
Featurestores created or updated after 2020-01-01.
* `labels.env = "prod"`
Featurestores with label "env" set to "prod".
Generated from protobuf field <code>string filter = 2;</code>
@return string | getFilter | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function setFilter($var)
{
GPBUtil::checkString($var, True);
$this->filter = $var;
return $this;
} | Lists the featurestores that match the filter expression. The following
fields are supported:
* `create_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
Values must be
in RFC 3339 format.
* `update_time`: Supports `=`, `!=`, `<`, `>`, `<=`, and `>=` comparisons.
Values must be
in RFC 3339 format.
* `online_serving_config.fixed_node_count`: Supports `=`, `!=`, `<`, `>`,
`<=`, and `>=` comparisons.
* `labels`: Supports key-value equality and key presence.
Examples:
* `create_time > "2020-01-01" OR update_time > "2020-01-01"`
Featurestores created or updated after 2020-01-01.
* `labels.env = "prod"`
Featurestores with label "env" set to "prod".
Generated from protobuf field <code>string filter = 2;</code>
@param string $var
@return $this | setFilter | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function getPageSize()
{
return $this->page_size;
} | The maximum number of Featurestores to return. The service may return fewer
than this value. If unspecified, at most 100 Featurestores will be
returned. The maximum value is 100; any value greater than 100 will be
coerced to 100.
Generated from protobuf field <code>int32 page_size = 3;</code>
@return int | getPageSize | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function setPageSize($var)
{
GPBUtil::checkInt32($var);
$this->page_size = $var;
return $this;
} | The maximum number of Featurestores to return. The service may return fewer
than this value. If unspecified, at most 100 Featurestores will be
returned. The maximum value is 100; any value greater than 100 will be
coerced to 100.
Generated from protobuf field <code>int32 page_size = 3;</code>
@param int $var
@return $this | setPageSize | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function getPageToken()
{
return $this->page_token;
} | A page token, received from a previous
[FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores]
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
[FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores]
must match the call that provided the page token.
Generated from protobuf field <code>string page_token = 4;</code>
@return string | getPageToken | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.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
[FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores]
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
[FeaturestoreService.ListFeaturestores][google.cloud.aiplatform.v1.FeaturestoreService.ListFeaturestores]
must match the call that provided the page token.
Generated from protobuf field <code>string page_token = 4;</code>
@param string $var
@return $this | setPageToken | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function getOrderBy()
{
return $this->order_by;
} | A comma-separated list of fields to order by, sorted in ascending order.
Use "desc" after a field name for descending.
Supported Fields:
* `create_time`
* `update_time`
* `online_serving_config.fixed_node_count`
Generated from protobuf field <code>string order_by = 5;</code>
@return string | getOrderBy | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function setOrderBy($var)
{
GPBUtil::checkString($var, True);
$this->order_by = $var;
return $this;
} | A comma-separated list of fields to order by, sorted in ascending order.
Use "desc" after a field name for descending.
Supported Fields:
* `create_time`
* `update_time`
* `online_serving_config.fixed_node_count`
Generated from protobuf field <code>string order_by = 5;</code>
@param string $var
@return $this | setOrderBy | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function getReadMask()
{
return $this->read_mask;
} | Mask specifying which fields to read.
Generated from protobuf field <code>.google.protobuf.FieldMask read_mask = 6;</code>
@return \Google\Protobuf\FieldMask|null | getReadMask | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function setReadMask($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\FieldMask::class);
$this->read_mask = $var;
return $this;
} | Mask specifying which fields to read.
Generated from protobuf field <code>.google.protobuf.FieldMask read_mask = 6;</code>
@param \Google\Protobuf\FieldMask $var
@return $this | setReadMask | php | googleapis/google-cloud-php | AiPlatform/src/V1/ListFeaturestoresRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/ListFeaturestoresRequest.php | Apache-2.0 |
public function getPubsub()
{
return $this->readOneof(1);
} | The Pub/Sub topic and subscription used by Eventarc as a transport
intermediary.
Generated from protobuf field <code>.google.cloud.eventarc.v1.Pubsub pubsub = 1;</code>
@return \Google\Cloud\Eventarc\V1\Pubsub|null | getPubsub | php | googleapis/google-cloud-php | Eventarc/src/V1/Transport.php | https://github.com/googleapis/google-cloud-php/blob/master/Eventarc/src/V1/Transport.php | Apache-2.0 |
public function setPubsub($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Eventarc\V1\Pubsub::class);
$this->writeOneof(1, $var);
return $this;
} | The Pub/Sub topic and subscription used by Eventarc as a transport
intermediary.
Generated from protobuf field <code>.google.cloud.eventarc.v1.Pubsub pubsub = 1;</code>
@param \Google\Cloud\Eventarc\V1\Pubsub $var
@return $this | setPubsub | php | googleapis/google-cloud-php | Eventarc/src/V1/Transport.php | https://github.com/googleapis/google-cloud-php/blob/master/Eventarc/src/V1/Transport.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The name of the billing account to create the budget in. Values
are of the form `billingAccounts/{billingAccountId}`.
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 | BillingBudgets/src/V1/CreateBudgetRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/BillingBudgets/src/V1/CreateBudgetRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The name of the billing account to create the budget in. Values
are of the form `billingAccounts/{billingAccountId}`.
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 | BillingBudgets/src/V1/CreateBudgetRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/BillingBudgets/src/V1/CreateBudgetRequest.php | Apache-2.0 |
public function getBudget()
{
return $this->budget;
} | Required. Budget to create.
Generated from protobuf field <code>.google.cloud.billing.budgets.v1.Budget budget = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Cloud\Billing\Budgets\V1\Budget|null | getBudget | php | googleapis/google-cloud-php | BillingBudgets/src/V1/CreateBudgetRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/BillingBudgets/src/V1/CreateBudgetRequest.php | Apache-2.0 |
public function setBudget($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Billing\Budgets\V1\Budget::class);
$this->budget = $var;
return $this;
} | Required. Budget to create.
Generated from protobuf field <code>.google.cloud.billing.budgets.v1.Budget budget = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@param \Google\Cloud\Billing\Budgets\V1\Budget $var
@return $this | setBudget | php | googleapis/google-cloud-php | BillingBudgets/src/V1/CreateBudgetRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/BillingBudgets/src/V1/CreateBudgetRequest.php | Apache-2.0 |
public function getTopic()
{
return $this->topic;
} | A pubsub topic, in the form of
"pubsub.googleapis.com/topics/<project-id>/<topic-name>"
Generated from protobuf field <code>string topic = 1;</code>
@return string | getTopic | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function setTopic($var)
{
GPBUtil::checkString($var, True);
$this->topic = $var;
return $this;
} | A pubsub topic, in the form of
"pubsub.googleapis.com/topics/<project-id>/<topic-name>"
Generated from protobuf field <code>string topic = 1;</code>
@param string $var
@return $this | setTopic | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function getSubscription()
{
return $this->subscription;
} | A pubsub subscription, in the form of
"pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
Generated from protobuf field <code>string subscription = 2;</code>
@return string | getSubscription | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function setSubscription($var)
{
GPBUtil::checkString($var, True);
$this->subscription = $var;
return $this;
} | A pubsub subscription, in the form of
"pubsub.googleapis.com/subscriptions/<project-id>/<subscription-name>"
Generated from protobuf field <code>string subscription = 2;</code>
@param string $var
@return $this | setSubscription | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function getTimestampLabel()
{
return $this->timestamp_label;
} | If set, contains a pubsub label from which to extract record timestamps.
If left empty, record timestamps will be generated upon arrival.
Generated from protobuf field <code>string timestamp_label = 3;</code>
@return string | getTimestampLabel | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function setTimestampLabel($var)
{
GPBUtil::checkString($var, True);
$this->timestamp_label = $var;
return $this;
} | If set, contains a pubsub label from which to extract record timestamps.
If left empty, record timestamps will be generated upon arrival.
Generated from protobuf field <code>string timestamp_label = 3;</code>
@param string $var
@return $this | setTimestampLabel | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function getIdLabel()
{
return $this->id_label;
} | If set, contains a pubsub label from which to extract record ids.
If left empty, record deduplication will be strictly best effort.
Generated from protobuf field <code>string id_label = 4;</code>
@return string | getIdLabel | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function setIdLabel($var)
{
GPBUtil::checkString($var, True);
$this->id_label = $var;
return $this;
} | If set, contains a pubsub label from which to extract record ids.
If left empty, record deduplication will be strictly best effort.
Generated from protobuf field <code>string id_label = 4;</code>
@param string $var
@return $this | setIdLabel | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function getDropLateData()
{
return $this->drop_late_data;
} | Indicates whether the pipeline allows late-arriving data.
Generated from protobuf field <code>bool drop_late_data = 5;</code>
@return bool | getDropLateData | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function setDropLateData($var)
{
GPBUtil::checkBool($var);
$this->drop_late_data = $var;
return $this;
} | Indicates whether the pipeline allows late-arriving data.
Generated from protobuf field <code>bool drop_late_data = 5;</code>
@param bool $var
@return $this | setDropLateData | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function getTrackingSubscription()
{
return $this->tracking_subscription;
} | If set, specifies the pubsub subscription that will be used for tracking
custom time timestamps for watermark estimation.
Generated from protobuf field <code>string tracking_subscription = 6;</code>
@return string | getTrackingSubscription | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function setTrackingSubscription($var)
{
GPBUtil::checkString($var, True);
$this->tracking_subscription = $var;
return $this;
} | If set, specifies the pubsub subscription that will be used for tracking
custom time timestamps for watermark estimation.
Generated from protobuf field <code>string tracking_subscription = 6;</code>
@param string $var
@return $this | setTrackingSubscription | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function getWithAttributes()
{
return $this->with_attributes;
} | If true, then the client has requested to get pubsub attributes.
Generated from protobuf field <code>bool with_attributes = 7;</code>
@return bool | getWithAttributes | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function setWithAttributes($var)
{
GPBUtil::checkBool($var);
$this->with_attributes = $var;
return $this;
} | If true, then the client has requested to get pubsub attributes.
Generated from protobuf field <code>bool with_attributes = 7;</code>
@param bool $var
@return $this | setWithAttributes | php | googleapis/google-cloud-php | Dataflow/src/V1beta3/PubsubLocation.php | https://github.com/googleapis/google-cloud-php/blob/master/Dataflow/src/V1beta3/PubsubLocation.php | Apache-2.0 |
public function getUpdateMask()
{
return $this->update_mask;
} | Required. Field mask is used to specify the fields to be overwritten in the
`ExternalAccessRule` resource by the update.
The fields specified in the `update_mask` are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Protobuf\FieldMask|null | getUpdateMask | php | googleapis/google-cloud-php | VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | Apache-2.0 |
public function setUpdateMask($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\FieldMask::class);
$this->update_mask = $var;
return $this;
} | Required. Field mask is used to specify the fields to be overwritten in the
`ExternalAccessRule` resource by the update.
The fields specified in the `update_mask` are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];</code>
@param \Google\Protobuf\FieldMask $var
@return $this | setUpdateMask | php | googleapis/google-cloud-php | VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | Apache-2.0 |
public function getExternalAccessRule()
{
return $this->external_access_rule;
} | Required. Description of the external access rule.
Generated from protobuf field <code>.google.cloud.vmwareengine.v1.ExternalAccessRule external_access_rule = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Cloud\VmwareEngine\V1\ExternalAccessRule|null | getExternalAccessRule | php | googleapis/google-cloud-php | VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | Apache-2.0 |
public function setExternalAccessRule($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\VmwareEngine\V1\ExternalAccessRule::class);
$this->external_access_rule = $var;
return $this;
} | Required. Description of the external access rule.
Generated from protobuf field <code>.google.cloud.vmwareengine.v1.ExternalAccessRule external_access_rule = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@param \Google\Cloud\VmwareEngine\V1\ExternalAccessRule $var
@return $this | setExternalAccessRule | php | googleapis/google-cloud-php | VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | Apache-2.0 |
public function getRequestId()
{
return $this->request_id;
} | Optional. A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server guarantees that a
request doesn't result in creation of duplicate commitments for at least 60
minutes.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request ID,
the server can check if the original operation with the same request ID was
received, and if so, will ignore the second request. This prevents clients
from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
Generated from protobuf field <code>string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@return string | getRequestId | php | googleapis/google-cloud-php | VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | Apache-2.0 |
public function setRequestId($var)
{
GPBUtil::checkString($var, True);
$this->request_id = $var;
return $this;
} | Optional. A request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server guarantees that a
request doesn't result in creation of duplicate commitments for at least 60
minutes.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request ID,
the server can check if the original operation with the same request ID was
received, and if so, will ignore the second request. This prevents clients
from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
Generated from protobuf field <code>string request_id = 3 [(.google.api.field_behavior) = OPTIONAL];</code>
@param string $var
@return $this | setRequestId | php | googleapis/google-cloud-php | VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/VmwareEngine/src/V1/UpdateExternalAccessRuleRequest.php | Apache-2.0 |
public function getActionTokenSiteKeys()
{
return $this->action_token_site_keys;
} | A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
Generated from protobuf field <code>repeated string action_token_site_keys = 59929885;</code>
@return \Google\Protobuf\Internal\RepeatedField | getActionTokenSiteKeys | php | googleapis/google-cloud-php | Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | Apache-2.0 |
public function setActionTokenSiteKeys($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->action_token_site_keys = $arr;
return $this;
} | A list of site keys to be used during the validation of reCAPTCHA action-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
Generated from protobuf field <code>repeated string action_token_site_keys = 59929885;</code>
@param array<string>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setActionTokenSiteKeys | php | googleapis/google-cloud-php | Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | Apache-2.0 |
public function getSessionTokenSiteKeys()
{
return $this->session_token_site_keys;
} | A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
Generated from protobuf field <code>repeated string session_token_site_keys = 333363581;</code>
@return \Google\Protobuf\Internal\RepeatedField | getSessionTokenSiteKeys | php | googleapis/google-cloud-php | Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | Apache-2.0 |
public function setSessionTokenSiteKeys($var)
{
$arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::STRING);
$this->session_token_site_keys = $arr;
return $this;
} | A list of site keys to be used during the validation of reCAPTCHA session-tokens. The provided site keys need to be created from reCAPTCHA API under the same project where the security policy is created.
Generated from protobuf field <code>repeated string session_token_site_keys = 333363581;</code>
@param array<string>|\Google\Protobuf\Internal\RepeatedField $var
@return $this | setSessionTokenSiteKeys | php | googleapis/google-cloud-php | Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.php | Apache-2.0 |
public function getEnabled()
{
return $this->enabled;
} | Enables the hierarchical namespace feature.
Generated from protobuf field <code>bool enabled = 1;</code>
@return bool | getEnabled | php | googleapis/google-cloud-php | StorageControl/src/V2/StorageLayout/HierarchicalNamespace.php | https://github.com/googleapis/google-cloud-php/blob/master/StorageControl/src/V2/StorageLayout/HierarchicalNamespace.php | Apache-2.0 |
public function setEnabled($var)
{
GPBUtil::checkBool($var);
$this->enabled = $var;
return $this;
} | Enables the hierarchical namespace feature.
Generated from protobuf field <code>bool enabled = 1;</code>
@param bool $var
@return $this | setEnabled | php | googleapis/google-cloud-php | StorageControl/src/V2/StorageLayout/HierarchicalNamespace.php | https://github.com/googleapis/google-cloud-php/blob/master/StorageControl/src/V2/StorageLayout/HierarchicalNamespace.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | Required. The Secret to delete, in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}"
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 | OrchestrationAirflow/src/V1/DeleteUserWorkloadsSecretRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/OrchestrationAirflow/src/V1/DeleteUserWorkloadsSecretRequest.php | Apache-2.0 |
public function setName($var)
{
GPBUtil::checkString($var, True);
$this->name = $var;
return $this;
} | Required. The Secret to delete, in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}"
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 | OrchestrationAirflow/src/V1/DeleteUserWorkloadsSecretRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/OrchestrationAirflow/src/V1/DeleteUserWorkloadsSecretRequest.php | Apache-2.0 |
public function getChunkedValueSize()
{
return $this->chunked_value_size;
} | The total value size of all the chunks that make up the `SetCell`.
Generated from protobuf field <code>int32 chunked_value_size = 1;</code>
@return int | getChunkedValueSize | php | googleapis/google-cloud-php | Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | Apache-2.0 |
public function setChunkedValueSize($var)
{
GPBUtil::checkInt32($var);
$this->chunked_value_size = $var;
return $this;
} | The total value size of all the chunks that make up the `SetCell`.
Generated from protobuf field <code>int32 chunked_value_size = 1;</code>
@param int $var
@return $this | setChunkedValueSize | php | googleapis/google-cloud-php | Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | Apache-2.0 |
public function getChunkedValueOffset()
{
return $this->chunked_value_offset;
} | The byte offset of this chunk into the total value size of the
mutation.
Generated from protobuf field <code>int32 chunked_value_offset = 2;</code>
@return int | getChunkedValueOffset | php | googleapis/google-cloud-php | Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | Apache-2.0 |
public function setChunkedValueOffset($var)
{
GPBUtil::checkInt32($var);
$this->chunked_value_offset = $var;
return $this;
} | The byte offset of this chunk into the total value size of the
mutation.
Generated from protobuf field <code>int32 chunked_value_offset = 2;</code>
@param int $var
@return $this | setChunkedValueOffset | php | googleapis/google-cloud-php | Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | Apache-2.0 |
public function getLastChunk()
{
return $this->last_chunk;
} | When true, this is the last chunk of a chunked `SetCell`.
Generated from protobuf field <code>bool last_chunk = 3;</code>
@return bool | getLastChunk | php | googleapis/google-cloud-php | Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | Apache-2.0 |
public function setLastChunk($var)
{
GPBUtil::checkBool($var);
$this->last_chunk = $var;
return $this;
} | When true, this is the last chunk of a chunked `SetCell`.
Generated from protobuf field <code>bool last_chunk = 3;</code>
@param bool $var
@return $this | setLastChunk | php | googleapis/google-cloud-php | Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php | Apache-2.0 |
public function getGcsDestination()
{
return $this->gcs_destination;
} | The Google Cloud Storage location to write the output(s) to.
Generated from protobuf field <code>.google.cloud.vision.v1.GcsDestination gcs_destination = 1;</code>
@return \Google\Cloud\Vision\V1\GcsDestination|null | getGcsDestination | php | googleapis/google-cloud-php | Vision/src/V1/OutputConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Vision/src/V1/OutputConfig.php | Apache-2.0 |
public function setGcsDestination($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Vision\V1\GcsDestination::class);
$this->gcs_destination = $var;
return $this;
} | The Google Cloud Storage location to write the output(s) to.
Generated from protobuf field <code>.google.cloud.vision.v1.GcsDestination gcs_destination = 1;</code>
@param \Google\Cloud\Vision\V1\GcsDestination $var
@return $this | setGcsDestination | php | googleapis/google-cloud-php | Vision/src/V1/OutputConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Vision/src/V1/OutputConfig.php | Apache-2.0 |
public function getBatchSize()
{
return $this->batch_size;
} | The max number of response protos to put into each output JSON file on
Google Cloud Storage.
The valid range is [1, 100]. If not specified, the default value is 20.
For example, for one pdf file with 100 pages, 100 response protos will
be generated. If `batch_size` = 20, then 5 json files each
containing 20 response protos will be written under the prefix
`gcs_destination`.`uri`.
Currently, batch_size only applies to GcsDestination, with potential future
support for other output configurations.
Generated from protobuf field <code>int32 batch_size = 2;</code>
@return int | getBatchSize | php | googleapis/google-cloud-php | Vision/src/V1/OutputConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Vision/src/V1/OutputConfig.php | Apache-2.0 |
public function setBatchSize($var)
{
GPBUtil::checkInt32($var);
$this->batch_size = $var;
return $this;
} | The max number of response protos to put into each output JSON file on
Google Cloud Storage.
The valid range is [1, 100]. If not specified, the default value is 20.
For example, for one pdf file with 100 pages, 100 response protos will
be generated. If `batch_size` = 20, then 5 json files each
containing 20 response protos will be written under the prefix
`gcs_destination`.`uri`.
Currently, batch_size only applies to GcsDestination, with potential future
support for other output configurations.
Generated from protobuf field <code>int32 batch_size = 2;</code>
@param int $var
@return $this | setBatchSize | php | googleapis/google-cloud-php | Vision/src/V1/OutputConfig.php | https://github.com/googleapis/google-cloud-php/blob/master/Vision/src/V1/OutputConfig.php | Apache-2.0 |
public function getParent()
{
return $this->parent;
} | Required. The unique name of the instance in which to create the new app
profile. Values are of the form `projects/{project}/instances/{instance}`.
Generated from protobuf field <code>string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@return string | getParent | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function setParent($var)
{
GPBUtil::checkString($var, True);
$this->parent = $var;
return $this;
} | Required. The unique name of the instance in which to create the new app
profile. Values are of the form `projects/{project}/instances/{instance}`.
Generated from protobuf field <code>string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@param string $var
@return $this | setParent | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function getAppProfileId()
{
return $this->app_profile_id;
} | Required. The ID to be used when referring to the new app profile within
its instance, e.g., just `myprofile` rather than
`projects/myproject/instances/myinstance/appProfiles/myprofile`.
Generated from protobuf field <code>string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@return string | getAppProfileId | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function setAppProfileId($var)
{
GPBUtil::checkString($var, True);
$this->app_profile_id = $var;
return $this;
} | Required. The ID to be used when referring to the new app profile within
its instance, e.g., just `myprofile` rather than
`projects/myproject/instances/myinstance/appProfiles/myprofile`.
Generated from protobuf field <code>string app_profile_id = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@param string $var
@return $this | setAppProfileId | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function getAppProfile()
{
return $this->app_profile;
} | Required. The app profile to be created.
Fields marked `OutputOnly` will be ignored.
Generated from protobuf field <code>.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Cloud\Bigtable\Admin\V2\AppProfile|null | getAppProfile | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function setAppProfile($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Bigtable\Admin\V2\AppProfile::class);
$this->app_profile = $var;
return $this;
} | Required. The app profile to be created.
Fields marked `OutputOnly` will be ignored.
Generated from protobuf field <code>.google.bigtable.admin.v2.AppProfile app_profile = 3 [(.google.api.field_behavior) = REQUIRED];</code>
@param \Google\Cloud\Bigtable\Admin\V2\AppProfile $var
@return $this | setAppProfile | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function getIgnoreWarnings()
{
return $this->ignore_warnings;
} | If true, ignore safety checks when creating the app profile.
Generated from protobuf field <code>bool ignore_warnings = 4;</code>
@return bool | getIgnoreWarnings | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function setIgnoreWarnings($var)
{
GPBUtil::checkBool($var);
$this->ignore_warnings = $var;
return $this;
} | If true, ignore safety checks when creating the app profile.
Generated from protobuf field <code>bool ignore_warnings = 4;</code>
@param bool $var
@return $this | setIgnoreWarnings | php | googleapis/google-cloud-php | Bigtable/src/Admin/V2/CreateAppProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Bigtable/src/Admin/V2/CreateAppProfileRequest.php | Apache-2.0 |
public function getId()
{
return isset($this->id) ? $this->id : '';
} | [Output Only] Unique identifier for the resource; defined by the server.
Generated from protobuf field <code>optional string id = 3355;</code>
@return string | getId | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function setId($var)
{
GPBUtil::checkString($var, True);
$this->id = $var;
return $this;
} | [Output Only] Unique identifier for the resource; defined by the server.
Generated from protobuf field <code>optional string id = 3355;</code>
@param string $var
@return $this | setId | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function getItems()
{
return $this->items;
} | A list of NetworkAttachmentsScopedList resources.
Generated from protobuf field <code>map<string, .google.cloud.compute.v1.NetworkAttachmentsScopedList> items = 100526016;</code>
@return \Google\Protobuf\Internal\MapField | getItems | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function setItems($var)
{
$arr = GPBUtil::checkMapField($var, \Google\Protobuf\Internal\GPBType::STRING, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\Compute\V1\NetworkAttachmentsScopedList::class);
$this->items = $arr;
return $this;
} | A list of NetworkAttachmentsScopedList resources.
Generated from protobuf field <code>map<string, .google.cloud.compute.v1.NetworkAttachmentsScopedList> items = 100526016;</code>
@param array|\Google\Protobuf\Internal\MapField $var
@return $this | setItems | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function getKind()
{
return isset($this->kind) ? $this->kind : '';
} | Generated from protobuf field <code>optional string kind = 3292052;</code>
@return string | getKind | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function setKind($var)
{
GPBUtil::checkString($var, True);
$this->kind = $var;
return $this;
} | Generated from protobuf field <code>optional string kind = 3292052;</code>
@param string $var
@return $this | setKind | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function getNextPageToken()
{
return isset($this->next_page_token) ? $this->next_page_token : '';
} | [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
Generated from protobuf field <code>optional string next_page_token = 79797525;</code>
@return string | getNextPageToken | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function setNextPageToken($var)
{
GPBUtil::checkString($var, True);
$this->next_page_token = $var;
return $this;
} | [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
Generated from protobuf field <code>optional string next_page_token = 79797525;</code>
@param string $var
@return $this | setNextPageToken | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function getSelfLink()
{
return isset($this->self_link) ? $this->self_link : '';
} | [Output Only] Server-defined URL for this resource.
Generated from protobuf field <code>optional string self_link = 456214797;</code>
@return string | getSelfLink | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function setSelfLink($var)
{
GPBUtil::checkString($var, True);
$this->self_link = $var;
return $this;
} | [Output Only] Server-defined URL for this resource.
Generated from protobuf field <code>optional string self_link = 456214797;</code>
@param string $var
@return $this | setSelfLink | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function getWarning()
{
return $this->warning;
} | [Output Only] Informational warning message.
Generated from protobuf field <code>optional .google.cloud.compute.v1.Warning warning = 50704284;</code>
@return \Google\Cloud\Compute\V1\Warning|null | getWarning | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function setWarning($var)
{
GPBUtil::checkMessage($var, \Google\Cloud\Compute\V1\Warning::class);
$this->warning = $var;
return $this;
} | [Output Only] Informational warning message.
Generated from protobuf field <code>optional .google.cloud.compute.v1.Warning warning = 50704284;</code>
@param \Google\Cloud\Compute\V1\Warning $var
@return $this | setWarning | php | googleapis/google-cloud-php | Compute/src/V1/NetworkAttachmentAggregatedList.php | https://github.com/googleapis/google-cloud-php/blob/master/Compute/src/V1/NetworkAttachmentAggregatedList.php | Apache-2.0 |
public function getDraftModel()
{
return $this->draft_model;
} | Required. The resource name of the draft model.
Generated from protobuf field <code>string draft_model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@return string | getDraftModel | php | googleapis/google-cloud-php | AiPlatform/src/V1/SpeculativeDecodingSpec/DraftModelSpeculation.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/SpeculativeDecodingSpec/DraftModelSpeculation.php | Apache-2.0 |
public function setDraftModel($var)
{
GPBUtil::checkString($var, True);
$this->draft_model = $var;
return $this;
} | Required. The resource name of the draft model.
Generated from protobuf field <code>string draft_model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {</code>
@param string $var
@return $this | setDraftModel | php | googleapis/google-cloud-php | AiPlatform/src/V1/SpeculativeDecodingSpec/DraftModelSpeculation.php | https://github.com/googleapis/google-cloud-php/blob/master/AiPlatform/src/V1/SpeculativeDecodingSpec/DraftModelSpeculation.php | Apache-2.0 |
public function getUpdateMask()
{
return $this->update_mask;
} | Optional. Field mask is used to specify the fields to be overwritten in the
ConnectionProfile resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@return \Google\Protobuf\FieldMask|null | getUpdateMask | php | googleapis/google-cloud-php | Datastream/src/V1/UpdateConnectionProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Datastream/src/V1/UpdateConnectionProfileRequest.php | Apache-2.0 |
public function setUpdateMask($var)
{
GPBUtil::checkMessage($var, \Google\Protobuf\FieldMask::class);
$this->update_mask = $var;
return $this;
} | Optional. Field mask is used to specify the fields to be overwritten in the
ConnectionProfile resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
Generated from protobuf field <code>.google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = OPTIONAL];</code>
@param \Google\Protobuf\FieldMask $var
@return $this | setUpdateMask | php | googleapis/google-cloud-php | Datastream/src/V1/UpdateConnectionProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Datastream/src/V1/UpdateConnectionProfileRequest.php | Apache-2.0 |
public function getConnectionProfile()
{
return $this->connection_profile;
} | Required. The connection profile to update.
Generated from protobuf field <code>.google.cloud.datastream.v1.ConnectionProfile connection_profile = 2 [(.google.api.field_behavior) = REQUIRED];</code>
@return \Google\Cloud\Datastream\V1\ConnectionProfile|null | getConnectionProfile | php | googleapis/google-cloud-php | Datastream/src/V1/UpdateConnectionProfileRequest.php | https://github.com/googleapis/google-cloud-php/blob/master/Datastream/src/V1/UpdateConnectionProfileRequest.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.