Uses of Class
com.google.api.FieldInfo
-
Packages that use FieldInfo Package Description com.google.api -
-
Uses of FieldInfo in com.google.api
Fields in com.google.api with type parameters of type FieldInfo Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,FieldInfo>
FieldInfoProto. fieldInfo
Rich semantic descriptor of an API field beyond the basic typing.Methods in com.google.api that return FieldInfo Modifier and Type Method Description FieldInfo
FieldInfo.Builder. build()
FieldInfo
FieldInfo.Builder. buildPartial()
static FieldInfo
FieldInfo. getDefaultInstance()
FieldInfo
FieldInfo.Builder. getDefaultInstanceForType()
FieldInfo
FieldInfo. getDefaultInstanceForType()
static FieldInfo
FieldInfo. parseDelimitedFrom(java.io.InputStream input)
static FieldInfo
FieldInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FieldInfo
FieldInfo. parseFrom(byte[] data)
static FieldInfo
FieldInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FieldInfo
FieldInfo. parseFrom(com.google.protobuf.ByteString data)
static FieldInfo
FieldInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FieldInfo
FieldInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static FieldInfo
FieldInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FieldInfo
FieldInfo. parseFrom(java.io.InputStream input)
static FieldInfo
FieldInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FieldInfo
FieldInfo. parseFrom(java.nio.ByteBuffer data)
static FieldInfo
FieldInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type FieldInfo Modifier and Type Method Description com.google.protobuf.Parser<FieldInfo>
FieldInfo. getParserForType()
static com.google.protobuf.Parser<FieldInfo>
FieldInfo. parser()
Methods in com.google.api with parameters of type FieldInfo Modifier and Type Method Description FieldInfo.Builder
FieldInfo.Builder. mergeFrom(FieldInfo other)
static FieldInfo.Builder
FieldInfo. newBuilder(FieldInfo prototype)
-