Home
last modified time | relevance | path

Searched refs:textPayload (Results 1 – 25 of 49) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ServiceControl/
H A DLogEntry.php30 public $textPayload; variable in Google_Service_ServiceControl_LogEntry
110 public function setTextPayload($textPayload) argument
112 $this->textPayload = $textPayload;
116 return $this->textPayload;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Networkconnectivity/
H A DLogEntry.php32 public $textPayload; variable in Google_Service_Networkconnectivity_LogEntry
126 public function setTextPayload($textPayload) argument
128 $this->textPayload = $textPayload;
132 return $this->textPayload;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CertificateAuthorityService/
H A DGoogleApiServicecontrolV1LogEntry.php32 public $textPayload; variable in Google_Service_CertificateAuthorityService_GoogleApiServicecontrolV1LogEntry
126 public function setTextPayload($textPayload) argument
128 $this->textPayload = $textPayload;
132 return $this->textPayload;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1DataItem.php53 … setTextPayload(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload $textPayload) argument
55 $this->textPayload = $textPayload;
62 return $this->textPayload;
H A DGoogleCloudDatalabelingV1beta1Example.php70 … setTextPayload(Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1TextPayload $textPayload) argument
72 $this->textPayload = $textPayload;
79 return $this->textPayload;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Logging/
H A DLogEntry.php38 public $textPayload; variable in Google_Service_Logging_LogEntry
177 public function setTextPayload($textPayload) argument
179 $this->textPayload = $textPayload;
183 return $this->textPayload;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Logging/
H A DLogEntry.php38 public $textPayload; variable in Google_Service_Logging_LogEntry
177 public function setTextPayload($textPayload) argument
179 $this->textPayload = $textPayload;
183 return $this->textPayload;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/test/
H A Dtest_operation.py81 logEntries=[messages.LogEntry(textPayload='initial')]
87 logEntries=[messages.LogEntry(textPayload='agg1')]
92 logEntries=[messages.LogEntry(textPayload='agg2')]
99 messages.LogEntry(textPayload='initial'),
100 messages.LogEntry(textPayload='agg1'),
101 messages.LogEntry(textPayload='agg2')
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ai/
H A Dlog_util.py113 elif log_entry.textPayload is not None:
114 message.append(six.text_type(log_entry.textPayload))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ml_engine/
H A Dlog_utils.py142 elif log_entry.textPayload is not None:
143 output['message'] += six.text_type(log_entry.textPayload)
/dports/security/keybase/client-v5.7.1/shared/android/app/src/main/java/io/keybase/ossifrage/
H A DMainActivity.java305 String textPayload = sb.toString();
331 } else if (textPayload.length() > 0){
332 engine.setInitialShareText(textPayload);
352 } else if (textPayload.length() > 0) {
354 args.putString("text", textPayload);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/
H A Dlogs_util.py102 text = entry.textPayload
282 return entry.textPayload
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/logging/
H A Dwrite.py87 entry.textPayload = args.message
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/functions/logs/
H A Dread.py142 message = entry.textPayload
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/cloudbuild/
H A Dlogs.py251 text = self._ValidateScreenReader(output.textPayload)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/google/api/gen/
H A Dservicecontrol_v1_messages.py1224 textPayload = _messages.StringField(11) variable in LogEntry
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/networkconnectivity/v1alpha1/
H A Dnetworkconnectivity_v1alpha1_messages.py1163 textPayload = _messages.StringField(10) variable in LogEntry
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/addons/fluentd-gcp/
H A Dfluentd-gcp-configmap.yaml99 # fluent-plugin-google-cloud knows to flatten the field as textPayload
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/sddc/v1alpha1/
H A Dsddc_v1alpha1_messages.py1677 textPayload = _messages.StringField(10) variable in LogEntry
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/apis/logging/v2/
H A Dlogging_v2_messages.py942 textPayload = _messages.StringField(14) variable in LogEntry
/dports/www/fpc-googleapi/fpc-3.2.2/packages/googleapi/src/
H A Dgooglelogging.pp242 Property textPayload : String Index 24 Read FtextPayload Write SettextPayload;
/dports/lang/fpc-source/fpc-3.2.2/packages/googleapi/src/
H A Dgooglelogging.pp242 Property textPayload : String Index 24 Read FtextPayload Write SettextPayload;
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/google.golang.org/api/google-api-go-client-9bf6e6e569ff/google-api-go-generator/testdata/
H A Dany.want369 TextPayload string `json:"textPayload,omitempty"`
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/google-api-go-generator/testdata/
H A Dany.want479 TextPayload string `json:"textPayload,omitempty"`
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/api/google-api-go-generator/testdata/
H A Dany.want477 TextPayload string `json:"textPayload,omitempty"`

12