Interface ErrorDescriptionStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ErrorDescriptionStructure, ErrorDescriptionStructure.Builder

@Generated public interface ErrorDescriptionStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Type for Description of an error.
    com.google.protobuf.ByteString
    Type for Description of an error.

    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

    • getValue

      String getValue()
       Type for Description of an error.  [siri/siri_request_errorConditions-v2.0.xsd at 143:52]
       
      string value = 1;
      Returns:
      The value.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
       Type for Description of an error.  [siri/siri_request_errorConditions-v2.0.xsd at 143:52]
       
      string value = 1;
      Returns:
      The bytes for value.