All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opensergo.proto.service_contract.v1.EnumValueDescriptorProtoOrBuilder 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 EnumValueDescriptorProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opensergo.proto.service_contract.v1.EnumValueDescriptorProto)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string name = 1;
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   * optional string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional int32 number = 2;
   * @return Whether the number field is set.
   */
  boolean hasNumber();
  /**
   * optional int32 number = 2;
   * @return The number.
   */
  int getNumber();

  /**
   * optional .opensergo.proto.service_contract.v1.EnumValueOptions options = 3;
   * @return Whether the options field is set.
   */
  boolean hasOptions();
  /**
   * optional .opensergo.proto.service_contract.v1.EnumValueOptions options = 3;
   * @return The options.
   */
  io.opensergo.proto.service_contract.v1.EnumValueOptions getOptions();
  /**
   * optional .opensergo.proto.service_contract.v1.EnumValueOptions options = 3;
   */
  io.opensergo.proto.service_contract.v1.EnumValueOptionsOrBuilder getOptionsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy