Interface CloudEvent.CloudEventAttributeValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CloudEvent.CloudEventAttributeValue, CloudEvent.CloudEventAttributeValue.Builder
Enclosing class:
CloudEvent

public static interface CloudEvent.CloudEventAttributeValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    bool ce_boolean = 1;
    com.google.protobuf.ByteString
    bytes ce_bytes = 4;
    int
    int32 ce_integer = 2;
    string ce_string = 3;
    com.google.protobuf.ByteString
    string ce_string = 3;
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp ce_timestamp = 7;
    com.google.protobuf.TimestampOrBuilder
    .google.protobuf.Timestamp ce_timestamp = 7;
    string ce_uri = 5;
    com.google.protobuf.ByteString
    string ce_uri = 5;
    string ce_uri_ref = 6;
    com.google.protobuf.ByteString
    string ce_uri_ref = 6;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCeBoolean

      boolean getCeBoolean()
      bool ce_boolean = 1;
    • getCeInteger

      int getCeInteger()
      int32 ce_integer = 2;
    • getCeString

      String getCeString()
      string ce_string = 3;
    • getCeStringBytes

      com.google.protobuf.ByteString getCeStringBytes()
      string ce_string = 3;
    • getCeBytes

      com.google.protobuf.ByteString getCeBytes()
      bytes ce_bytes = 4;
    • getCeUri

      String getCeUri()
      string ce_uri = 5;
    • getCeUriBytes

      com.google.protobuf.ByteString getCeUriBytes()
      string ce_uri = 5;
    • getCeUriRef

      String getCeUriRef()
      string ce_uri_ref = 6;
    • getCeUriRefBytes

      com.google.protobuf.ByteString getCeUriRefBytes()
      string ce_uri_ref = 6;
    • getCeTimestamp

      com.google.protobuf.Timestamp getCeTimestamp()
      .google.protobuf.Timestamp ce_timestamp = 7;
    • getCeTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getCeTimestampOrBuilder()
      .google.protobuf.Timestamp ce_timestamp = 7;
    • getAttrCase