Package com.google.appengine.v1
Interface EntrypointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Entrypoint
,Entrypoint.Builder
public interface EntrypointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entrypoint.CommandCase
getCommandCase()
String
getShell()
The format should be a shell command that can be fed to `bash -c`.com.google.protobuf.ByteString
getShellBytes()
The format should be a shell command that can be fed to `bash -c`.boolean
hasShell()
The format should be a shell command that can be fed to `bash -c`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasShell
boolean hasShell()
The format should be a shell command that can be fed to `bash -c`.
string shell = 1;
- Returns:
- Whether the shell field is set.
-
getShell
String getShell()
The format should be a shell command that can be fed to `bash -c`.
string shell = 1;
- Returns:
- The shell.
-
getShellBytes
com.google.protobuf.ByteString getShellBytes()
The format should be a shell command that can be fed to `bash -c`.
string shell = 1;
- Returns:
- The bytes for shell.
-
getCommandCase
Entrypoint.CommandCase getCommandCase()
-
-