Interface Messages.PickleStepArgument.PickleDocStringOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContent()
      string content = 2;
      com.google.protobuf.ByteString getContentBytes()
      string content = 2;
      String getMediaType()
      string media_type = 1;
      com.google.protobuf.ByteString getMediaTypeBytes()
      string media_type = 1;
      • 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

      • getMediaType

        String getMediaType()
        string media_type = 1;
      • getMediaTypeBytes

        com.google.protobuf.ByteString getMediaTypeBytes()
        string media_type = 1;
      • getContent

        String getContent()
        string content = 2;
      • getContentBytes

        com.google.protobuf.ByteString getContentBytes()
        string content = 2;