AssetLookup.Builder |
AssetLookup.Builder.addAllLabels(Iterable<String> values) |
repeated string labels = 11;
|
AssetLookup.Builder |
AssetLookup.Builder.addLabels(String value) |
repeated string labels = 11;
|
AssetLookup.Builder |
AssetLookup.Builder.addLabelsBytes(com.google.protobuf.ByteString value) |
repeated string labels = 11;
|
AssetLookup.Builder |
AssetLookup.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AssetLookup.Builder |
AssetLookup.Builder.clear() |
|
AssetLookup.Builder |
AssetLookup.Builder.clearAggregates() |
.com.cognite.beam.proto.Asset.Aggregates aggregates = 15;
|
AssetLookup.Builder |
AssetLookup.Builder.clearCreatedTime() |
.google.protobuf.Int64Value created_time = 8;
|
AssetLookup.Builder |
AssetLookup.Builder.clearDataSetId() |
.google.protobuf.Int64Value data_set_id = 14;
|
AssetLookup.Builder |
AssetLookup.Builder.clearDescription() |
.google.protobuf.StringValue description = 6;
|
AssetLookup.Builder |
AssetLookup.Builder.clearExternalId() |
.google.protobuf.StringValue external_id = 2;
|
AssetLookup.Builder |
AssetLookup.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AssetLookup.Builder |
AssetLookup.Builder.clearId() |
int64 id = 1;
|
AssetLookup.Builder |
AssetLookup.Builder.clearLabels() |
repeated string labels = 11;
|
AssetLookup.Builder |
AssetLookup.Builder.clearLastUpdatedTime() |
.google.protobuf.Int64Value last_updated_time = 9;
|
AssetLookup.Builder |
AssetLookup.Builder.clearMetadata() |
|
AssetLookup.Builder |
AssetLookup.Builder.clearName() |
string name = 3;
|
AssetLookup.Builder |
AssetLookup.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AssetLookup.Builder |
AssetLookup.Builder.clearParentExternalId() |
.google.protobuf.StringValue parent_external_id = 5;
|
AssetLookup.Builder |
AssetLookup.Builder.clearParentId() |
.google.protobuf.Int64Value parent_id = 4;
|
AssetLookup.Builder |
AssetLookup.Builder.clearRootId() |
.google.protobuf.Int64Value root_id = 7;
|
AssetLookup.Builder |
AssetLookup.Builder.clearRootName() |
.google.protobuf.StringValue root_name = 13;
|
AssetLookup.Builder |
AssetLookup.Builder.clearSource() |
.google.protobuf.StringValue source = 12;
|
AssetLookup.Builder |
AssetLookup.Builder.clone() |
|
AssetLookup.Builder |
AssetLookup.Builder.mergeAggregates(Asset.Aggregates value) |
.com.cognite.beam.proto.Asset.Aggregates aggregates = 15;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeCreatedTime(Int64Value value) |
.google.protobuf.Int64Value created_time = 8;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeDataSetId(Int64Value value) |
.google.protobuf.Int64Value data_set_id = 14;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeDescription(StringValue value) |
.google.protobuf.StringValue description = 6;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeExternalId(StringValue value) |
.google.protobuf.StringValue external_id = 2;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeFrom(AssetLookup other) |
|
AssetLookup.Builder |
AssetLookup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AssetLookup.Builder |
AssetLookup.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AssetLookup.Builder |
AssetLookup.Builder.mergeLastUpdatedTime(Int64Value value) |
.google.protobuf.Int64Value last_updated_time = 9;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeParentExternalId(StringValue value) |
.google.protobuf.StringValue parent_external_id = 5;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeParentId(Int64Value value) |
.google.protobuf.Int64Value parent_id = 4;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeRootId(Int64Value value) |
.google.protobuf.Int64Value root_id = 7;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeRootName(StringValue value) |
.google.protobuf.StringValue root_name = 13;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeSource(StringValue value) |
.google.protobuf.StringValue source = 12;
|
AssetLookup.Builder |
AssetLookup.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AssetLookup.Builder |
AssetLookup.newBuilder() |
|
static AssetLookup.Builder |
AssetLookup.newBuilder(AssetLookup prototype) |
|
AssetLookup.Builder |
AssetLookup.newBuilderForType() |
|
protected AssetLookup.Builder |
AssetLookup.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AssetLookup.Builder |
AssetLookup.Builder.putAllMetadata(Map<String,String> values) |
map<string, string> metadata = 10;
|
AssetLookup.Builder |
AssetLookup.Builder.putMetadata(String key,
String value) |
map<string, string> metadata = 10;
|
AssetLookup.Builder |
AssetLookup.Builder.removeMetadata(String key) |
map<string, string> metadata = 10;
|
AssetLookup.Builder |
AssetLookup.Builder.setAggregates(Asset.Aggregates value) |
.com.cognite.beam.proto.Asset.Aggregates aggregates = 15;
|
AssetLookup.Builder |
AssetLookup.Builder.setAggregates(Asset.Aggregates.Builder builderForValue) |
.com.cognite.beam.proto.Asset.Aggregates aggregates = 15;
|
AssetLookup.Builder |
AssetLookup.Builder.setCreatedTime(Int64Value value) |
.google.protobuf.Int64Value created_time = 8;
|
AssetLookup.Builder |
AssetLookup.Builder.setCreatedTime(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value created_time = 8;
|
AssetLookup.Builder |
AssetLookup.Builder.setDataSetId(Int64Value value) |
.google.protobuf.Int64Value data_set_id = 14;
|
AssetLookup.Builder |
AssetLookup.Builder.setDataSetId(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value data_set_id = 14;
|
AssetLookup.Builder |
AssetLookup.Builder.setDescription(StringValue value) |
.google.protobuf.StringValue description = 6;
|
AssetLookup.Builder |
AssetLookup.Builder.setDescription(StringValue.Builder builderForValue) |
.google.protobuf.StringValue description = 6;
|
AssetLookup.Builder |
AssetLookup.Builder.setExternalId(StringValue value) |
.google.protobuf.StringValue external_id = 2;
|
AssetLookup.Builder |
AssetLookup.Builder.setExternalId(StringValue.Builder builderForValue) |
.google.protobuf.StringValue external_id = 2;
|
AssetLookup.Builder |
AssetLookup.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AssetLookup.Builder |
AssetLookup.Builder.setId(long value) |
int64 id = 1;
|
AssetLookup.Builder |
AssetLookup.Builder.setLabels(int index,
String value) |
repeated string labels = 11;
|
AssetLookup.Builder |
AssetLookup.Builder.setLastUpdatedTime(Int64Value value) |
.google.protobuf.Int64Value last_updated_time = 9;
|
AssetLookup.Builder |
AssetLookup.Builder.setLastUpdatedTime(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value last_updated_time = 9;
|
AssetLookup.Builder |
AssetLookup.Builder.setName(String value) |
string name = 3;
|
AssetLookup.Builder |
AssetLookup.Builder.setNameBytes(com.google.protobuf.ByteString value) |
string name = 3;
|
AssetLookup.Builder |
AssetLookup.Builder.setParentExternalId(StringValue value) |
.google.protobuf.StringValue parent_external_id = 5;
|
AssetLookup.Builder |
AssetLookup.Builder.setParentExternalId(StringValue.Builder builderForValue) |
.google.protobuf.StringValue parent_external_id = 5;
|
AssetLookup.Builder |
AssetLookup.Builder.setParentId(Int64Value value) |
.google.protobuf.Int64Value parent_id = 4;
|
AssetLookup.Builder |
AssetLookup.Builder.setParentId(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value parent_id = 4;
|
AssetLookup.Builder |
AssetLookup.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
AssetLookup.Builder |
AssetLookup.Builder.setRootId(Int64Value value) |
.google.protobuf.Int64Value root_id = 7;
|
AssetLookup.Builder |
AssetLookup.Builder.setRootId(Int64Value.Builder builderForValue) |
.google.protobuf.Int64Value root_id = 7;
|
AssetLookup.Builder |
AssetLookup.Builder.setRootName(StringValue value) |
.google.protobuf.StringValue root_name = 13;
|
AssetLookup.Builder |
AssetLookup.Builder.setRootName(StringValue.Builder builderForValue) |
.google.protobuf.StringValue root_name = 13;
|
AssetLookup.Builder |
AssetLookup.Builder.setSource(StringValue value) |
.google.protobuf.StringValue source = 12;
|
AssetLookup.Builder |
AssetLookup.Builder.setSource(StringValue.Builder builderForValue) |
.google.protobuf.StringValue source = 12;
|
AssetLookup.Builder |
AssetLookup.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AssetLookup.Builder |
AssetLookup.toBuilder() |
|