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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCustomEntrypoint()optional string custom_entrypoint = 1;com.google.protobuf.ByteStringgetCustomEntrypointBytes()optional string custom_entrypoint = 1;StringgetRuntime()optional string runtime = 2;com.google.protobuf.ByteStringgetRuntimeBytes()optional string runtime = 2;booleanhasCustomEntrypoint()optional string custom_entrypoint = 1;booleanhasRuntime()optional string runtime = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-