GeoLocation.Builder |
GeoLocation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GeoLocation.Builder |
GeoLocation.Builder.clear() |
|
GeoLocation.Builder |
GeoLocation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
GeoLocation.Builder |
GeoLocation.Builder.clearGeometry() |
.com.cognite.beam.proto.GeoLocationGeometry geometry = 2;
|
GeoLocation.Builder |
GeoLocation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
GeoLocation.Builder |
GeoLocation.Builder.clearProperties() |
optional .google.protobuf.Struct properties = 3;
|
GeoLocation.Builder |
GeoLocation.Builder.clearType() |
string type = 1;
|
GeoLocation.Builder |
GeoLocation.Builder.clone() |
|
GeoLocation.Builder |
FileMetadata.Builder.getGeoLocationBuilder() |
optional .com.cognite.beam.proto.GeoLocation geo_location = 18;
|
GeoLocation.Builder |
GeoLocation.Builder.mergeFrom(GeoLocation other) |
|
GeoLocation.Builder |
GeoLocation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GeoLocation.Builder |
GeoLocation.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GeoLocation.Builder |
GeoLocation.Builder.mergeGeometry(GeoLocationGeometry value) |
.com.cognite.beam.proto.GeoLocationGeometry geometry = 2;
|
GeoLocation.Builder |
GeoLocation.Builder.mergeProperties(com.google.protobuf.Struct value) |
optional .google.protobuf.Struct properties = 3;
|
GeoLocation.Builder |
GeoLocation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static GeoLocation.Builder |
GeoLocation.newBuilder() |
|
static GeoLocation.Builder |
GeoLocation.newBuilder(GeoLocation prototype) |
|
GeoLocation.Builder |
GeoLocation.newBuilderForType() |
|
protected GeoLocation.Builder |
GeoLocation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GeoLocation.Builder |
GeoLocation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GeoLocation.Builder |
GeoLocation.Builder.setGeometry(GeoLocationGeometry value) |
.com.cognite.beam.proto.GeoLocationGeometry geometry = 2;
|
GeoLocation.Builder |
GeoLocation.Builder.setGeometry(GeoLocationGeometry.Builder builderForValue) |
.com.cognite.beam.proto.GeoLocationGeometry geometry = 2;
|
GeoLocation.Builder |
GeoLocation.Builder.setProperties(com.google.protobuf.Struct value) |
optional .google.protobuf.Struct properties = 3;
|
GeoLocation.Builder |
GeoLocation.Builder.setProperties(com.google.protobuf.Struct.Builder builderForValue) |
optional .google.protobuf.Struct properties = 3;
|
GeoLocation.Builder |
GeoLocation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
GeoLocation.Builder |
GeoLocation.Builder.setType(String value) |
string type = 1;
|
GeoLocation.Builder |
GeoLocation.Builder.setTypeBytes(com.google.protobuf.ByteString value) |
string type = 1;
|
GeoLocation.Builder |
GeoLocation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
GeoLocation.Builder |
GeoLocation.toBuilder() |
|