Interface DataserviceMessages.EnrichClassRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getAspect()
      bytes aspect = 4;
      String getClassname()
      string classname = 2;
      com.google.protobuf.ByteString getClassnameBytes()
      string classname = 2;
      com.google.protobuf.ByteString getClassToDeploy()
      bytes classToDeploy = 3;
      String getNamespace()
      string namespace = 1;
      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 1;
      com.google.protobuf.ByteString getYaml()
      bytes yaml = 5;
      • 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 Detail

      • getNamespace

        String getNamespace()
        string namespace = 1;
        Returns:
        The namespace.
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
        string namespace = 1;
        Returns:
        The bytes for namespace.
      • getClassname

        String getClassname()
        string classname = 2;
        Returns:
        The classname.
      • getClassnameBytes

        com.google.protobuf.ByteString getClassnameBytes()
        string classname = 2;
        Returns:
        The bytes for classname.
      • getClassToDeploy

        com.google.protobuf.ByteString getClassToDeploy()
        bytes classToDeploy = 3;
        Returns:
        The classToDeploy.
      • getAspect

        com.google.protobuf.ByteString getAspect()
        bytes aspect = 4;
        Returns:
        The aspect.
      • getYaml

        com.google.protobuf.ByteString getYaml()
        bytes yaml = 5;
        Returns:
        The yaml.