| Modifier and Type | Method and Description |
|---|---|
Type |
Type.Builder.build() |
Type |
Type.Builder.buildPartial() |
static Type |
Type.getDefaultInstance() |
Type |
Type.getDefaultInstanceForType() |
Type |
Type.Builder.getDefaultInstanceForType() |
Type |
Type.ArrayOrBuilder.getElementType()
The type of the elements in the array.
|
Type |
Type.Array.getElementType()
The type of the elements in the array.
|
Type |
Type.Array.Builder.getElementType()
The type of the elements in the array.
|
Type |
Type.AggregateOrBuilder.getInputType()
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
Type |
Type.Aggregate.getInputType()
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
Type |
Type.Aggregate.Builder.getInputType()
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
Type |
Type.MapOrBuilder.getKeyType()
The type of a map key.
|
Type |
Type.Map.getKeyType()
The type of a map key.
|
Type |
Type.Map.Builder.getKeyType()
The type of a map key.
|
Type |
Type.AggregateOrBuilder.getStateType()
Output only.
|
Type |
Type.Aggregate.getStateType()
Output only.
|
Type |
Type.Aggregate.Builder.getStateType()
Output only.
|
Type |
Type.Struct.FieldOrBuilder.getType()
The type of values in this field.
|
Type |
Type.Struct.Field.getType()
The type of values in this field.
|
Type |
Type.Struct.Field.Builder.getType()
The type of values in this field.
|
Type |
ColumnFamilyOrBuilder.getValueType()
The type of data stored in each of this family's cell values, including its
full encoding.
|
Type |
Type.MapOrBuilder.getValueType()
The type of the values in a map.
|
Type |
Type.Map.getValueType()
The type of the values in a map.
|
Type |
Type.Map.Builder.getValueType()
The type of the values in a map.
|
Type |
ColumnFamily.getValueType()
The type of data stored in each of this family's cell values, including its
full encoding.
|
Type |
ColumnFamily.Builder.getValueType()
The type of data stored in each of this family's cell values, including its
full encoding.
|
static Type |
Type.parseDelimitedFrom(InputStream input) |
static Type |
Type.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type |
Type.parseFrom(byte[] data) |
static Type |
Type.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type |
Type.parseFrom(ByteBuffer data) |
static Type |
Type.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type |
Type.parseFrom(com.google.protobuf.ByteString data) |
static Type |
Type.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type |
Type.parseFrom(com.google.protobuf.CodedInputStream input) |
static Type |
Type.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Type |
Type.parseFrom(InputStream input) |
static Type |
Type.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Type> |
Type.getParserForType() |
static com.google.protobuf.Parser<Type> |
Type.parser() |
| Modifier and Type | Method and Description |
|---|---|
Type.Array.Builder |
Type.Array.Builder.mergeElementType(Type value)
The type of the elements in the array.
|
Type.Builder |
Type.Builder.mergeFrom(Type other) |
Type.Aggregate.Builder |
Type.Aggregate.Builder.mergeInputType(Type value)
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
Type.Map.Builder |
Type.Map.Builder.mergeKeyType(Type value)
The type of a map key.
|
Type.Aggregate.Builder |
Type.Aggregate.Builder.mergeStateType(Type value)
Output only.
|
Type.Struct.Field.Builder |
Type.Struct.Field.Builder.mergeType(Type value)
The type of values in this field.
|
Type.Map.Builder |
Type.Map.Builder.mergeValueType(Type value)
The type of the values in a map.
|
ColumnFamily.Builder |
ColumnFamily.Builder.mergeValueType(Type value)
The type of data stored in each of this family's cell values, including its
full encoding.
|
static Type.Builder |
Type.newBuilder(Type prototype) |
Type.Array.Builder |
Type.Array.Builder.setElementType(Type value)
The type of the elements in the array.
|
Type.Aggregate.Builder |
Type.Aggregate.Builder.setInputType(Type value)
Type of the inputs that are accumulated by this `Aggregate`, which must
specify a full encoding.
|
Type.Map.Builder |
Type.Map.Builder.setKeyType(Type value)
The type of a map key.
|
Type.Aggregate.Builder |
Type.Aggregate.Builder.setStateType(Type value)
Output only.
|
Type.Struct.Field.Builder |
Type.Struct.Field.Builder.setType(Type value)
The type of values in this field.
|
Type.Map.Builder |
Type.Map.Builder.setValueType(Type value)
The type of the values in a map.
|
ColumnFamily.Builder |
ColumnFamily.Builder.setValueType(Type value)
The type of data stored in each of this family's cell values, including its
full encoding.
|
Copyright © 2026 Google LLC. All rights reserved.