Interface TemporalAssetOrBuilder

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

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

      • hasWindow

        boolean hasWindow()
         The time window when the asset data and state was observed.
         
        .google.cloud.asset.v1.TimeWindow window = 1;
        Returns:
        Whether the window field is set.
      • getWindow

        TimeWindow getWindow()
         The time window when the asset data and state was observed.
         
        .google.cloud.asset.v1.TimeWindow window = 1;
        Returns:
        The window.
      • getWindowOrBuilder

        TimeWindowOrBuilder getWindowOrBuilder()
         The time window when the asset data and state was observed.
         
        .google.cloud.asset.v1.TimeWindow window = 1;
      • getDeleted

        boolean getDeleted()
         Whether the asset has been deleted or not.
         
        bool deleted = 2;
        Returns:
        The deleted.
      • hasAsset

        boolean hasAsset()
         An asset in Google Cloud.
         
        .google.cloud.asset.v1.Asset asset = 3;
        Returns:
        Whether the asset field is set.
      • getAsset

        Asset getAsset()
         An asset in Google Cloud.
         
        .google.cloud.asset.v1.Asset asset = 3;
        Returns:
        The asset.
      • getAssetOrBuilder

        AssetOrBuilder getAssetOrBuilder()
         An asset in Google Cloud.
         
        .google.cloud.asset.v1.Asset asset = 3;
      • getPriorAssetStateValue

        int getPriorAssetStateValue()
         State of prior_asset.
         
        .google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;
        Returns:
        The enum numeric value on the wire for priorAssetState.
      • getPriorAssetState

        TemporalAsset.PriorAssetState getPriorAssetState()
         State of prior_asset.
         
        .google.cloud.asset.v1.TemporalAsset.PriorAssetState prior_asset_state = 4;
        Returns:
        The priorAssetState.
      • hasPriorAsset

        boolean hasPriorAsset()
         Prior copy of the asset. Populated if prior_asset_state is PRESENT.
         Currently this is only set for responses in Real-Time Feed.
         
        .google.cloud.asset.v1.Asset prior_asset = 5;
        Returns:
        Whether the priorAsset field is set.
      • getPriorAsset

        Asset getPriorAsset()
         Prior copy of the asset. Populated if prior_asset_state is PRESENT.
         Currently this is only set for responses in Real-Time Feed.
         
        .google.cloud.asset.v1.Asset prior_asset = 5;
        Returns:
        The priorAsset.
      • getPriorAssetOrBuilder

        AssetOrBuilder getPriorAssetOrBuilder()
         Prior copy of the asset. Populated if prior_asset_state is PRESENT.
         Currently this is only set for responses in Real-Time Feed.
         
        .google.cloud.asset.v1.Asset prior_asset = 5;