Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GPBUtil.php

103 calls to GPBUtil::checkString()

Annotation::setSourceFile in vendor/google/protobuf/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php
Identifies the filesystem path to the original source .proto.
Any::setTypeUrl in vendor/google/protobuf/src/Google/Protobuf/Any.php
A URL/resource name that uniquely identifies the type of the serialized protocol buffer message. This string must contain at least one "/" character. The last segment of the URL's path must represent the fully qualified name of the type…
Any::setValue in vendor/google/protobuf/src/Google/Protobuf/Any.php
Must be a valid serialized protocol buffer of the above specified type.
AnyValue::setBytesValue in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/AnyValue.php
Generated from protobuf field <code>bytes bytes_value = 7;</code>
AnyValue::setStringValue in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/AnyValue.php
Generated from protobuf field <code>string string_value = 1;</code>
Api::setName in vendor/google/protobuf/src/Google/Protobuf/Api.php
The fully qualified name of this interface, including package name followed by the interface's simple name.
Api::setVersion in vendor/google/protobuf/src/Google/Protobuf/Api.php
A version string for this interface. If specified, must have the form `major-version.minor-version`, as in `1.10`. If the minor version is omitted, it defaults to zero. If the entire version field is empty, the major version is derived from the…
BytesValue::setValue in vendor/google/protobuf/src/Google/Protobuf/BytesValue.php
The bytes value.
DescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/DescriptorProto.php
Generated from protobuf field <code>optional string name = 1;</code>
Enum::setName in vendor/google/protobuf/src/Google/Protobuf/Enum.php
Enum type name.
EnumDescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/EnumDescriptorProto.php
Generated from protobuf field <code>optional string name = 1;</code>
EnumValue::setName in vendor/google/protobuf/src/Google/Protobuf/EnumValue.php
Enum value name.
EnumValueDescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php
Generated from protobuf field <code>optional string name = 1;</code>
Event::setName in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Event.php
name of the event. This field is semantically required to be set to non-empty string.
Exemplar::setSpanId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Exemplar.php
(Optional) Span ID of the exemplar trace. span_id may be missing if the measurement is not recorded inside a trace or if the trace is not sampled.
Exemplar::setTraceId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Exemplar.php
(Optional) Trace ID of the exemplar trace. trace_id may be missing if the measurement is not recorded inside a trace or if the trace is not sampled.
ExportLogsPartialSuccess::setErrorMessage in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Logs/V1/ExportLogsPartialSuccess.php
A developer-facing human-readable message in English. It should be used either to explain why the server rejected parts of the data during a partial success or to convey warnings/suggestions during a full success. The message should offer guidance on…
ExportMetricsPartialSuccess::setErrorMessage in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Metrics/V1/ExportMetricsPartialSuccess.php
A developer-facing human-readable message in English. It should be used either to explain why the server rejected parts of the data during a partial success or to convey warnings/suggestions during a full success. The message should offer guidance on…
ExportTracePartialSuccess::setErrorMessage in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Collector/Trace/V1/ExportTracePartialSuccess.php
A developer-facing human-readable message in English. It should be used either to explain why the server rejected parts of the data during a partial success or to convey warnings/suggestions during a full success. The message should offer guidance on…
Field::setDefaultValue in vendor/google/protobuf/src/Google/Protobuf/Field.php
The string value of the default value of this field. Proto2 syntax only.
Field::setJsonName in vendor/google/protobuf/src/Google/Protobuf/Field.php
The field JSON name.
Field::setName in vendor/google/protobuf/src/Google/Protobuf/Field.php
The field name.
Field::setTypeUrl in vendor/google/protobuf/src/Google/Protobuf/Field.php
The field type URL, without the scheme, for message or enumeration types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
FieldDescriptorProto::setDefaultValue in vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
For numeric types, contains the original text representation of the value. For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All…
FieldDescriptorProto::setExtendee in vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
For extensions, this is the name of the type being extended. It is resolved in the same manner as type_name.
FieldDescriptorProto::setJsonName in vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
JSON name of this field. The value is set by protocol compiler. If the user has set a "json_name" option on this field, that option's value will be used. Otherwise, it's deduced from the field's name by converting it to camelCase.
FieldDescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
Generated from protobuf field <code>optional string name = 1;</code>
FieldDescriptorProto::setTypeName in vendor/google/protobuf/src/Google/Protobuf/Internal/FieldDescriptorProto.php
For message and enum types, this is the name of the type. If the name starts with a '.', it is fully-qualified. Otherwise, C++-like scoping rules are used to find the type (i.e. first the nested types within this message are searched, then…
FileDescriptorProto::setEdition in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
The edition of the proto file, which is an opaque string.
FileDescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
file name, relative to root of source tree
FileDescriptorProto::setPackage in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
e.g. "foo", "foo.bar", etc.
FileDescriptorProto::setSyntax in vendor/google/protobuf/src/Google/Protobuf/Internal/FileDescriptorProto.php
The syntax of the proto file. The supported values are "proto2", "proto3", and "editions". If `edition` is present, this value must be "editions".
FileOptions::setCsharpNamespace in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Namespace for generated classes; defaults to the package.
FileOptions::setGoPackage in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Sets the Go package where structs generated from this .proto will be placed. If omitted, the Go package will be derived from the following:
FileOptions::setJavaOuterClassname in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Controls the name of the wrapper Java class generated for the .proto file. That class will always contain the .proto file's getDescriptor() method as well as any top-level extensions defined in the .proto file. If java_multiple_files is disabled,…
FileOptions::setJavaPackage in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.
FileOptions::setObjcClassPrefix in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Sets the objective c class prefix which is prepended to all objective c generated classes from this .proto. There is no default.
FileOptions::setPhpClassPrefix in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Sets the php class prefix which is prepended to all php generated classes from this .proto. Default is empty.
FileOptions::setPhpMetadataNamespace in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Use this option to change the namespace of php generated metadata classes. Default is empty. When this option is empty, the proto file name will be used for determining the namespace.
FileOptions::setPhpNamespace in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace.
FileOptions::setRubyPackage in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
Use this option to change the package of ruby generated classes. Default is empty. When this option is not set, the package name will be used for determining the ruby package.
FileOptions::setSwiftPrefix in vendor/google/protobuf/src/Google/Protobuf/Internal/FileOptions.php
By default Swift generators will take the proto package and CamelCase it replacing '.' with underscore and use that to prefix the types/symbols defined. When this options is provided, they will use this value instead to prefix the…
InstrumentationLibrary::setName in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationLibrary.php
An empty instrumentation library name means the name is unknown.
InstrumentationLibrary::setVersion in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationLibrary.php
Generated from protobuf field <code>string version = 2;</code>
InstrumentationLibraryLogs::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/InstrumentationLibraryLogs.php
This schema_url applies to all logs in the "logs" field.
InstrumentationLibraryMetrics::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/InstrumentationLibraryMetrics.php
This schema_url applies to all metrics in the "metrics" field.
InstrumentationLibrarySpans::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/InstrumentationLibrarySpans.php
This schema_url applies to all spans and span events in the "spans" field.
InstrumentationScope::setName in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationScope.php
An empty instrumentation scope name means the name is unknown.
InstrumentationScope::setVersion in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationScope.php
Generated from protobuf field <code>string version = 2;</code>
IntExemplar::setSpanId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntExemplar.php
(Optional) Span ID of the exemplar trace. span_id may be missing if the measurement is not recorded inside a trace or if the trace is not sampled.
IntExemplar::setTraceId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntExemplar.php
(Optional) Trace ID of the exemplar trace. trace_id may be missing if the measurement is not recorded inside a trace or if the trace is not sampled.
KeyValue::setKey in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/KeyValue.php
Generated from protobuf field <code>string key = 1;</code>
Link::setSpanId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php
A unique identifier for the linked span. The ID is an 8-byte array.
Link::setTraceId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php
A unique identifier of a trace that this linked span is part of. The ID is a 16-byte array.
Link::setTraceState in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span/Link.php
The trace_state associated with the link.
Location::setLeadingComments in vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration. A series of line comments appearing on consecutive lines, with no other tokens…
Location::setTrailingComments in vendor/google/protobuf/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php
Generated from protobuf field <code>optional string trailing_comments = 4;</code>
LogRecord::setSeverityText in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecord.php
The severity text (also known as log level). The original string representation as it is known at the source. [Optional].
LogRecord::setSpanId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecord.php
A unique identifier for a span within a trace, assigned when the span is created. The ID is an 8-byte array. An ID with all zeroes OR of length other than 8 bytes is considered invalid (empty string in OTLP/JSON is zero-length and thus is also…
LogRecord::setTraceId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/LogRecord.php
A unique identifier for a trace. All logs from the same trace share the same `trace_id`. The ID is a 16-byte array. An ID with all zeroes OR of length other than 16 bytes is considered invalid (empty string in OTLP/JSON is zero-length and thus is also…
MapField::checkKey in vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php
@ignore
MapField::offsetSet in vendor/google/protobuf/src/Google/Protobuf/Internal/MapField.php
Assign the element at the given key.
Method::setName in vendor/google/protobuf/src/Google/Protobuf/Method.php
The simple name of this method.
Method::setRequestTypeUrl in vendor/google/protobuf/src/Google/Protobuf/Method.php
A URL of the input message type.
Method::setResponseTypeUrl in vendor/google/protobuf/src/Google/Protobuf/Method.php
The URL of the output message type.
MethodDescriptorProto::setInputType in vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php
Input and output type names. These are resolved in the same way as FieldDescriptorProto.type_name, but must refer to a message type.
MethodDescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php
Generated from protobuf field <code>optional string name = 1;</code>
MethodDescriptorProto::setOutputType in vendor/google/protobuf/src/Google/Protobuf/Internal/MethodDescriptorProto.php
Generated from protobuf field <code>optional string output_type = 3;</code>
Metric::setDescription in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Metric.php
description of the metric, which can be used in documentation.
Metric::setName in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Metric.php
name of the metric.
Metric::setUnit in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/Metric.php
unit in which the metric value is reported. Follows the format described by http://unitsofmeasure.org/ucum.html.
MetricConfigRequest::setLastKnownFingerprint in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigRequest.php
Optional. The value of MetricConfigResponse.fingerprint for the last configuration that the caller received and successfully applied.
MetricConfigResponse::setFingerprint in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse.php
Optional. The fingerprint associated with this MetricConfigResponse. Each change in configs yields a different fingerprint. The resource SHOULD copy this value to MetricConfigRequest.last_known_fingerprint for the next configuration request. If there…
Mixin::setName in vendor/google/protobuf/src/Google/Protobuf/Mixin.php
The fully qualified name of the interface which is included.
Mixin::setRoot in vendor/google/protobuf/src/Google/Protobuf/Mixin.php
If non-empty specifies a path under which inherited HTTP paths are rooted.
NamePart::setNamePart in vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php
Generated from protobuf field <code>required string name_part = 1;</code>
OneofDescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/OneofDescriptorProto.php
Generated from protobuf field <code>optional string name = 1;</code>
Option::setName in vendor/google/protobuf/src/Google/Protobuf/Option.php
The option's name. For protobuf built-in options (options defined in descriptor.proto), this is the short name. For example, `"map_entry"`. For custom options, it should be the fully-qualified name. For…
Pattern::setEquals in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule/Pattern.php
matches the metric name exactly
Pattern::setStartsWith in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/Experimental/MetricConfigResponse/Schedule/Pattern.php
prefix-matches the metric name
RepeatedField::offsetSet in vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php
Assign the element at the given index.
ResourceLogs::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ResourceLogs.php
The Schema URL, if known. This is the identifier of the Schema that the resource data is recorded in. To learn more about Schema URL see https://opentelemetry.io/docs/specs/otel/schemas/#schema-url This schema_url applies to the data in the…
ResourceMetrics::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ResourceMetrics.php
The Schema URL, if known. This is the identifier of the Schema that the resource data is recorded in. To learn more about Schema URL see https://opentelemetry.io/docs/specs/otel/schemas/#schema-url This schema_url applies to the data in the…
ResourceSpans::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ResourceSpans.php
The Schema URL, if known. This is the identifier of the Schema that the resource data is recorded in. To learn more about Schema URL see https://opentelemetry.io/docs/specs/otel/schemas/#schema-url This schema_url applies to the data in the…
ScopeLogs::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Logs/V1/ScopeLogs.php
The Schema URL, if known. This is the identifier of the Schema that the log data is recorded in. To learn more about Schema URL see https://opentelemetry.io/docs/specs/otel/schemas/#schema-url This schema_url applies to all logs in the…
ScopeMetrics::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/ScopeMetrics.php
The Schema URL, if known. This is the identifier of the Schema that the metric data is recorded in. To learn more about Schema URL see https://opentelemetry.io/docs/specs/otel/schemas/#schema-url This schema_url applies to all metrics in the…
ScopeSpans::setSchemaUrl in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/ScopeSpans.php
The Schema URL, if known. This is the identifier of the Schema that the span data is recorded in. To learn more about Schema URL see https://opentelemetry.io/docs/specs/otel/schemas/#schema-url This schema_url applies to all spans and span events in…
ServiceDescriptorProto::setName in vendor/google/protobuf/src/Google/Protobuf/Internal/ServiceDescriptorProto.php
Generated from protobuf field <code>optional string name = 1;</code>
SourceContext::setFileName in vendor/google/protobuf/src/Google/Protobuf/SourceContext.php
The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source_context.proto"`.
Span::setName in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
A description of the span's operation. For example, the name can be a qualified method name or a file name and a line number where the operation is called. A best practice is to use the same display name at the same call point in an…
Span::setParentSpanId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
The `span_id` of this span's parent span. If this is a root span, then this field must be empty. The ID is an 8-byte array.
Span::setSpanId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
A unique identifier for a span within a trace, assigned when the span is created. The ID is an 8-byte array. An ID with all zeroes OR of length other than 8 bytes is considered invalid (empty string in OTLP/JSON is zero-length and thus is also…
Span::setTraceId in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
A unique identifier for a trace. All spans from the same trace share the same `trace_id`. The ID is a 16-byte array. An ID with all zeroes OR of length other than 16 bytes is considered invalid (empty string in OTLP/JSON is zero-length and thus is…
Span::setTraceState in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Span.php
trace_state conveys information about request position in multiple distributed tracing graphs. It is a trace_state in w3c-trace-context format: https://www.w3.org/TR/trace-context/#tracestate-header See also https://github.com/w3c/distributed-tracing…
Status::setMessage in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Trace/V1/Status.php
A developer-facing human readable error message.
StringKeyValue::setKey in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/StringKeyValue.php
Generated from protobuf field <code>string key = 1;</code>
StringKeyValue::setValue in vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/StringKeyValue.php
Generated from protobuf field <code>string value = 2;</code>
StringValue::setValue in vendor/google/protobuf/src/Google/Protobuf/StringValue.php
The string value.
Type::setName in vendor/google/protobuf/src/Google/Protobuf/Type.php
The fully qualified message name.
UninterpretedOption::setAggregateValue in vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php
Generated from protobuf field <code>optional string aggregate_value = 8;</code>
UninterpretedOption::setIdentifierValue in vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php
The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set.
UninterpretedOption::setStringValue in vendor/google/protobuf/src/Google/Protobuf/Internal/UninterpretedOption.php
Generated from protobuf field <code>optional bytes string_value = 7;</code>
Value::setStringValue in vendor/google/protobuf/src/Google/Protobuf/Value.php
Represents a string value.
RSS feed
Powered by Drupal