Interface PushConfig.NoWrapperOrBuilder

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

public static interface PushConfig.NoWrapperOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    When true, writes the Pub/Sub message metadata to `x-goog-pubsub-<KEY>:<VAL>` headers of the HTTP request.

    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

    • getWriteMetadata

      boolean getWriteMetadata()
       When true, writes the Pub/Sub message metadata to
       `x-goog-pubsub-<KEY>:<VAL>` headers of the HTTP request. Writes the
       Pub/Sub message attributes to `<KEY>:<VAL>` headers of the HTTP request.
       
      bool write_metadata = 1;
      Returns:
      The writeMetadata.