public interface AggregateAssetsValuesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAggregations(int index)
public abstract Aggregation getAggregations(int index)
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Aggregation |
getAggregationsCount()
public abstract int getAggregationsCount()
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
Returns | |
---|---|
Type | Description |
int |
getAggregationsList()
public abstract List<Aggregation> getAggregationsList()
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
Returns | |
---|---|
Type | Description |
List<Aggregation> |
getAggregationsOrBuilder(int index)
public abstract AggregationOrBuilder getAggregationsOrBuilder(int index)
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AggregationOrBuilder |
getAggregationsOrBuilderList()
public abstract List<? extends AggregationOrBuilder> getAggregationsOrBuilderList()
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.migrationcenter.v1.AggregationOrBuilder> |
getFilter()
public abstract String getFilter()
The aggregation will be performed on assets that match the provided filter.
string filter = 3;
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()
The aggregation will be performed on assets that match the provided filter.
string filter = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getParent()
public abstract String getParent()
Required. Parent value for AggregateAssetsValuesRequest
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. Parent value for AggregateAssetsValuesRequest
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |