Interface CustomConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomConfig,CustomConfig.Builder
public interface CustomConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string custom_entrypoint = 1;com.google.protobuf.ByteStringoptional string custom_entrypoint = 1;optional string runtime = 2;com.google.protobuf.ByteStringoptional string runtime = 2;booleanoptional string custom_entrypoint = 1;booleanoptional string runtime = 2;Methods 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
-
hasCustomEntrypoint
boolean hasCustomEntrypoint()optional string custom_entrypoint = 1;- Returns:
- Whether the customEntrypoint field is set.
-
getCustomEntrypoint
String getCustomEntrypoint()optional string custom_entrypoint = 1;- Returns:
- The customEntrypoint.
-
getCustomEntrypointBytes
com.google.protobuf.ByteString getCustomEntrypointBytes()optional string custom_entrypoint = 1;- Returns:
- The bytes for customEntrypoint.
-
hasRuntime
boolean hasRuntime()optional string runtime = 2;- Returns:
- Whether the runtime field is set.
-
getRuntime
String getRuntime()optional string runtime = 2;- Returns:
- The runtime.
-
getRuntimeBytes
com.google.protobuf.ByteString getRuntimeBytes()optional string runtime = 2;- Returns:
- The bytes for runtime.
-