io.grpc.binarylog.v1.ServerHeaderOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/binlog/v1/binarylog.proto
// Protobuf Java Version: 3.25.5
package io.grpc.binarylog.v1;
public interface ServerHeaderOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.binarylog.v1.ServerHeader)
com.google.protobuf.MessageOrBuilder {
/**
*
* This contains only the metadata from the application.
*
*
* .grpc.binarylog.v1.Metadata metadata = 1;
* @return Whether the metadata field is set.
*/
boolean hasMetadata();
/**
*
* This contains only the metadata from the application.
*
*
* .grpc.binarylog.v1.Metadata metadata = 1;
* @return The metadata.
*/
io.grpc.binarylog.v1.Metadata getMetadata();
/**
*
* This contains only the metadata from the application.
*
*
* .grpc.binarylog.v1.Metadata metadata = 1;
*/
io.grpc.binarylog.v1.MetadataOrBuilder getMetadataOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy