Package com.google.cloud.clouddms.v1
Interface SshScriptOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SshScript,SshScript.Builder
public interface SshScriptOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetScript()The ssh configuration script.com.google.protobuf.ByteStringgetScriptBytes()The ssh configuration script.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getScript
String getScript()
The ssh configuration script.
string script = 1;- Returns:
- The script.
-
getScriptBytes
com.google.protobuf.ByteString getScriptBytes()
The ssh configuration script.
string script = 1;- Returns:
- The bytes for script.
-
-