Package io.deephaven.proto.routing
Interface DataRoutingFileUpdateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataRoutingFileUpdateRequest,DataRoutingFileUpdateRequest.Builder
@Generated
public interface DataRoutingFileUpdateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()string code = 3;com.google.protobuf.ByteStringstring code = 3;string comment = 4;com.google.protobuf.ByteStringstring comment = 4;getUser()string user = 2;com.google.protobuf.ByteStringstring user = 2;com.google.protobuf.ByteStringbytes ymldata = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getYmldata
com.google.protobuf.ByteString getYmldata()bytes ymldata = 1;- Returns:
- The ymldata.
-
getUser
String getUser()string user = 2;- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()string user = 2;- Returns:
- The bytes for user.
-
getCode
String getCode()string code = 3;- Returns:
- The code.
-
getCodeBytes
com.google.protobuf.ByteString getCodeBytes()string code = 3;- Returns:
- The bytes for code.
-
getComment
String getComment()string comment = 4;- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()string comment = 4;- Returns:
- The bytes for comment.
-