Interface TimeseriesMetadataOrBuilder

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

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

      • hasId

        boolean hasId()
        .google.protobuf.Int64Value id = 1;
        Returns:
        Whether the id field is set.
      • getId

        Int64Value getId()
        .google.protobuf.Int64Value id = 1;
        Returns:
        The id.
      • hasExternalId

        boolean hasExternalId()
        .google.protobuf.StringValue external_id = 2;
        Returns:
        Whether the externalId field is set.
      • getExternalId

        StringValue getExternalId()
        .google.protobuf.StringValue external_id = 2;
        Returns:
        The externalId.
      • getExternalIdOrBuilder

        StringValueOrBuilder getExternalIdOrBuilder()
        .google.protobuf.StringValue external_id = 2;
      • hasName

        boolean hasName()
        .google.protobuf.StringValue name = 3;
        Returns:
        Whether the name field is set.
      • getName

        StringValue getName()
        .google.protobuf.StringValue name = 3;
        Returns:
        The name.
      • hasDescription

        boolean hasDescription()
        .google.protobuf.StringValue description = 4;
        Returns:
        Whether the description field is set.
      • getDescription

        StringValue getDescription()
        .google.protobuf.StringValue description = 4;
        Returns:
        The description.
      • getDescriptionOrBuilder

        StringValueOrBuilder getDescriptionOrBuilder()
        .google.protobuf.StringValue description = 4;
      • getIsString

        boolean getIsString()
        bool is_string = 5;
        Returns:
        The isString.
      • getIsStep

        boolean getIsStep()
        bool is_step = 6;
        Returns:
        The isStep.
      • hasUnit

        boolean hasUnit()
        .google.protobuf.StringValue unit = 7;
        Returns:
        Whether the unit field is set.
      • getUnit

        StringValue getUnit()
        .google.protobuf.StringValue unit = 7;
        Returns:
        The unit.
      • hasAssetId

        boolean hasAssetId()
        .google.protobuf.Int64Value asset_id = 8;
        Returns:
        Whether the assetId field is set.
      • getAssetId

        Int64Value getAssetId()
        .google.protobuf.Int64Value asset_id = 8;
        Returns:
        The assetId.
      • getAssetIdOrBuilder

        Int64ValueOrBuilder getAssetIdOrBuilder()
        .google.protobuf.Int64Value asset_id = 8;
      • getSecurityCategoriesList

        List<Long> getSecurityCategoriesList()
        repeated int64 security_categories = 9;
        Returns:
        A list containing the securityCategories.
      • getSecurityCategoriesCount

        int getSecurityCategoriesCount()
        repeated int64 security_categories = 9;
        Returns:
        The count of securityCategories.
      • getSecurityCategories

        long getSecurityCategories​(int index)
        repeated int64 security_categories = 9;
        Parameters:
        index - The index of the element to return.
        Returns:
        The securityCategories at the given index.
      • hasCreatedTime

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

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

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

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

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

        Int64ValueOrBuilder getLastUpdatedTimeOrBuilder()
        .google.protobuf.Int64Value last_updated_time = 11;
      • getMetadataCount

        int getMetadataCount()
        map<string, string> metadata = 12;
      • containsMetadata

        boolean containsMetadata​(String key)
        map<string, string> metadata = 12;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
        map<string, string> metadata = 12;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
        map<string, string> metadata = 12;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
        map<string, string> metadata = 12;
      • hasDataSetId

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

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

        Int64ValueOrBuilder getDataSetIdOrBuilder()
        .google.protobuf.Int64Value data_set_id = 13;