Package io.deephaven.proto.controller
Interface GetScriptResponseOrBuilder
- All Superinterfaces:
- io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder,- io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- GetScriptResponse,- GetScriptResponse.Builder
public interface GetScriptResponseOrBuilder
extends io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionoptional string scriptBody = 1;io.deephaven.shadow.core.com.google.protobuf.ByteStringoptional string scriptBody = 1;booleanoptional string scriptBody = 1;Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasScriptBodyboolean hasScriptBody()optional string scriptBody = 1;- Returns:
- Whether the scriptBody field is set.
 
- 
getScriptBodyString getScriptBody()optional string scriptBody = 1;- Returns:
- The scriptBody.
 
- 
getScriptBodyBytesio.deephaven.shadow.core.com.google.protobuf.ByteString getScriptBodyBytes()optional string scriptBody = 1;- Returns:
- The bytes for scriptBody.
 
 
-