Package 

Interface MapOfAnys.EntryOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface MapOfAnys.EntryOrBuilder
     implements MessageOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasKey() .google.protobuf.Any key = 1;
      abstract Any getKey() .google.protobuf.Any key = 1;
      abstract AnyOrBuilder getKeyOrBuilder() .google.protobuf.Any key = 1;
      abstract boolean hasValue() .google.protobuf.Any value = 2;
      abstract Any getValue() .google.protobuf.Any value = 2;
      abstract AnyOrBuilder getValueOrBuilder() .google.protobuf.Any value = 2;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasKey

         abstract boolean hasKey()

        .google.protobuf.Any key = 1;

      • getKey

         abstract Any getKey()

        .google.protobuf.Any key = 1;

      • getKeyOrBuilder

         abstract AnyOrBuilder getKeyOrBuilder()

        .google.protobuf.Any key = 1;

      • hasValue

         abstract boolean hasValue()

        .google.protobuf.Any value = 2;

      • getValue

         abstract Any getValue()

        .google.protobuf.Any value = 2;

      • getValueOrBuilder

         abstract AnyOrBuilder getValueOrBuilder()

        .google.protobuf.Any value = 2;