Interface AggregateAssetsValuesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggregateAssetsValuesRequest,AggregateAssetsValuesRequest.Builder
public interface AggregateAssetsValuesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregationgetAggregations(int index)Array of aggregations to perform.intgetAggregationsCount()Array of aggregations to perform.List<Aggregation>getAggregationsList()Array of aggregations to perform.AggregationOrBuildergetAggregationsOrBuilder(int index)Array of aggregations to perform.List<? extends AggregationOrBuilder>getAggregationsOrBuilderList()Array of aggregations to perform.StringgetFilter()The aggregation will be performed on assets that match the provided filter.com.google.protobuf.ByteStringgetFilterBytes()The aggregation will be performed on assets that match the provided filter.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-