Interface ServerHeaderOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServerHeader, ServerHeader.Builder

public interface ServerHeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    This contains only the metadata from the application.
    This contains only the metadata from the application.
    boolean
    This contains only the metadata from the application.

    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

    • hasMetadata

      boolean hasMetadata()
       This contains only the metadata from the application.
       
      .grpc.binarylog.v1.Metadata metadata = 1;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      Metadata getMetadata()
       This contains only the metadata from the application.
       
      .grpc.binarylog.v1.Metadata metadata = 1;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      MetadataOrBuilder getMetadataOrBuilder()
       This contains only the metadata from the application.
       
      .grpc.binarylog.v1.Metadata metadata = 1;