Interface AggregateAssetsValuesRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. Parent value for `AggregateAssetsValuesRequest`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. Parent value for `AggregateAssetsValuesRequest`.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for parent.
      • getAggregationsList

        List<Aggregation> getAggregationsList()
         Array of aggregations to perform.
         Up to 25 aggregations can be defined.
         
        repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
      • getAggregations

        Aggregation getAggregations​(int index)
         Array of aggregations to perform.
         Up to 25 aggregations can be defined.
         
        repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
      • getAggregationsCount

        int getAggregationsCount()
         Array of aggregations to perform.
         Up to 25 aggregations can be defined.
         
        repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
      • getAggregationsOrBuilderList

        List<? extends AggregationOrBuilder> getAggregationsOrBuilderList()
         Array of aggregations to perform.
         Up to 25 aggregations can be defined.
         
        repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
      • getAggregationsOrBuilder

        AggregationOrBuilder getAggregationsOrBuilder​(int index)
         Array of aggregations to perform.
         Up to 25 aggregations can be defined.
         
        repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
      • getFilter

        String getFilter()
         The aggregation will be performed on assets that match the provided filter.
         
        string filter = 3;
        Returns:
        The filter.
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         The aggregation will be performed on assets that match the provided filter.
         
        string filter = 3;
        Returns:
        The bytes for filter.