public interface CustomConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomEntrypoint()
optional string custom_entrypoint = 1; |
com.google.protobuf.ByteString |
getCustomEntrypointBytes()
optional string custom_entrypoint = 1; |
String |
getRuntime()
optional string runtime = 2; |
com.google.protobuf.ByteString |
getRuntimeBytes()
optional string runtime = 2; |
boolean |
hasCustomEntrypoint()
optional string custom_entrypoint = 1; |
boolean |
hasRuntime()
optional string runtime = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCustomEntrypoint()
optional string custom_entrypoint = 1;String getCustomEntrypoint()
optional string custom_entrypoint = 1;com.google.protobuf.ByteString getCustomEntrypointBytes()
optional string custom_entrypoint = 1;boolean hasRuntime()
optional string runtime = 2;String getRuntime()
optional string runtime = 2;com.google.protobuf.ByteString getRuntimeBytes()
optional string runtime = 2;Copyright © 2022. All rights reserved.