package v1

Package Members

  1. package binarylog

Type Members

  1. final class Address extends GeneratedMessage with AddressOrBuilder

    Address information
    

    Address information
    

    Protobuf type grpc.binarylog.v1.Address

    Annotations
    @Generated()
  2. trait AddressOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()
  3. final class BinaryLogProto extends GeneratedFile
    Annotations
    @Generated()
  4. final class ClientHeader extends GeneratedMessage with ClientHeaderOrBuilder

    Protobuf type grpc.binarylog.v1.ClientHeader

    Protobuf type grpc.binarylog.v1.ClientHeader

    Annotations
    @Generated()
  5. trait ClientHeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()
  6. final class GrpcLogEntry extends GeneratedMessage with GrpcLogEntryOrBuilder

    Log entry we store in binary logs
    

    Log entry we store in binary logs
    

    Protobuf type grpc.binarylog.v1.GrpcLogEntry

    Annotations
    @Generated()
  7. trait GrpcLogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()
  8. final class Message extends GeneratedMessage with MessageOrBuilder

    Message payload, used by CLIENT_MESSAGE and SERVER_MESSAGE
    

    Message payload, used by CLIENT_MESSAGE and SERVER_MESSAGE
    

    Protobuf type grpc.binarylog.v1.Message

    Annotations
    @Generated()
  9. trait MessageOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()
  10. final class Metadata extends GeneratedMessage with MetadataOrBuilder

    A list of metadata pairs, used in the payload of client header,
    server header, and server trailer.
    Implementations may omit some entries to honor the header limits
    of GRPC_BINARY_LOG_CONFIG.
    
    Header keys added by gRPC are omitted. To be more specific,
    implementations will not log the following entries, and this is
    not to be treated as a truncation:
    - entries handled by grpc that are not user visible, such as those
    that begin with 'grpc-' (with exception of grpc-trace-bin)
    or keys like 'lb-token'
    - transport specific entries, including but not limited to:
    ':path', ':authority', 'content-encoding', 'user-agent', 'te', etc
    - entries added for call credentials
    
    Implementations must always log grpc-trace-bin if it is present.
    Practically speaking it will only be visible on server side because
    grpc-trace-bin is managed by low level client side mechanisms
    inaccessible from the application level. On server side, the
    header is just a normal metadata key.
    The pair will not count towards the size limit.
    

    A list of metadata pairs, used in the payload of client header,
    server header, and server trailer.
    Implementations may omit some entries to honor the header limits
    of GRPC_BINARY_LOG_CONFIG.
    
    Header keys added by gRPC are omitted. To be more specific,
    implementations will not log the following entries, and this is
    not to be treated as a truncation:
    - entries handled by grpc that are not user visible, such as those
    that begin with 'grpc-' (with exception of grpc-trace-bin)
    or keys like 'lb-token'
    - transport specific entries, including but not limited to:
    ':path', ':authority', 'content-encoding', 'user-agent', 'te', etc
    - entries added for call credentials
    
    Implementations must always log grpc-trace-bin if it is present.
    Practically speaking it will only be visible on server side because
    grpc-trace-bin is managed by low level client side mechanisms
    inaccessible from the application level. On server side, the
    header is just a normal metadata key.
    The pair will not count towards the size limit.
    

    Protobuf type grpc.binarylog.v1.Metadata

    Annotations
    @Generated()
  11. final class MetadataEntry extends GeneratedMessage with MetadataEntryOrBuilder

    A metadata key value pair
    

    A metadata key value pair
    

    Protobuf type grpc.binarylog.v1.MetadataEntry

    Annotations
    @Generated()
  12. trait MetadataEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()
  13. trait MetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()
  14. final class ServerHeader extends GeneratedMessage with ServerHeaderOrBuilder

    Protobuf type grpc.binarylog.v1.ServerHeader

    Protobuf type grpc.binarylog.v1.ServerHeader

    Annotations
    @Generated()
  15. trait ServerHeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()
  16. final class Trailer extends GeneratedMessage with TrailerOrBuilder

    Protobuf type grpc.binarylog.v1.Trailer

    Protobuf type grpc.binarylog.v1.Trailer

    Annotations
    @Generated()
  17. trait TrailerOrBuilder extends com.google.protobuf.MessageOrBuilder
    Annotations
    @Generated()

Ungrouped