| Package | Description |
|---|---|
| com.google.protobuf |
| Modifier and Type | Field and Description |
|---|---|
static Parser<DescriptorProtos.MessageOptions> |
DescriptorProtos.MessageOptions.PARSER
Deprecated.
|
| 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 |
Descriptors.Descriptor.getOptions()
Get the
MessageOptions, defined in descriptor.proto. |
DescriptorProtos.MessageOptions |
DescriptorProtos.DescriptorProtoOrBuilder.getOptions()
optional .google.protobuf.MessageOptions options = 7; |
DescriptorProtos.MessageOptions |
DescriptorProtos.DescriptorProto.getOptions()
optional .google.protobuf.MessageOptions options = 7; |
DescriptorProtos.MessageOptions |
DescriptorProtos.DescriptorProto.Builder.getOptions()
optional .google.protobuf.MessageOptions options = 7; |
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 |
|---|---|
Parser<DescriptorProtos.MessageOptions> |
DescriptorProtos.MessageOptions.getParserForType() |
static Parser<DescriptorProtos.MessageOptions> |
DescriptorProtos.MessageOptions.parser() |
| 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)
optional .google.protobuf.MessageOptions options = 7; |
static DescriptorProtos.MessageOptions.Builder |
DescriptorProtos.MessageOptions.newBuilder(DescriptorProtos.MessageOptions prototype) |
DescriptorProtos.DescriptorProto.Builder |
DescriptorProtos.DescriptorProto.Builder.setOptions(DescriptorProtos.MessageOptions value)
optional .google.protobuf.MessageOptions options = 7; |
| Modifier and Type | Method and Description |
|---|---|
<Type> DescriptorProtos.MessageOptions.Builder |
DescriptorProtos.MessageOptions.Builder.addExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,List<Type>> extension,
Type value) |
<Type> DescriptorProtos.MessageOptions.Builder |
DescriptorProtos.MessageOptions.Builder.clearExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,?> extension) |
<Type> DescriptorProtos.MessageOptions.Builder |
DescriptorProtos.MessageOptions.Builder.setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,List<Type>> extension,
int index,
Type value) |
<Type> DescriptorProtos.MessageOptions.Builder |
DescriptorProtos.MessageOptions.Builder.setExtension(GeneratedMessage.GeneratedExtension<DescriptorProtos.MessageOptions,Type> extension,
Type value) |
Copyright © 2008–2016 Google. All rights reserved.