public static final class Messages.PatchCommand extends com.google.protobuf.GeneratedMessageV3 implements Messages.PatchCommandOrBuilder
com.avos.avoscloud.PatchCommand
限定符和类型 | 类和说明 |
---|---|
static class |
Messages.PatchCommand.Builder
Protobuf type
com.avos.avoscloud.PatchCommand |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
限定符和类型 | 字段和说明 |
---|---|
static int |
LASTPATCHTIME_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.PatchCommand> |
PARSER
已过时。
|
static int |
PATCHES_FIELD_NUMBER |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(java.lang.Object obj) |
static Messages.PatchCommand |
getDefaultInstance() |
Messages.PatchCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getLastPatchTime()
optional int64 lastPatchTime = 2; |
com.google.protobuf.Parser<Messages.PatchCommand> |
getParserForType() |
Messages.PatchItem |
getPatches(int index)
repeated .com.avos.avoscloud.PatchItem patches = 1; |
int |
getPatchesCount()
repeated .com.avos.avoscloud.PatchItem patches = 1; |
java.util.List<Messages.PatchItem> |
getPatchesList()
repeated .com.avos.avoscloud.PatchItem patches = 1; |
Messages.PatchItemOrBuilder |
getPatchesOrBuilder(int index)
repeated .com.avos.avoscloud.PatchItem patches = 1; |
java.util.List<? extends Messages.PatchItemOrBuilder> |
getPatchesOrBuilderList()
repeated .com.avos.avoscloud.PatchItem patches = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasLastPatchTime()
optional int64 lastPatchTime = 2; |
boolean |
isInitialized() |
static Messages.PatchCommand.Builder |
newBuilder() |
static Messages.PatchCommand.Builder |
newBuilder(Messages.PatchCommand prototype) |
Messages.PatchCommand.Builder |
newBuilderForType() |
static Messages.PatchCommand |
parseDelimitedFrom(java.io.InputStream input) |
static Messages.PatchCommand |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PatchCommand |
parseFrom(byte[] data) |
static Messages.PatchCommand |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PatchCommand |
parseFrom(java.nio.ByteBuffer data) |
static Messages.PatchCommand |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PatchCommand |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.PatchCommand |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PatchCommand |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.PatchCommand |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PatchCommand |
parseFrom(java.io.InputStream input) |
static Messages.PatchCommand |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Messages.PatchCommand> |
parser() |
Messages.PatchCommand.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int PATCHES_FIELD_NUMBER
public static final int LASTPATCHTIME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Messages.PatchCommand> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
在接口中 com.google.protobuf.MessageOrBuilder
getUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public java.util.List<Messages.PatchItem> getPatchesList()
repeated .com.avos.avoscloud.PatchItem patches = 1;
getPatchesList
在接口中 Messages.PatchCommandOrBuilder
public java.util.List<? extends Messages.PatchItemOrBuilder> getPatchesOrBuilderList()
repeated .com.avos.avoscloud.PatchItem patches = 1;
public int getPatchesCount()
repeated .com.avos.avoscloud.PatchItem patches = 1;
public Messages.PatchItem getPatches(int index)
repeated .com.avos.avoscloud.PatchItem patches = 1;
getPatches
在接口中 Messages.PatchCommandOrBuilder
public Messages.PatchItemOrBuilder getPatchesOrBuilder(int index)
repeated .com.avos.avoscloud.PatchItem patches = 1;
public boolean hasLastPatchTime()
optional int64 lastPatchTime = 2;
public long getLastPatchTime()
optional int64 lastPatchTime = 2;
public final boolean isInitialized()
isInitialized
在接口中 com.google.protobuf.MessageLiteOrBuilder
isInitialized
在类中 com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
在接口中 com.google.protobuf.MessageLite
writeTo
在类中 com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
在接口中 com.google.protobuf.MessageLite
getSerializedSize
在类中 com.google.protobuf.GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
在接口中 com.google.protobuf.Message
equals
在类中 com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
在接口中 com.google.protobuf.Message
hashCode
在类中 com.google.protobuf.AbstractMessage
public static Messages.PatchCommand parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PatchCommand parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PatchCommand parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PatchCommand parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PatchCommand parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PatchCommand parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PatchCommand parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Messages.PatchCommand parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Messages.PatchCommand parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Messages.PatchCommand parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Messages.PatchCommand parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Messages.PatchCommand parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Messages.PatchCommand.Builder newBuilderForType()
newBuilderForType
在接口中 com.google.protobuf.Message
newBuilderForType
在接口中 com.google.protobuf.MessageLite
public static Messages.PatchCommand.Builder newBuilder()
public static Messages.PatchCommand.Builder newBuilder(Messages.PatchCommand prototype)
public Messages.PatchCommand.Builder toBuilder()
toBuilder
在接口中 com.google.protobuf.Message
toBuilder
在接口中 com.google.protobuf.MessageLite
public static Messages.PatchCommand getDefaultInstance()
public static com.google.protobuf.Parser<Messages.PatchCommand> parser()
public com.google.protobuf.Parser<Messages.PatchCommand> getParserForType()
getParserForType
在接口中 com.google.protobuf.Message
getParserForType
在接口中 com.google.protobuf.MessageLite
getParserForType
在类中 com.google.protobuf.GeneratedMessageV3
public Messages.PatchCommand getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
Copyright © 2013 AVOS Systems Inc. All Rights Reserved.