shade.polaris.io.grpc.binarylog.v1.TrailerOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/binlog/v1/binarylog.proto
package io.grpc.binarylog.v1;
public interface TrailerOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.binarylog.v1.Trailer)
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();
/**
*
* The gRPC status code.
*
*
* uint32 status_code = 2;
* @return The statusCode.
*/
int getStatusCode();
/**
*
* An original status message before any transport specific
* encoding.
*
*
* string status_message = 3;
* @return The statusMessage.
*/
java.lang.String getStatusMessage();
/**
*
* An original status message before any transport specific
* encoding.
*
*
* string status_message = 3;
* @return The bytes for statusMessage.
*/
com.google.protobuf.ByteString
getStatusMessageBytes();
/**
*
* The value of the 'grpc-status-details-bin' metadata key. If
* present, this is always an encoded 'google.rpc.Status' message.
*
*
* bytes status_details = 4;
* @return The statusDetails.
*/
com.google.protobuf.ByteString getStatusDetails();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy