Interface Versioning.VersioningAnnotationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPreviousMessageType()
      Track the previous message type.
      com.google.protobuf.ByteString getPreviousMessageTypeBytes()
      Track the previous message type.
      • 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

      • getPreviousMessageType

        java.lang.String getPreviousMessageType()
         Track the previous message type. E.g. this message might be
         xds.foo.v3alpha.Foo and it was previously xds.bar.v2.Bar. This
         information is consumed by UDPA via proto descriptors.
         
        string previous_message_type = 1;
        Returns:
        The previousMessageType.
      • getPreviousMessageTypeBytes

        com.google.protobuf.ByteString getPreviousMessageTypeBytes()
         Track the previous message type. E.g. this message might be
         xds.foo.v3alpha.Foo and it was previously xds.bar.v2.Bar. This
         information is consumed by UDPA via proto descriptors.
         
        string previous_message_type = 1;
        Returns:
        The bytes for previousMessageType.