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

Breadcrumb

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

class GPBLabel

Hierarchy

  • class \Google\Protobuf\Internal\GPBLabel

Expanded class hierarchy of GPBLabel

3 files declare their use of GPBLabel
Message.php in vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php
MessageBuilderContext.php in vendor/google/protobuf/src/Google/Protobuf/Internal/MessageBuilderContext.php
ProtobufSerializer.php in vendor/open-telemetry/exporter-otlp/ProtobufSerializer.php

File

vendor/google/protobuf/src/Google/Protobuf/Internal/GPBLabel.php, line 12

Namespace

Google\Protobuf\Internal
View source
class GPBLabel {
    const OPTIONAL = 1;
    const REQUIRED = 2;
    const REPEATED = 3;

}

Members

Title Sort descending Modifiers Object type Summary
GPBLabel::OPTIONAL constant
GPBLabel::REPEATED constant
GPBLabel::REQUIRED constant

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal