Package codegen
Interface LoaderOuterClass.GetSchemaRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoaderOuterClass.GetSchemaRequest,LoaderOuterClass.GetSchemaRequest.Builder
- Enclosing class:
- LoaderOuterClass
public static interface LoaderOuterClass.GetSchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDownloadUrl()the optional download url for the schema being requested.com.google.protobuf.ByteStringgetDownloadUrlBytes()the optional download url for the schema being requested.java.lang.StringgetPackage()the package name for the schema being requested.com.google.protobuf.ByteStringgetPackageBytes()the package name for the schema being requested.LoaderOuterClass.ParameterizationgetParameterization()the parameterization for the schema being requested, can be empty.LoaderOuterClass.ParameterizationOrBuildergetParameterizationOrBuilder()the parameterization for the schema being requested, can be empty.java.lang.StringgetVersion()the version for the schema being requested, must be a valid semver or empty.com.google.protobuf.ByteStringgetVersionBytes()the version for the schema being requested, must be a valid semver or empty.booleanhasParameterization()the parameterization for the schema being requested, can be empty.-
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;
-
-