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

All Superinterfaces:
org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
JsProtoBuf.Library.FileEntry, JsProtoBuf.Library.FileEntry.Builder
Enclosing class:
JsProtoBuf.Library

public static interface JsProtoBuf.Library.FileEntryOrBuilder
extends org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder


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

Method Detail

hasPath

boolean hasPath()
required string path = 1;


getPath

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


getPathBytes

org.jetbrains.kotlin.protobuf.ByteString getPathBytes()
required string path = 1;


hasContent

boolean hasContent()
required bytes content = 2;


getContent

org.jetbrains.kotlin.protobuf.ByteString getContent()
required bytes content = 2;