public interface AggregateAssetsValuesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
getAggregations(int index)
Array of aggregations to perform.
|
int |
getAggregationsCount()
Array of aggregations to perform.
|
List<Aggregation> |
getAggregationsList()
Array of aggregations to perform.
|
AggregationOrBuilder |
getAggregationsOrBuilder(int index)
Array of aggregations to perform.
|
List<? extends AggregationOrBuilder> |
getAggregationsOrBuilderList()
Array of aggregations to perform.
|
String |
getFilter()
The aggregation will be performed on assets that match the provided filter.
|
com.google.protobuf.ByteString |
getFilterBytes()
The aggregation will be performed on assets that match the provided filter.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Parent value for `AggregateAssetsValuesRequest`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. Parent value for `AggregateAssetsValuesRequest`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];List<Aggregation> getAggregationsList()
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;Aggregation getAggregations(int index)
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;int getAggregationsCount()
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;List<? extends AggregationOrBuilder> getAggregationsOrBuilderList()
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;AggregationOrBuilder getAggregationsOrBuilder(int index)
Array of aggregations to perform. Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;String getFilter()
The aggregation will be performed on assets that match the provided filter.
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
The aggregation will be performed on assets that match the provided filter.
string filter = 3;Copyright © 2024 Google LLC. All rights reserved.