public static final class MiGetBatchJobsAd.Parameters extends com.google.protobuf.GeneratedMessage implements MiGetBatchJobsAd.ParametersOrBuilder
dstore.engine.mi_GetBatchJobs_Ad.Parameters| Modifier and Type | Class and Description |
|---|---|
static class |
MiGetBatchJobsAd.Parameters.Builder
Protobuf type
dstore.engine.mi_GetBatchJobs_Ad.Parameters |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ORDER_BY_COLUMN_FIELD_NUMBER |
static int |
ORDER_BY_COLUMN_NULL_FIELD_NUMBER |
static int |
ORDER_DESC_FIELD_NUMBER |
static int |
ORDER_DESC_NULL_FIELD_NUMBER |
static com.google.protobuf.Parser<MiGetBatchJobsAd.Parameters> |
PARSER |
static int |
PROCEDURE_NAME_FIELD_NUMBER |
static int |
PROCEDURE_NAME_NULL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static MiGetBatchJobsAd.Parameters |
getDefaultInstance() |
MiGetBatchJobsAd.Parameters |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Values.integerValue |
getOrderByColumn()
optional .dstore.engine.values.integerValue order_by_column = 2; |
boolean |
getOrderByColumnNull()
optional bool order_by_column_null = 1002; |
Values.integerValueOrBuilder |
getOrderByColumnOrBuilder()
optional .dstore.engine.values.integerValue order_by_column = 2; |
Values.booleanValue |
getOrderDesc()
optional .dstore.engine.values.booleanValue order_desc = 3; |
boolean |
getOrderDescNull()
optional bool order_desc_null = 1003; |
Values.booleanValueOrBuilder |
getOrderDescOrBuilder()
optional .dstore.engine.values.booleanValue order_desc = 3; |
com.google.protobuf.Parser<MiGetBatchJobsAd.Parameters> |
getParserForType() |
Values.stringValue |
getProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 1; |
boolean |
getProcedureNameNull()
optional bool procedure_name_null = 1001; |
Values.stringValueOrBuilder |
getProcedureNameOrBuilder()
optional .dstore.engine.values.stringValue procedure_name = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasOrderByColumn()
optional .dstore.engine.values.integerValue order_by_column = 2; |
boolean |
hasOrderDesc()
optional .dstore.engine.values.booleanValue order_desc = 3; |
boolean |
hasProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MiGetBatchJobsAd.Parameters.Builder |
newBuilder() |
static MiGetBatchJobsAd.Parameters.Builder |
newBuilder(MiGetBatchJobsAd.Parameters prototype) |
MiGetBatchJobsAd.Parameters.Builder |
newBuilderForType() |
protected MiGetBatchJobsAd.Parameters.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MiGetBatchJobsAd.Parameters |
parseDelimitedFrom(java.io.InputStream input) |
static MiGetBatchJobsAd.Parameters |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetBatchJobsAd.Parameters |
parseFrom(byte[] data) |
static MiGetBatchJobsAd.Parameters |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetBatchJobsAd.Parameters |
parseFrom(com.google.protobuf.ByteString data) |
static MiGetBatchJobsAd.Parameters |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetBatchJobsAd.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MiGetBatchJobsAd.Parameters |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MiGetBatchJobsAd.Parameters |
parseFrom(java.io.InputStream input) |
static MiGetBatchJobsAd.Parameters |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MiGetBatchJobsAd.Parameters> |
parser() |
MiGetBatchJobsAd.Parameters.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplaceequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PROCEDURE_NAME_FIELD_NUMBER
public static final int PROCEDURE_NAME_NULL_FIELD_NUMBER
public static final int ORDER_BY_COLUMN_FIELD_NUMBER
public static final int ORDER_BY_COLUMN_NULL_FIELD_NUMBER
public static final int ORDER_DESC_FIELD_NUMBER
public static final int ORDER_DESC_NULL_FIELD_NUMBER
public static final com.google.protobuf.Parser<MiGetBatchJobsAd.Parameters> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 1;hasProcedureName in interface MiGetBatchJobsAd.ParametersOrBuilderpublic Values.stringValue getProcedureName()
optional .dstore.engine.values.stringValue procedure_name = 1;getProcedureName in interface MiGetBatchJobsAd.ParametersOrBuilderpublic Values.stringValueOrBuilder getProcedureNameOrBuilder()
optional .dstore.engine.values.stringValue procedure_name = 1;getProcedureNameOrBuilder in interface MiGetBatchJobsAd.ParametersOrBuilderpublic boolean getProcedureNameNull()
optional bool procedure_name_null = 1001;getProcedureNameNull in interface MiGetBatchJobsAd.ParametersOrBuilderpublic boolean hasOrderByColumn()
optional .dstore.engine.values.integerValue order_by_column = 2;hasOrderByColumn in interface MiGetBatchJobsAd.ParametersOrBuilderpublic Values.integerValue getOrderByColumn()
optional .dstore.engine.values.integerValue order_by_column = 2;getOrderByColumn in interface MiGetBatchJobsAd.ParametersOrBuilderpublic Values.integerValueOrBuilder getOrderByColumnOrBuilder()
optional .dstore.engine.values.integerValue order_by_column = 2;getOrderByColumnOrBuilder in interface MiGetBatchJobsAd.ParametersOrBuilderpublic boolean getOrderByColumnNull()
optional bool order_by_column_null = 1002;getOrderByColumnNull in interface MiGetBatchJobsAd.ParametersOrBuilderpublic boolean hasOrderDesc()
optional .dstore.engine.values.booleanValue order_desc = 3;hasOrderDesc in interface MiGetBatchJobsAd.ParametersOrBuilderpublic Values.booleanValue getOrderDesc()
optional .dstore.engine.values.booleanValue order_desc = 3;getOrderDesc in interface MiGetBatchJobsAd.ParametersOrBuilderpublic Values.booleanValueOrBuilder getOrderDescOrBuilder()
optional .dstore.engine.values.booleanValue order_desc = 3;getOrderDescOrBuilder in interface MiGetBatchJobsAd.ParametersOrBuilderpublic boolean getOrderDescNull()
optional bool order_desc_null = 1003;getOrderDescNull in interface MiGetBatchJobsAd.ParametersOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static MiGetBatchJobsAd.Parameters parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetBatchJobsAd.Parameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetBatchJobsAd.Parameters parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetBatchJobsAd.Parameters parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MiGetBatchJobsAd.Parameters parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MiGetBatchJobsAd.Parameters parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MiGetBatchJobsAd.Parameters parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MiGetBatchJobsAd.Parameters parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MiGetBatchJobsAd.Parameters parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MiGetBatchJobsAd.Parameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic MiGetBatchJobsAd.Parameters.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MiGetBatchJobsAd.Parameters.Builder newBuilder()
public static MiGetBatchJobsAd.Parameters.Builder newBuilder(MiGetBatchJobsAd.Parameters prototype)
public MiGetBatchJobsAd.Parameters.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MiGetBatchJobsAd.Parameters.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static MiGetBatchJobsAd.Parameters getDefaultInstance()
public static com.google.protobuf.Parser<MiGetBatchJobsAd.Parameters> parser()
public com.google.protobuf.Parser<MiGetBatchJobsAd.Parameters> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic MiGetBatchJobsAd.Parameters getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder