Interface RelationshipOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Relationship, Relationship.Builder

    public interface RelationshipOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getExternalId

        String getExternalId()
        string external_id = 1;
        Returns:
        The externalId.
      • getExternalIdBytes

        com.google.protobuf.ByteString getExternalIdBytes()
        string external_id = 1;
        Returns:
        The bytes for externalId.
      • getSourceExternalId

        String getSourceExternalId()
        string source_external_id = 2;
        Returns:
        The sourceExternalId.
      • getSourceExternalIdBytes

        com.google.protobuf.ByteString getSourceExternalIdBytes()
        string source_external_id = 2;
        Returns:
        The bytes for sourceExternalId.
      • getSourceTypeValue

        int getSourceTypeValue()
        .com.cognite.beam.proto.Relationship.ResourceType source_type = 3;
        Returns:
        The enum numeric value on the wire for sourceType.
      • getSourceType

        Relationship.ResourceType getSourceType()
        .com.cognite.beam.proto.Relationship.ResourceType source_type = 3;
        Returns:
        The sourceType.
      • getTargetExternalId

        String getTargetExternalId()
        string target_external_id = 4;
        Returns:
        The targetExternalId.
      • getTargetExternalIdBytes

        com.google.protobuf.ByteString getTargetExternalIdBytes()
        string target_external_id = 4;
        Returns:
        The bytes for targetExternalId.
      • getTargetTypeValue

        int getTargetTypeValue()
        .com.cognite.beam.proto.Relationship.ResourceType target_type = 5;
        Returns:
        The enum numeric value on the wire for targetType.
      • getTargetType

        Relationship.ResourceType getTargetType()
        .com.cognite.beam.proto.Relationship.ResourceType target_type = 5;
        Returns:
        The targetType.
      • hasStartTime

        boolean hasStartTime()
        .google.protobuf.Int64Value start_time = 6;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        Int64Value getStartTime()
        .google.protobuf.Int64Value start_time = 6;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        Int64ValueOrBuilder getStartTimeOrBuilder()
        .google.protobuf.Int64Value start_time = 6;
      • hasEndTime

        boolean hasEndTime()
        .google.protobuf.Int64Value end_time = 7;
        Returns:
        Whether the endTime field is set.
      • getEndTime

        Int64Value getEndTime()
        .google.protobuf.Int64Value end_time = 7;
        Returns:
        The endTime.
      • getEndTimeOrBuilder

        Int64ValueOrBuilder getEndTimeOrBuilder()
        .google.protobuf.Int64Value end_time = 7;
      • hasConfidence

        boolean hasConfidence()
        .google.protobuf.FloatValue confidence = 8;
        Returns:
        Whether the confidence field is set.
      • getConfidence

        FloatValue getConfidence()
        .google.protobuf.FloatValue confidence = 8;
        Returns:
        The confidence.
      • getConfidenceOrBuilder

        FloatValueOrBuilder getConfidenceOrBuilder()
        .google.protobuf.FloatValue confidence = 8;
      • hasDataSetId

        boolean hasDataSetId()
        .google.protobuf.Int64Value data_set_id = 9;
        Returns:
        Whether the dataSetId field is set.
      • getDataSetId

        Int64Value getDataSetId()
        .google.protobuf.Int64Value data_set_id = 9;
        Returns:
        The dataSetId.
      • getDataSetIdOrBuilder

        Int64ValueOrBuilder getDataSetIdOrBuilder()
        .google.protobuf.Int64Value data_set_id = 9;
      • getLabelsList

        List<String> getLabelsList()
        repeated string labels = 10;
        Returns:
        A list containing the labels.
      • getLabelsCount

        int getLabelsCount()
        repeated string labels = 10;
        Returns:
        The count of labels.
      • getLabels

        String getLabels​(int index)
        repeated string labels = 10;
        Parameters:
        index - The index of the element to return.
        Returns:
        The labels at the given index.
      • getLabelsBytes

        com.google.protobuf.ByteString getLabelsBytes​(int index)
        repeated string labels = 10;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the labels at the given index.
      • hasCreatedTime

        boolean hasCreatedTime()
        .google.protobuf.Int64Value created_time = 11;
        Returns:
        Whether the createdTime field is set.
      • getCreatedTime

        Int64Value getCreatedTime()
        .google.protobuf.Int64Value created_time = 11;
        Returns:
        The createdTime.
      • getCreatedTimeOrBuilder

        Int64ValueOrBuilder getCreatedTimeOrBuilder()
        .google.protobuf.Int64Value created_time = 11;
      • hasLastUpdatedTime

        boolean hasLastUpdatedTime()
        .google.protobuf.Int64Value last_updated_time = 12;
        Returns:
        Whether the lastUpdatedTime field is set.
      • getLastUpdatedTime

        Int64Value getLastUpdatedTime()
        .google.protobuf.Int64Value last_updated_time = 12;
        Returns:
        The lastUpdatedTime.
      • getLastUpdatedTimeOrBuilder

        Int64ValueOrBuilder getLastUpdatedTimeOrBuilder()
        .google.protobuf.Int64Value last_updated_time = 12;