Interface OperationMetadata.DiagnosticOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLocation()
      Location of the diagnostic.
      com.google.protobuf.ByteString getLocationBytes()
      Location of the diagnostic.
      String getMessage()
      The diagnostic message.
      com.google.protobuf.ByteString getMessageBytes()
      The diagnostic message.
      • 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 Detail

      • getLocation

        String getLocation()
         Location of the diagnostic.
         
        string location = 1;
        Returns:
        The location.
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
         Location of the diagnostic.
         
        string location = 1;
        Returns:
        The bytes for location.
      • getMessage

        String getMessage()
         The diagnostic message.
         
        string message = 2;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
         The diagnostic message.
         
        string message = 2;
        Returns:
        The bytes for message.