Package dev.speakeasyapi.sdk
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 TypeMethodDescriptiongetHar()har is string containing a HTTP Archive 1.2 formatted file contentscom.google.protobuf.ByteStringhar is string containing a HTTP Archive 1.2 formatted file contentsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-