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 Type
    Method
    Description
    string code = 3;
    com.google.protobuf.ByteString
    string code = 3;
    string comment = 4;
    com.google.protobuf.ByteString
    string comment = 4;
    string user = 2;
    com.google.protobuf.ByteString
    string user = 2;
    com.google.protobuf.ByteString
    bytes ymldata = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.