public static interface Messages.Modules.LibraryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
optional string file = 1; |
com.google.protobuf.ByteString |
getFileBytes()
optional string file = 1; |
Messages.Modules.Library.Module |
getModules(int index)
repeated .mesos.internal.Modules.Library.Module modules = 3; |
int |
getModulesCount()
repeated .mesos.internal.Modules.Library.Module modules = 3; |
List<Messages.Modules.Library.Module> |
getModulesList()
repeated .mesos.internal.Modules.Library.Module modules = 3; |
Messages.Modules.Library.ModuleOrBuilder |
getModulesOrBuilder(int index)
repeated .mesos.internal.Modules.Library.Module modules = 3; |
List<? extends Messages.Modules.Library.ModuleOrBuilder> |
getModulesOrBuilderList()
repeated .mesos.internal.Modules.Library.Module modules = 3; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
boolean |
hasFile()
optional string file = 1; |
boolean |
hasName()
optional string name = 2; |
boolean hasFile()
optional string file = 1;
If "file" contains a slash ("/"), then it is interpreted as a
(relative or absolute) pathname. Otherwise a standard library
search is performed.
String getFile()
optional string file = 1;
If "file" contains a slash ("/"), then it is interpreted as a
(relative or absolute) pathname. Otherwise a standard library
search is performed.
com.google.protobuf.ByteString getFileBytes()
optional string file = 1;
If "file" contains a slash ("/"), then it is interpreted as a
(relative or absolute) pathname. Otherwise a standard library
search is performed.
boolean hasName()
optional string name = 2;
We will add the proper prefix ("lib") and suffix (".so" for
Linux and ".dylib" for OS X) to the "name".
String getName()
optional string name = 2;
We will add the proper prefix ("lib") and suffix (".so" for
Linux and ".dylib" for OS X) to the "name".
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
We will add the proper prefix ("lib") and suffix (".so" for
Linux and ".dylib" for OS X) to the "name".
List<Messages.Modules.Library.Module> getModulesList()
repeated .mesos.internal.Modules.Library.Module modules = 3;Messages.Modules.Library.Module getModules(int index)
repeated .mesos.internal.Modules.Library.Module modules = 3;int getModulesCount()
repeated .mesos.internal.Modules.Library.Module modules = 3;List<? extends Messages.Modules.Library.ModuleOrBuilder> getModulesOrBuilderList()
repeated .mesos.internal.Modules.Library.Module modules = 3;Messages.Modules.Library.ModuleOrBuilder getModulesOrBuilder(int index)
repeated .mesos.internal.Modules.Library.Module modules = 3;Copyright © 2014–2015. All rights reserved.