Package io.dapr.v1

Interface DaprClientProtos.CloudEventEnvelopeOrBuilder

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

public static interface DaprClientProtos.CloudEventEnvelopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    com.google.protobuf.Any getData()
    .google.protobuf.Any data = 7;
    java.lang.String getDataContentType()
    string data_content_type = 5;
    com.google.protobuf.ByteString getDataContentTypeBytes()
    string data_content_type = 5;
    com.google.protobuf.AnyOrBuilder getDataOrBuilder()
    .google.protobuf.Any data = 7;
    java.lang.String getId()
    string id = 1;
    com.google.protobuf.ByteString getIdBytes()
    string id = 1;
    java.lang.String getSource()
    string source = 2;
    com.google.protobuf.ByteString getSourceBytes()
    string source = 2;
    java.lang.String getSpecVersion()
    string specVersion = 4;
    com.google.protobuf.ByteString getSpecVersionBytes()
    string specVersion = 4;
    java.lang.String getTopic()
    string topic = 6;
    com.google.protobuf.ByteString getTopicBytes()
    string topic = 6;
    java.lang.String getType()
    string type = 3;
    com.google.protobuf.ByteString getTypeBytes()
    string type = 3;
    boolean hasData()
    .google.protobuf.Any data = 7;

    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

    • getId

      java.lang.String getId()
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      Returns:
      The bytes for id.
    • getSource

      java.lang.String getSource()
      string source = 2;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      string source = 2;
      Returns:
      The bytes for source.
    • getType

      java.lang.String getType()
      string type = 3;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 3;
      Returns:
      The bytes for type.
    • getSpecVersion

      java.lang.String getSpecVersion()
      string specVersion = 4;
      Returns:
      The specVersion.
    • getSpecVersionBytes

      com.google.protobuf.ByteString getSpecVersionBytes()
      string specVersion = 4;
      Returns:
      The bytes for specVersion.
    • getDataContentType

      java.lang.String getDataContentType()
      string data_content_type = 5;
      Returns:
      The dataContentType.
    • getDataContentTypeBytes

      com.google.protobuf.ByteString getDataContentTypeBytes()
      string data_content_type = 5;
      Returns:
      The bytes for dataContentType.
    • getTopic

      java.lang.String getTopic()
      string topic = 6;
      Returns:
      The topic.
    • getTopicBytes

      com.google.protobuf.ByteString getTopicBytes()
      string topic = 6;
      Returns:
      The bytes for topic.
    • hasData

      boolean hasData()
      .google.protobuf.Any data = 7;
      Returns:
      Whether the data field is set.
    • getData

      com.google.protobuf.Any getData()
      .google.protobuf.Any data = 7;
      Returns:
      The data.
    • getDataOrBuilder

      com.google.protobuf.AnyOrBuilder getDataOrBuilder()
      .google.protobuf.Any data = 7;