Interface Service.ServiceConfigurationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.ServiceConfiguration, Service.ServiceConfiguration.Builder
Enclosing class:
Service

public static interface Service.ServiceConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    Service.ServiceConfiguration.Format getFormat()
    .exonum.java.ServiceConfiguration.Format format = 1;
    int getFormatValue()
    .exonum.java.ServiceConfiguration.Format format = 1;
    java.lang.String getValue()
    string value = 2;
    com.google.protobuf.ByteString getValueBytes()
    string value = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFormatValue

      int getFormatValue()
      .exonum.java.ServiceConfiguration.Format format = 1;
      Returns:
      The enum numeric value on the wire for format.
    • getFormat

      .exonum.java.ServiceConfiguration.Format format = 1;
      Returns:
      The format.
    • getValue

      java.lang.String getValue()
      string value = 2;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
      string value = 2;
      Returns:
      The bytes for value.