org.jetbrains.kotlin.serialization.js
Interface JsProtoBuf.Library.FileEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
JsProtoBuf.Library.FileEntry, JsProtoBuf.Library.FileEntry.Builder
Enclosing class:
JsProtoBuf.Library

public static interface JsProtoBuf.Library.FileEntryOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 com.google.protobuf.ByteString getContent()
          required bytes content = 2;
 java.lang.String getPath()
          required string path = 1;
 com.google.protobuf.ByteString getPathBytes()
          required string path = 1;
 boolean hasContent()
          required bytes content = 2;
 boolean hasPath()
          required string path = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasPath

boolean hasPath()
required string path = 1;


getPath

java.lang.String getPath()
required string path = 1;


getPathBytes

com.google.protobuf.ByteString getPathBytes()
required string path = 1;


hasContent

boolean hasContent()
required bytes content = 2;


getContent

com.google.protobuf.ByteString getContent()
required bytes content = 2;