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

io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsValueOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v1.proto

package io.vanillabp.cockpit.bpms.api.protobuf.v1;

public interface DetailsValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:DetailsValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool nullValue = 1;
   * @return Whether the nullValue field is set.
   */
  boolean hasNullValue();
  /**
   * bool nullValue = 1;
   * @return The nullValue.
   */
  boolean getNullValue();

  /**
   * string numericValue = 2;
   * @return Whether the numericValue field is set.
   */
  boolean hasNumericValue();
  /**
   * string numericValue = 2;
   * @return The numericValue.
   */
  java.lang.String getNumericValue();
  /**
   * string numericValue = 2;
   * @return The bytes for numericValue.
   */
  com.google.protobuf.ByteString
      getNumericValueBytes();

  /**
   * string stringValue = 3;
   * @return Whether the stringValue field is set.
   */
  boolean hasStringValue();
  /**
   * string stringValue = 3;
   * @return The stringValue.
   */
  java.lang.String getStringValue();
  /**
   * string stringValue = 3;
   * @return The bytes for stringValue.
   */
  com.google.protobuf.ByteString
      getStringValueBytes();

  /**
   * bool boolValue = 4;
   * @return Whether the boolValue field is set.
   */
  boolean hasBoolValue();
  /**
   * bool boolValue = 4;
   * @return The boolValue.
   */
  boolean getBoolValue();

  /**
   * .DetailsMap mapValue = 5;
   * @return Whether the mapValue field is set.
   */
  boolean hasMapValue();
  /**
   * .DetailsMap mapValue = 5;
   * @return The mapValue.
   */
  io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsMap getMapValue();
  /**
   * .DetailsMap mapValue = 5;
   */
  io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsMapOrBuilder getMapValueOrBuilder();

  io.vanillabp.cockpit.bpms.api.protobuf.v1.DetailsValue.TheseCase getTheseCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy