Interface Ingest.IngestRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ingest.IngestRequest, Ingest.IngestRequest.Builder
Enclosing class:
Ingest

public static interface Ingest.IngestRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    har is string containing a HTTP Archive 1.2 formatted file contents
    com.google.protobuf.ByteString
    har is string containing a HTTP Archive 1.2 formatted file contents

    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

    • getHar

      String getHar()
       har is string containing a HTTP Archive 1.2 formatted file contents
       
      string har = 1;
      Returns:
      The har.
    • getHarBytes

      com.google.protobuf.ByteString getHarBytes()
       har is string containing a HTTP Archive 1.2 formatted file contents
       
      string har = 1;
      Returns:
      The bytes for har.