Modifier and Type | Method and Description |
---|---|
DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.Builder.build() |
DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.Builder.buildPartial() |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.getDefaultInstance() |
DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.getDefaultInstanceForType() |
DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.Builder.getDefaultInstanceForType() |
DescriptorProtos.MessageOptions |
DescriptorProtos.DescriptorProto.getOptions() |
DescriptorProtos.MessageOptions |
DescriptorProtos.DescriptorProto.Builder.getOptions() |
DescriptorProtos.MessageOptions |
Descriptors.Descriptor.getOptions()
Get the
MessageOptions , defined in descriptor.proto . |
protected DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.Builder.internalGetResult() |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseDelimitedFrom(InputStream input) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(byte[] data) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(ByteString data) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(CodedInputStream input) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(InputStream input) |
static DescriptorProtos.MessageOptions |
DescriptorProtos.MessageOptions.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.MessageOptions.Builder |
DescriptorProtos.MessageOptions.Builder.mergeFrom(DescriptorProtos.MessageOptions other) |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.mergeOptions(DescriptorProtos.MessageOptions value) |
static DescriptorProtos.MessageOptions.Builder |
DescriptorProtos.MessageOptions.newBuilder(DescriptorProtos.MessageOptions prototype) |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.setOptions(DescriptorProtos.MessageOptions value) |
Copyright © 2008-2012. All Rights Reserved.