All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.securitycenter.v2.GroupFindingsResponse Maven / Gradle / Ivy

There is a newer version: 2.62.0
Show newest version
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/securitycenter/v2/securitycenter_service.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v2;

/**
 *
 *
 * 
 * Response message for group by findings.
 * 
* * Protobuf type {@code google.cloud.securitycenter.v2.GroupFindingsResponse} */ public final class GroupFindingsResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.securitycenter.v2.GroupFindingsResponse) GroupFindingsResponseOrBuilder { private static final long serialVersionUID = 0L; // Use GroupFindingsResponse.newBuilder() to construct. private GroupFindingsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private GroupFindingsResponse() { groupByResults_ = java.util.Collections.emptyList(); nextPageToken_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new GroupFindingsResponse(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_GroupFindingsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_GroupFindingsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.GroupFindingsResponse.class, com.google.cloud.securitycenter.v2.GroupFindingsResponse.Builder.class); } public static final int GROUP_BY_RESULTS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List groupByResults_; /** * * *
   * 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.v2.GroupResult group_by_results = 1; */ @java.lang.Override public java.util.List getGroupByResultsList() { return groupByResults_; } /** * * *
   * 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.v2.GroupResult group_by_results = 1; */ @java.lang.Override public java.util.List getGroupByResultsOrBuilderList() { return groupByResults_; } /** * * *
   * 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.v2.GroupResult group_by_results = 1; */ @java.lang.Override public int getGroupByResultsCount() { return groupByResults_.size(); } /** * * *
   * 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.v2.GroupResult group_by_results = 1; */ @java.lang.Override public com.google.cloud.securitycenter.v2.GroupResult getGroupByResults(int index) { return groupByResults_.get(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.v2.GroupResult group_by_results = 1; */ @java.lang.Override public com.google.cloud.securitycenter.v2.GroupResultOrBuilder getGroupByResultsOrBuilder( int index) { return groupByResults_.get(index); } public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object nextPageToken_ = ""; /** * * *
   * Token to retrieve the next page of results, or empty if there are no more
   * results.
   * 
* * string next_page_token = 3; * * @return The nextPageToken. */ @java.lang.Override public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } } /** * * *
   * Token to retrieve the next page of results, or empty if there are no more
   * results.
   * 
* * string next_page_token = 3; * * @return The bytes for nextPageToken. */ @java.lang.Override public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TOTAL_SIZE_FIELD_NUMBER = 4; private int totalSize_ = 0; /** * * *
   * The total number of results matching the query.
   * 
* * int32 total_size = 4; * * @return The totalSize. */ @java.lang.Override public int getTotalSize() { return totalSize_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < groupByResults_.size(); i++) { output.writeMessage(1, groupByResults_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, nextPageToken_); } if (totalSize_ != 0) { output.writeInt32(4, totalSize_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < groupByResults_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, groupByResults_.get(i)); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nextPageToken_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, nextPageToken_); } if (totalSize_ != 0) { size += com.google.protobuf.CodedOutputStream.computeInt32Size(4, totalSize_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.cloud.securitycenter.v2.GroupFindingsResponse)) { return super.equals(obj); } com.google.cloud.securitycenter.v2.GroupFindingsResponse other = (com.google.cloud.securitycenter.v2.GroupFindingsResponse) obj; if (!getGroupByResultsList().equals(other.getGroupByResultsList())) return false; if (!getNextPageToken().equals(other.getNextPageToken())) return false; if (getTotalSize() != other.getTotalSize()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getGroupByResultsCount() > 0) { hash = (37 * hash) + GROUP_BY_RESULTS_FIELD_NUMBER; hash = (53 * hash) + getGroupByResultsList().hashCode(); } hash = (37 * hash) + NEXT_PAGE_TOKEN_FIELD_NUMBER; hash = (53 * hash) + getNextPageToken().hashCode(); hash = (37 * hash) + TOTAL_SIZE_FIELD_NUMBER; hash = (53 * hash) + getTotalSize(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder( com.google.cloud.securitycenter.v2.GroupFindingsResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * Response message for group by findings.
   * 
* * Protobuf type {@code google.cloud.securitycenter.v2.GroupFindingsResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.securitycenter.v2.GroupFindingsResponse) com.google.cloud.securitycenter.v2.GroupFindingsResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_GroupFindingsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_GroupFindingsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.GroupFindingsResponse.class, com.google.cloud.securitycenter.v2.GroupFindingsResponse.Builder.class); } // Construct using com.google.cloud.securitycenter.v2.GroupFindingsResponse.newBuilder() private Builder() {} private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (groupByResultsBuilder_ == null) { groupByResults_ = java.util.Collections.emptyList(); } else { groupByResults_ = null; groupByResultsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); nextPageToken_ = ""; totalSize_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_GroupFindingsResponse_descriptor; } @java.lang.Override public com.google.cloud.securitycenter.v2.GroupFindingsResponse getDefaultInstanceForType() { return com.google.cloud.securitycenter.v2.GroupFindingsResponse.getDefaultInstance(); } @java.lang.Override public com.google.cloud.securitycenter.v2.GroupFindingsResponse build() { com.google.cloud.securitycenter.v2.GroupFindingsResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.securitycenter.v2.GroupFindingsResponse buildPartial() { com.google.cloud.securitycenter.v2.GroupFindingsResponse result = new com.google.cloud.securitycenter.v2.GroupFindingsResponse(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields( com.google.cloud.securitycenter.v2.GroupFindingsResponse result) { if (groupByResultsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { groupByResults_ = java.util.Collections.unmodifiableList(groupByResults_); bitField0_ = (bitField0_ & ~0x00000001); } result.groupByResults_ = groupByResults_; } else { result.groupByResults_ = groupByResultsBuilder_.build(); } } private void buildPartial0(com.google.cloud.securitycenter.v2.GroupFindingsResponse result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000002) != 0)) { result.nextPageToken_ = nextPageToken_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.totalSize_ = totalSize_; } } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.securitycenter.v2.GroupFindingsResponse) { return mergeFrom((com.google.cloud.securitycenter.v2.GroupFindingsResponse) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.cloud.securitycenter.v2.GroupFindingsResponse other) { if (other == com.google.cloud.securitycenter.v2.GroupFindingsResponse.getDefaultInstance()) return this; if (groupByResultsBuilder_ == null) { if (!other.groupByResults_.isEmpty()) { if (groupByResults_.isEmpty()) { groupByResults_ = other.groupByResults_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureGroupByResultsIsMutable(); groupByResults_.addAll(other.groupByResults_); } onChanged(); } } else { if (!other.groupByResults_.isEmpty()) { if (groupByResultsBuilder_.isEmpty()) { groupByResultsBuilder_.dispose(); groupByResultsBuilder_ = null; groupByResults_ = other.groupByResults_; bitField0_ = (bitField0_ & ~0x00000001); groupByResultsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getGroupByResultsFieldBuilder() : null; } else { groupByResultsBuilder_.addAllMessages(other.groupByResults_); } } } if (!other.getNextPageToken().isEmpty()) { nextPageToken_ = other.nextPageToken_; bitField0_ |= 0x00000002; onChanged(); } if (other.getTotalSize() != 0) { setTotalSize(other.getTotalSize()); } this.mergeUnknownFields(other.getUnknownFields()); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.google.cloud.securitycenter.v2.GroupResult m = input.readMessage( com.google.cloud.securitycenter.v2.GroupResult.parser(), extensionRegistry); if (groupByResultsBuilder_ == null) { ensureGroupByResultsIsMutable(); groupByResults_.add(m); } else { groupByResultsBuilder_.addMessage(m); } break; } // case 10 case 26: { nextPageToken_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 26 case 32: { totalSize_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 32 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.util.List groupByResults_ = java.util.Collections.emptyList(); private void ensureGroupByResultsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { groupByResults_ = new java.util.ArrayList( groupByResults_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.securitycenter.v2.GroupResult, com.google.cloud.securitycenter.v2.GroupResult.Builder, com.google.cloud.securitycenter.v2.GroupResultOrBuilder> groupByResultsBuilder_; /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public java.util.List getGroupByResultsList() { if (groupByResultsBuilder_ == null) { return java.util.Collections.unmodifiableList(groupByResults_); } else { return groupByResultsBuilder_.getMessageList(); } } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public int getGroupByResultsCount() { if (groupByResultsBuilder_ == null) { return groupByResults_.size(); } else { return groupByResultsBuilder_.getCount(); } } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public com.google.cloud.securitycenter.v2.GroupResult getGroupByResults(int index) { if (groupByResultsBuilder_ == null) { return groupByResults_.get(index); } else { return groupByResultsBuilder_.getMessage(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.v2.GroupResult group_by_results = 1; */ public Builder setGroupByResults( int index, com.google.cloud.securitycenter.v2.GroupResult value) { if (groupByResultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGroupByResultsIsMutable(); groupByResults_.set(index, value); onChanged(); } else { groupByResultsBuilder_.setMessage(index, value); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder setGroupByResults( int index, com.google.cloud.securitycenter.v2.GroupResult.Builder builderForValue) { if (groupByResultsBuilder_ == null) { ensureGroupByResultsIsMutable(); groupByResults_.set(index, builderForValue.build()); onChanged(); } else { groupByResultsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder addGroupByResults(com.google.cloud.securitycenter.v2.GroupResult value) { if (groupByResultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGroupByResultsIsMutable(); groupByResults_.add(value); onChanged(); } else { groupByResultsBuilder_.addMessage(value); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder addGroupByResults( int index, com.google.cloud.securitycenter.v2.GroupResult value) { if (groupByResultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureGroupByResultsIsMutable(); groupByResults_.add(index, value); onChanged(); } else { groupByResultsBuilder_.addMessage(index, value); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder addGroupByResults( com.google.cloud.securitycenter.v2.GroupResult.Builder builderForValue) { if (groupByResultsBuilder_ == null) { ensureGroupByResultsIsMutable(); groupByResults_.add(builderForValue.build()); onChanged(); } else { groupByResultsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder addGroupByResults( int index, com.google.cloud.securitycenter.v2.GroupResult.Builder builderForValue) { if (groupByResultsBuilder_ == null) { ensureGroupByResultsIsMutable(); groupByResults_.add(index, builderForValue.build()); onChanged(); } else { groupByResultsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder addAllGroupByResults( java.lang.Iterable values) { if (groupByResultsBuilder_ == null) { ensureGroupByResultsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, groupByResults_); onChanged(); } else { groupByResultsBuilder_.addAllMessages(values); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder clearGroupByResults() { if (groupByResultsBuilder_ == null) { groupByResults_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { groupByResultsBuilder_.clear(); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public Builder removeGroupByResults(int index) { if (groupByResultsBuilder_ == null) { ensureGroupByResultsIsMutable(); groupByResults_.remove(index); onChanged(); } else { groupByResultsBuilder_.remove(index); } return this; } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public com.google.cloud.securitycenter.v2.GroupResult.Builder getGroupByResultsBuilder( int index) { return getGroupByResultsFieldBuilder().getBuilder(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.v2.GroupResult group_by_results = 1; */ public com.google.cloud.securitycenter.v2.GroupResultOrBuilder getGroupByResultsOrBuilder( int index) { if (groupByResultsBuilder_ == null) { return groupByResults_.get(index); } else { return groupByResultsBuilder_.getMessageOrBuilder(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.v2.GroupResult group_by_results = 1; */ public java.util.List getGroupByResultsOrBuilderList() { if (groupByResultsBuilder_ != null) { return groupByResultsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(groupByResults_); } } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public com.google.cloud.securitycenter.v2.GroupResult.Builder addGroupByResultsBuilder() { return getGroupByResultsFieldBuilder() .addBuilder(com.google.cloud.securitycenter.v2.GroupResult.getDefaultInstance()); } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public com.google.cloud.securitycenter.v2.GroupResult.Builder addGroupByResultsBuilder( int index) { return getGroupByResultsFieldBuilder() .addBuilder(index, com.google.cloud.securitycenter.v2.GroupResult.getDefaultInstance()); } /** * * *
     * 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.v2.GroupResult group_by_results = 1; */ public java.util.List getGroupByResultsBuilderList() { return getGroupByResultsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.securitycenter.v2.GroupResult, com.google.cloud.securitycenter.v2.GroupResult.Builder, com.google.cloud.securitycenter.v2.GroupResultOrBuilder> getGroupByResultsFieldBuilder() { if (groupByResultsBuilder_ == null) { groupByResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.securitycenter.v2.GroupResult, com.google.cloud.securitycenter.v2.GroupResult.Builder, com.google.cloud.securitycenter.v2.GroupResultOrBuilder>( groupByResults_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); groupByResults_ = null; } return groupByResultsBuilder_; } private java.lang.Object nextPageToken_ = ""; /** * * *
     * Token to retrieve the next page of results, or empty if there are no more
     * results.
     * 
* * string next_page_token = 3; * * @return The nextPageToken. */ public java.lang.String getNextPageToken() { java.lang.Object ref = nextPageToken_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nextPageToken_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Token to retrieve the next page of results, or empty if there are no more
     * results.
     * 
* * string next_page_token = 3; * * @return The bytes for nextPageToken. */ public com.google.protobuf.ByteString getNextPageTokenBytes() { java.lang.Object ref = nextPageToken_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); nextPageToken_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Token to retrieve the next page of results, or empty if there are no more
     * results.
     * 
* * string next_page_token = 3; * * @param value The nextPageToken to set. * @return This builder for chaining. */ public Builder setNextPageToken(java.lang.String value) { if (value == null) { throw new NullPointerException(); } nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * Token to retrieve the next page of results, or empty if there are no more
     * results.
     * 
* * string next_page_token = 3; * * @return This builder for chaining. */ public Builder clearNextPageToken() { nextPageToken_ = getDefaultInstance().getNextPageToken(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * * *
     * Token to retrieve the next page of results, or empty if there are no more
     * results.
     * 
* * string next_page_token = 3; * * @param value The bytes for nextPageToken to set. * @return This builder for chaining. */ public Builder setNextPageTokenBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nextPageToken_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private int totalSize_; /** * * *
     * The total number of results matching the query.
     * 
* * int32 total_size = 4; * * @return The totalSize. */ @java.lang.Override public int getTotalSize() { return totalSize_; } /** * * *
     * The total number of results matching the query.
     * 
* * int32 total_size = 4; * * @param value The totalSize to set. * @return This builder for chaining. */ public Builder setTotalSize(int value) { totalSize_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * The total number of results matching the query.
     * 
* * int32 total_size = 4; * * @return This builder for chaining. */ public Builder clearTotalSize() { bitField0_ = (bitField0_ & ~0x00000004); totalSize_ = 0; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.securitycenter.v2.GroupFindingsResponse) } // @@protoc_insertion_point(class_scope:google.cloud.securitycenter.v2.GroupFindingsResponse) private static final com.google.cloud.securitycenter.v2.GroupFindingsResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.securitycenter.v2.GroupFindingsResponse(); } public static com.google.cloud.securitycenter.v2.GroupFindingsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public GroupFindingsResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.cloud.securitycenter.v2.GroupFindingsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy