public static final class AggregateAssetsValuesRequest.Builder extends GeneratedMessageV3.Builder<AggregateAssetsValuesRequest.Builder> implements AggregateAssetsValuesRequestOrBuilder
A request to aggregate one or more values.
Protobuf type google.cloud.migrationcenter.v1.AggregateAssetsValuesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAggregations(Aggregation value)
public AggregateAssetsValuesRequest.Builder addAggregations(Aggregation value)
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
addAggregations(Aggregation.Builder builderForValue)
public AggregateAssetsValuesRequest.Builder addAggregations(Aggregation.Builder builderForValue)
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
addAggregations(int index, Aggregation value)
public AggregateAssetsValuesRequest.Builder addAggregations(int index, Aggregation value)
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
addAggregations(int index, Aggregation.Builder builderForValue)
public AggregateAssetsValuesRequest.Builder addAggregations(int index, Aggregation.Builder builderForValue)
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
addAggregationsBuilder()
public Aggregation.Builder addAggregationsBuilder()
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
addAggregationsBuilder(int index)
public Aggregation.Builder addAggregationsBuilder(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
|
addAllAggregations(Iterable<? extends Aggregation> values)
public AggregateAssetsValuesRequest.Builder addAllAggregations(Iterable<? extends Aggregation> values)
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.migrationcenter.v1.Aggregation>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AggregateAssetsValuesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AggregateAssetsValuesRequest build()
buildPartial()
public AggregateAssetsValuesRequest buildPartial()
clear()
public AggregateAssetsValuesRequest.Builder clear()
Overrides
clearAggregations()
public AggregateAssetsValuesRequest.Builder clearAggregations()
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
clearField(Descriptors.FieldDescriptor field)
public AggregateAssetsValuesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearFilter()
public AggregateAssetsValuesRequest.Builder clearFilter()
The aggregation will be performed on assets that match the provided filter.
string filter = 3;
clearOneof(Descriptors.OneofDescriptor oneof)
public AggregateAssetsValuesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParent()
public AggregateAssetsValuesRequest.Builder clearParent()
Required. Parent value for AggregateAssetsValuesRequest
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public AggregateAssetsValuesRequest.Builder clone()
Overrides
getAggregations(int index)
public 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
|
getAggregationsBuilder(int index)
public Aggregation.Builder getAggregationsBuilder(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
|
getAggregationsBuilderList()
public List<Aggregation.Builder> getAggregationsBuilderList()
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
getAggregationsCount()
public 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 List<Aggregation> getAggregationsList()
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
getAggregationsOrBuilder(int index)
public 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
|
getAggregationsOrBuilderList()
public 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> | |
getDefaultInstanceForType()
public AggregateAssetsValuesRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getFilter()
public 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 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 String getParent()
Required. Parent value for AggregateAssetsValuesRequest
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Parent value for AggregateAssetsValuesRequest
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(AggregateAssetsValuesRequest other)
public AggregateAssetsValuesRequest.Builder mergeFrom(AggregateAssetsValuesRequest other)
public AggregateAssetsValuesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AggregateAssetsValuesRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AggregateAssetsValuesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeAggregations(int index)
public AggregateAssetsValuesRequest.Builder removeAggregations(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
|
setAggregations(int index, Aggregation value)
public AggregateAssetsValuesRequest.Builder setAggregations(int index, Aggregation value)
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
setAggregations(int index, Aggregation.Builder builderForValue)
public AggregateAssetsValuesRequest.Builder setAggregations(int index, Aggregation.Builder builderForValue)
Array of aggregations to perform.
Up to 25 aggregations can be defined.
repeated .google.cloud.migrationcenter.v1.Aggregation aggregations = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public AggregateAssetsValuesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setFilter(String value)
public AggregateAssetsValuesRequest.Builder setFilter(String value)
The aggregation will be performed on assets that match the provided filter.
string filter = 3;
Parameter |
---|
Name | Description |
value | String
The filter to set.
|
setFilterBytes(ByteString value)
public AggregateAssetsValuesRequest.Builder setFilterBytes(ByteString value)
The aggregation will be performed on assets that match the provided filter.
string filter = 3;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for filter to set.
|
setParent(String value)
public AggregateAssetsValuesRequest.Builder setParent(String value)
Required. Parent value for AggregateAssetsValuesRequest
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The parent to set.
|
setParentBytes(ByteString value)
public AggregateAssetsValuesRequest.Builder setParentBytes(ByteString value)
Required. Parent value for AggregateAssetsValuesRequest
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for parent to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AggregateAssetsValuesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AggregateAssetsValuesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides