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 Summary
Modifier and TypeMethodDescriptionoptional string scriptBody = 1;
io.deephaven.shadow.core.com.google.protobuf.ByteString
optional string scriptBody = 1;
boolean
optional string scriptBody = 1;
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface io.deephaven.shadow.core.com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasScriptBody
boolean hasScriptBody()optional string scriptBody = 1;
- Returns:
- Whether the scriptBody field is set.
-
getScriptBody
String getScriptBody()optional string scriptBody = 1;
- Returns:
- The scriptBody.
-
getScriptBodyBytes
io.deephaven.shadow.core.com.google.protobuf.ByteString getScriptBodyBytes()optional string scriptBody = 1;
- Returns:
- The bytes for scriptBody.
-