Home
last modified time | relevance | path

Searched refs:environment (Results 51 – 75 of 270) sorted by last modified time

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DJob.php185 public function setEnvironment(Environment $environment) argument
187 $this->environment = $environment;
194 return $this->environment;
H A DLaunchFlexTemplateParameter.php82 public function setEnvironment(FlexTemplateRuntimeEnvironment $environment) argument
84 $this->environment = $environment;
91 return $this->environment;
H A DCreateJobFromTemplateRequest.php44 public function setEnvironment(RuntimeEnvironment $environment) argument
46 $this->environment = $environment;
53 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1DeployFlowResponse.php46 public function setEnvironment(GoogleCloudDialogflowCxV3beta1Environment $environment) argument
48 $this->environment = $environment;
55 return $this->environment;
H A DGoogleCloudDialogflowCxV3beta1TestCaseResult.php28 public $environment; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TestCaseResult
59 public function setEnvironment($environment) argument
61 $this->environment = $environment;
68 return $this->environment;
H A DGoogleCloudDialogflowCxV3RunTestCaseRequest.php25 public $environment; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3RunTestCaseRequest
30 public function setEnvironment($environment) argument
32 $this->environment = $environment;
39 return $this->environment;
H A DGoogleCloudDialogflowCxV3TestCaseResult.php28 public $environment; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TestCaseResult
59 public function setEnvironment($environment) argument
61 $this->environment = $environment;
68 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DAction.php38 public $environment; variable in Google\\Service\\Genomics\\Action
129 public function setEnvironment($environment) argument
131 $this->environment = $environment;
138 return $this->environment;
H A DPipeline.php30 public $environment; variable in Google\\Service\\Genomics\\Pipeline
69 public function setEnvironment($environment) argument
71 $this->environment = $environment;
78 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLink.php58 public function setEnvironment(Environment $environment) argument
60 $this->environment = $environment;
67 return $this->environment;
H A DRecipe.php38 public $environment; variable in Google\\Service\\ContainerAnalysis\\Recipe
89 public function setEnvironment($environment) argument
91 $this->environment = $environment;
98 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DAction.php62 public $environment; variable in Google\\Service\\CloudLifeSciences\\Action
241 public function setEnvironment($environment) argument
243 $this->environment = $environment;
250 return $this->environment;
H A DPipeline.php30 public $environment; variable in Google\\Service\\CloudLifeSciences\\Pipeline
69 public function setEnvironment($environment) argument
71 $this->environment = $environment;
78 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php46 public $environment; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
181 public function setEnvironment($environment) argument
183 $this->environment = $environment;
190 return $this->environment;
H A DGoogleCloudApigeeV1Deployment.php34 public $environment; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Deployment
87 public function setEnvironment($environment) argument
89 $this->environment = $environment;
96 return $this->environment;
H A DGoogleCloudApigeeV1InstanceAttachment.php29 public $environment; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceAttachment
52 public function setEnvironment($environment) argument
54 $this->environment = $environment;
61 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DEnvironmentAssignedTargetingOptionDetails.php25 public $environment; variable in Google\\Service\\DisplayVideo\\EnvironmentAssignedTargetingOptionDetails
34 public function setEnvironment($environment) argument
36 $this->environment = $environment;
43 return $this->environment;
H A DEnvironmentTargetingOptionDetails.php25 public $environment; variable in Google\\Service\\DisplayVideo\\EnvironmentTargetingOptionDetails
30 public function setEnvironment($environment) argument
32 $this->environment = $environment;
39 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md200 1. Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variabl…
227 If you want to a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment va…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DCompleteness.php29 public $environment; variable in Google\\Service\\OnDemandScanning\\Completeness
52 public function setEnvironment($environment) argument
54 $this->environment = $environment;
61 return $this->environment;
H A DRecipe.php38 public $environment; variable in Google\\Service\\OnDemandScanning\\Recipe
89 public function setEnvironment($environment) argument
91 $this->environment = $environment;
98 return $this->environment;
H A DSlsaCompleteness.php29 public $environment; variable in Google\\Service\\OnDemandScanning\\SlsaCompleteness
52 public function setEnvironment($environment) argument
54 $this->environment = $environment;
61 return $this->environment;
H A DSlsaRecipe.php37 public $environment; variable in Google\\Service\\OnDemandScanning\\SlsaRecipe
88 public function setEnvironment($environment) argument
90 $this->environment = $environment;
97 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsEnvironments.php79 * @param string $environment Required. The environment to deploy the flow to.
85 …public function deployFlow($environment, GoogleCloudDialogflowCxV3DeployFlowRequest $postBody, $op… argument
87 $params = ['environment' => $environment, 'postBody' => $postBody];
175 * @param string $environment Required. Format:
181 …public function runContinuousTest($environment, GoogleCloudDialogflowCxV3RunContinuousTestRequest … argument
183 $params = ['environment' => $environment, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md59 `GOOGLE_APPLICATION_CREDENTIALS` environment variable.
65 > PHP's `putenv` function is just one way to set an environment variable.
77 As long as you update the environment variable below to point to *your* JSON
176 … a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment variable, you c…

1234567891011