Interface DataserviceMessages.DeployClassesRequestOrBuilder

    • 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.
      • getClassesToDeployCount

        int getClassesToDeployCount()
        map<string, bytes> classesToDeploy = 2;
      • containsClassesToDeploy

        boolean containsClassesToDeploy​(String key)
        map<string, bytes> classesToDeploy = 2;
      • getClassesToDeployMap

        Map<String,​com.google.protobuf.ByteString> getClassesToDeployMap()
        map<string, bytes> classesToDeploy = 2;
      • getClassesToDeployOrDefault

        com.google.protobuf.ByteString getClassesToDeployOrDefault​(String key,
                                                                   com.google.protobuf.ByteString defaultValue)
        map<string, bytes> classesToDeploy = 2;
      • getClassesToDeployOrThrow

        com.google.protobuf.ByteString getClassesToDeployOrThrow​(String key)
        map<string, bytes> classesToDeploy = 2;
      • getClassIdsCount

        int getClassIdsCount()
        map<string, string> classIds = 3;
      • containsClassIds

        boolean containsClassIds​(String key)
        map<string, string> classIds = 3;
      • getClassIdsMap

        Map<String,​String> getClassIdsMap()
        map<string, string> classIds = 3;
      • getClassIdsOrDefault

        String getClassIdsOrDefault​(String key,
                                    String defaultValue)
        map<string, string> classIds = 3;
      • getClassIdsOrThrow

        String getClassIdsOrThrow​(String key)
        map<string, string> classIds = 3;
      • getAspectsCount

        int getAspectsCount()
        map<string, bytes> aspects = 4;
      • containsAspects

        boolean containsAspects​(String key)
        map<string, bytes> aspects = 4;
      • getAspectsMap

        Map<String,​com.google.protobuf.ByteString> getAspectsMap()
        map<string, bytes> aspects = 4;
      • getAspectsOrDefault

        com.google.protobuf.ByteString getAspectsOrDefault​(String key,
                                                           com.google.protobuf.ByteString defaultValue)
        map<string, bytes> aspects = 4;
      • getAspectsOrThrow

        com.google.protobuf.ByteString getAspectsOrThrow​(String key)
        map<string, bytes> aspects = 4;
      • getYamlsCount

        int getYamlsCount()
        map<string, bytes> yamls = 5;
      • containsYamls

        boolean containsYamls​(String key)
        map<string, bytes> yamls = 5;
      • getYamlsMap

        Map<String,​com.google.protobuf.ByteString> getYamlsMap()
        map<string, bytes> yamls = 5;
      • getYamlsOrDefault

        com.google.protobuf.ByteString getYamlsOrDefault​(String key,
                                                         com.google.protobuf.ByteString defaultValue)
        map<string, bytes> yamls = 5;
      • getYamlsOrThrow

        com.google.protobuf.ByteString getYamlsOrThrow​(String key)
        map<string, bytes> yamls = 5;