Package codegen

Interface LoaderOuterClass.GetSchemaRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDownloadUrl()
      the optional download url for the schema being requested.
      com.google.protobuf.ByteString getDownloadUrlBytes()
      the optional download url for the schema being requested.
      java.lang.String getPackage()
      the package name for the schema being requested.
      com.google.protobuf.ByteString getPackageBytes()
      the package name for the schema being requested.
      LoaderOuterClass.Parameterization getParameterization()
      the parameterization for the schema being requested, can be empty.
      LoaderOuterClass.ParameterizationOrBuilder getParameterizationOrBuilder()
      the parameterization for the schema being requested, can be empty.
      java.lang.String getVersion()
      the version for the schema being requested, must be a valid semver or empty.
      com.google.protobuf.ByteString getVersionBytes()
      the version for the schema being requested, must be a valid semver or empty.
      boolean hasParameterization()
      the parameterization for the schema being requested, can be empty.
      • 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

      • getPackage

        java.lang.String getPackage()
         the package name for the schema being requested.
         
        string package = 1;
        Returns:
        The package.
      • getPackageBytes

        com.google.protobuf.ByteString getPackageBytes()
         the package name for the schema being requested.
         
        string package = 1;
        Returns:
        The bytes for package.
      • getVersion

        java.lang.String getVersion()
         the version for the schema being requested, must be a valid semver or empty.
         
        string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         the version for the schema being requested, must be a valid semver or empty.
         
        string version = 2;
        Returns:
        The bytes for version.
      • getDownloadUrl

        java.lang.String getDownloadUrl()
         the optional download url for the schema being requested.
         
        string download_url = 3;
        Returns:
        The downloadUrl.
      • getDownloadUrlBytes

        com.google.protobuf.ByteString getDownloadUrlBytes()
         the optional download url for the schema being requested.
         
        string download_url = 3;
        Returns:
        The bytes for downloadUrl.
      • hasParameterization

        boolean hasParameterization()
         the parameterization for the schema being requested, can be empty.
         
        .codegen.Parameterization parameterization = 4;
        Returns:
        Whether the parameterization field is set.
      • getParameterization

        LoaderOuterClass.Parameterization getParameterization()
         the parameterization for the schema being requested, can be empty.
         
        .codegen.Parameterization parameterization = 4;
        Returns:
        The parameterization.
      • getParameterizationOrBuilder

        LoaderOuterClass.ParameterizationOrBuilder getParameterizationOrBuilder()
         the parameterization for the schema being requested, can be empty.
         
        .codegen.Parameterization parameterization = 4;