io.opensergo.proto.service_contract.v1.MessageOptionsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: opensergo/proto/service_contract/v1/service_contract.proto
package io.opensergo.proto.service_contract.v1;
public interface MessageOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:opensergo.proto.service_contract.v1.MessageOptions)
com.google.protobuf.MessageOrBuilder {
/**
*
* Is this message deprecated?
* Depending on the target platform, this can emit Deprecated annotations
* for the message, or it will be completely ignored; in the very least,
* this is a formalization for deprecating messages.
*
*
* optional bool deprecated = 3;
* @return Whether the deprecated field is set.
*/
boolean hasDeprecated();
/**
*
* Is this message deprecated?
* Depending on the target platform, this can emit Deprecated annotations
* for the message, or it will be completely ignored; in the very least,
* this is a formalization for deprecating messages.
*
*
* optional bool deprecated = 3;
* @return The deprecated.
*/
boolean getDeprecated();
}