public static final class GroupAssetsResponse.Builder extends GeneratedMessageV3.Builder<GroupAssetsResponse.Builder> implements GroupAssetsResponseOrBuilder
Response message for grouping by assets.
Protobuf type google.cloud.securitycenter.v1beta1.GroupAssetsResponse
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllGroupByResults(Iterable<? extends GroupResult> values)
public GroupAssetsResponse.Builder addAllGroupByResults(Iterable<? extends GroupResult> values)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.securitycenter.v1beta1.GroupResult>
|
Returns
addGroupByResults(GroupResult value)
public GroupAssetsResponse.Builder addGroupByResults(GroupResult value)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Returns
addGroupByResults(GroupResult.Builder builderForValue)
public GroupAssetsResponse.Builder addGroupByResults(GroupResult.Builder builderForValue)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Returns
addGroupByResults(int index, GroupResult value)
public GroupAssetsResponse.Builder addGroupByResults(int index, GroupResult value)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameters
Returns
addGroupByResults(int index, GroupResult.Builder builderForValue)
public GroupAssetsResponse.Builder addGroupByResults(int index, GroupResult.Builder builderForValue)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameters
Returns
addGroupByResultsBuilder()
public GroupResult.Builder addGroupByResultsBuilder()
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Returns
addGroupByResultsBuilder(int index)
public GroupResult.Builder addGroupByResultsBuilder(int index)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GroupAssetsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public GroupAssetsResponse build()
Returns
buildPartial()
public GroupAssetsResponse buildPartial()
Returns
clear()
public GroupAssetsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public GroupAssetsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearGroupByResults()
public GroupAssetsResponse.Builder clearGroupByResults()
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Returns
clearNextPageToken()
public GroupAssetsResponse.Builder clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 3;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public GroupAssetsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearReadTime()
public GroupAssetsResponse.Builder clearReadTime()
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Returns
clone()
public GroupAssetsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public GroupAssetsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getGroupByResults(int index)
public GroupResult getGroupByResults(int index)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Returns
getGroupByResultsBuilder(int index)
public GroupResult.Builder getGroupByResultsBuilder(int index)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Returns
getGroupByResultsBuilderList()
public List<GroupResult.Builder> getGroupByResultsBuilderList()
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Returns
getGroupByResultsCount()
public int getGroupByResultsCount()
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Returns
getGroupByResultsList()
public List<GroupResult> getGroupByResultsList()
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Returns
getGroupByResultsOrBuilder(int index)
public GroupResultOrBuilder getGroupByResultsOrBuilder(int index)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Returns
getGroupByResultsOrBuilderList()
public List<? extends GroupResultOrBuilder> getGroupByResultsOrBuilderList()
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Returns
Type | Description |
List<? extends com.google.cloud.securitycenter.v1beta1.GroupResultOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 3;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 3;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getReadTime()
public Timestamp getReadTime()
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Returns
getReadTimeBuilder()
public Timestamp.Builder getReadTimeBuilder()
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Returns
getReadTimeOrBuilder()
public TimestampOrBuilder getReadTimeOrBuilder()
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Returns
hasReadTime()
public boolean hasReadTime()
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Returns
Type | Description |
boolean | Whether the readTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(GroupAssetsResponse other)
public GroupAssetsResponse.Builder mergeFrom(GroupAssetsResponse other)
Parameter
Returns
public GroupAssetsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public GroupAssetsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeReadTime(Timestamp value)
public GroupAssetsResponse.Builder mergeReadTime(Timestamp value)
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GroupAssetsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeGroupByResults(int index)
public GroupAssetsResponse.Builder removeGroupByResults(int index)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public GroupAssetsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setGroupByResults(int index, GroupResult value)
public GroupAssetsResponse.Builder setGroupByResults(int index, GroupResult value)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameters
Returns
setGroupByResults(int index, GroupResult.Builder builderForValue)
public GroupAssetsResponse.Builder setGroupByResults(int index, GroupResult.Builder builderForValue)
Group results. There exists an element for each existing unique
combination of property/values. The element contains a count for the number
of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
Parameters
Returns
setNextPageToken(String value)
public GroupAssetsResponse.Builder setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 3;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public GroupAssetsResponse.Builder setNextPageTokenBytes(ByteString value)
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 3;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setReadTime(Timestamp value)
public GroupAssetsResponse.Builder setReadTime(Timestamp value)
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Parameter
Returns
setReadTime(Timestamp.Builder builderForValue)
public GroupAssetsResponse.Builder setReadTime(Timestamp.Builder builderForValue)
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GroupAssetsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GroupAssetsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides