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

com.google.cloud.securitycenter.v2.ListFindingsResponse 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.5
package com.google.cloud.securitycenter.v2;

/**
 *
 *
 * 
 * Response message for listing findings.
 * 
* * Protobuf type {@code google.cloud.securitycenter.v2.ListFindingsResponse} */ public final class ListFindingsResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.securitycenter.v2.ListFindingsResponse) ListFindingsResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ListFindingsResponse.newBuilder() to construct. private ListFindingsResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ListFindingsResponse() { listFindingsResults_ = java.util.Collections.emptyList(); nextPageToken_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListFindingsResponse(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.ListFindingsResponse.class, com.google.cloud.securitycenter.v2.ListFindingsResponse.Builder.class); } public interface ListFindingsResultOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult) com.google.protobuf.MessageOrBuilder { /** * * *
     * Finding matching the search request.
     * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; * * @return Whether the finding field is set. */ boolean hasFinding(); /** * * *
     * Finding matching the search request.
     * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; * * @return The finding. */ com.google.cloud.securitycenter.v2.Finding getFinding(); /** * * *
     * Finding matching the search request.
     * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ com.google.cloud.securitycenter.v2.FindingOrBuilder getFindingOrBuilder(); /** * * *
     * Output only. Resource that is associated with this finding.
     * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the resource field is set. */ boolean hasResource(); /** * * *
     * Output only. Resource that is associated with this finding.
     * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The resource. */ com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource getResource(); /** * * *
     * Output only. Resource that is associated with this finding.
     * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.ResourceOrBuilder getResourceOrBuilder(); } /** * * *
   * Result containing the Finding.
   * 
* * Protobuf type {@code google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult} */ public static final class ListFindingsResult extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult) ListFindingsResultOrBuilder { private static final long serialVersionUID = 0L; // Use ListFindingsResult.newBuilder() to construct. private ListFindingsResult(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ListFindingsResult() {} @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new ListFindingsResult(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.class, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder .class); } public interface ResourceOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource) com.google.protobuf.MessageOrBuilder { /** * * *
       * The full resource name of the resource. See:
       * https://cloud.google.com/apis/design/resource_names#full_resource_name
       * 
* * string name = 1; * * @return The name. */ java.lang.String getName(); /** * * *
       * The full resource name of the resource. See:
       * https://cloud.google.com/apis/design/resource_names#full_resource_name
       * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
       * The human readable name of the resource.
       * 
* * string display_name = 2; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
       * The human readable name of the resource.
       * 
* * string display_name = 2; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
       * The full resource type of the resource.
       * 
* * string type = 3; * * @return The type. */ java.lang.String getType(); /** * * *
       * The full resource type of the resource.
       * 
* * string type = 3; * * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** * * *
       * Indicates which cloud provider the finding is from.
       * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @return The enum numeric value on the wire for cloudProvider. */ int getCloudProviderValue(); /** * * *
       * Indicates which cloud provider the finding is from.
       * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @return The cloudProvider. */ com.google.cloud.securitycenter.v2.CloudProvider getCloudProvider(); /** * * *
       * The service or resource provider associated with the resource.
       * 
* * string service = 5; * * @return The service. */ java.lang.String getService(); /** * * *
       * The service or resource provider associated with the resource.
       * 
* * string service = 5; * * @return The bytes for service. */ com.google.protobuf.ByteString getServiceBytes(); /** * * *
       * The region or location of the service (if applicable).
       * 
* * string location = 6; * * @return The location. */ java.lang.String getLocation(); /** * * *
       * The region or location of the service (if applicable).
       * 
* * string location = 6; * * @return The bytes for location. */ com.google.protobuf.ByteString getLocationBytes(); /** * * *
       * The GCP metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; * * @return Whether the gcpMetadata field is set. */ boolean hasGcpMetadata(); /** * * *
       * The GCP metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; * * @return The gcpMetadata. */ com.google.cloud.securitycenter.v2.GcpMetadata getGcpMetadata(); /** * * *
       * The GCP metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ com.google.cloud.securitycenter.v2.GcpMetadataOrBuilder getGcpMetadataOrBuilder(); /** * * *
       * The AWS metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; * * @return Whether the awsMetadata field is set. */ boolean hasAwsMetadata(); /** * * *
       * The AWS metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; * * @return The awsMetadata. */ com.google.cloud.securitycenter.v2.AwsMetadata getAwsMetadata(); /** * * *
       * The AWS metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ com.google.cloud.securitycenter.v2.AwsMetadataOrBuilder getAwsMetadataOrBuilder(); /** * * *
       * The Azure metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; * * @return Whether the azureMetadata field is set. */ boolean hasAzureMetadata(); /** * * *
       * The Azure metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; * * @return The azureMetadata. */ com.google.cloud.securitycenter.v2.AzureMetadata getAzureMetadata(); /** * * *
       * The Azure metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ com.google.cloud.securitycenter.v2.AzureMetadataOrBuilder getAzureMetadataOrBuilder(); /** * * *
       * Provides the path to the resource within the resource hierarchy.
       * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; * * @return Whether the resourcePath field is set. */ boolean hasResourcePath(); /** * * *
       * Provides the path to the resource within the resource hierarchy.
       * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; * * @return The resourcePath. */ com.google.cloud.securitycenter.v2.ResourcePath getResourcePath(); /** * * *
       * Provides the path to the resource within the resource hierarchy.
       * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ com.google.cloud.securitycenter.v2.ResourcePathOrBuilder getResourcePathOrBuilder(); /** * * *
       * A string representation of the resource path.
       * For Google Cloud, it has the format of
       * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
       * where there can be any number of folders.
       * For AWS, it has the format of
       * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
       * where there can be any number of organizational units.
       * For Azure, it has the format of
       * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
       * where there can be any number of management groups.
       * 
* * string resource_path_string = 11; * * @return The resourcePathString. */ java.lang.String getResourcePathString(); /** * * *
       * A string representation of the resource path.
       * For Google Cloud, it has the format of
       * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
       * where there can be any number of folders.
       * For AWS, it has the format of
       * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
       * where there can be any number of organizational units.
       * For Azure, it has the format of
       * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
       * where there can be any number of management groups.
       * 
* * string resource_path_string = 11; * * @return The bytes for resourcePathString. */ com.google.protobuf.ByteString getResourcePathStringBytes(); com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .CloudProviderMetadataCase getCloudProviderMetadataCase(); } /** * * *
     * Information related to the Google Cloud resource that is
     * associated with this finding.
     * 
* * Protobuf type {@code * google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource} */ public static final class Resource extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource) ResourceOrBuilder { private static final long serialVersionUID = 0L; // Use Resource.newBuilder() to construct. private Resource(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Resource() { name_ = ""; displayName_ = ""; type_ = ""; cloudProvider_ = 0; service_ = ""; location_ = ""; resourcePathString_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new Resource(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_Resource_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_Resource_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .class, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .Builder.class); } private int bitField0_; private int cloudProviderMetadataCase_ = 0; @SuppressWarnings("serial") private java.lang.Object cloudProviderMetadata_; public enum CloudProviderMetadataCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { GCP_METADATA(7), AWS_METADATA(8), AZURE_METADATA(9), CLOUDPROVIDERMETADATA_NOT_SET(0); private final int value; private CloudProviderMetadataCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static CloudProviderMetadataCase valueOf(int value) { return forNumber(value); } public static CloudProviderMetadataCase forNumber(int value) { switch (value) { case 7: return GCP_METADATA; case 8: return AWS_METADATA; case 9: return AZURE_METADATA; case 0: return CLOUDPROVIDERMETADATA_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public CloudProviderMetadataCase getCloudProviderMetadataCase() { return CloudProviderMetadataCase.forNumber(cloudProviderMetadataCase_); } public static final int NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** * * *
       * The full resource name of the resource. See:
       * https://cloud.google.com/apis/design/resource_names#full_resource_name
       * 
* * string name = 1; * * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; 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(); name_ = s; return s; } } /** * * *
       * The full resource name of the resource. See:
       * https://cloud.google.com/apis/design/resource_names#full_resource_name
       * 
* * string name = 1; * * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int DISPLAY_NAME_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object displayName_ = ""; /** * * *
       * The human readable name of the resource.
       * 
* * string display_name = 2; * * @return The displayName. */ @java.lang.Override public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; 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(); displayName_ = s; return s; } } /** * * *
       * The human readable name of the resource.
       * 
* * string display_name = 2; * * @return The bytes for displayName. */ @java.lang.Override public com.google.protobuf.ByteString getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); displayName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TYPE_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object type_ = ""; /** * * *
       * The full resource type of the resource.
       * 
* * string type = 3; * * @return The type. */ @java.lang.Override public java.lang.String getType() { java.lang.Object ref = type_; 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(); type_ = s; return s; } } /** * * *
       * The full resource type of the resource.
       * 
* * string type = 3; * * @return The bytes for type. */ @java.lang.Override public com.google.protobuf.ByteString getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); type_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int CLOUD_PROVIDER_FIELD_NUMBER = 4; private int cloudProvider_ = 0; /** * * *
       * Indicates which cloud provider the finding is from.
       * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @return The enum numeric value on the wire for cloudProvider. */ @java.lang.Override public int getCloudProviderValue() { return cloudProvider_; } /** * * *
       * Indicates which cloud provider the finding is from.
       * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @return The cloudProvider. */ @java.lang.Override public com.google.cloud.securitycenter.v2.CloudProvider getCloudProvider() { com.google.cloud.securitycenter.v2.CloudProvider result = com.google.cloud.securitycenter.v2.CloudProvider.forNumber(cloudProvider_); return result == null ? com.google.cloud.securitycenter.v2.CloudProvider.UNRECOGNIZED : result; } public static final int SERVICE_FIELD_NUMBER = 5; @SuppressWarnings("serial") private volatile java.lang.Object service_ = ""; /** * * *
       * The service or resource provider associated with the resource.
       * 
* * string service = 5; * * @return The service. */ @java.lang.Override public java.lang.String getService() { java.lang.Object ref = service_; 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(); service_ = s; return s; } } /** * * *
       * The service or resource provider associated with the resource.
       * 
* * string service = 5; * * @return The bytes for service. */ @java.lang.Override public com.google.protobuf.ByteString getServiceBytes() { java.lang.Object ref = service_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); service_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int LOCATION_FIELD_NUMBER = 6; @SuppressWarnings("serial") private volatile java.lang.Object location_ = ""; /** * * *
       * The region or location of the service (if applicable).
       * 
* * string location = 6; * * @return The location. */ @java.lang.Override public java.lang.String getLocation() { java.lang.Object ref = location_; 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(); location_ = s; return s; } } /** * * *
       * The region or location of the service (if applicable).
       * 
* * string location = 6; * * @return The bytes for location. */ @java.lang.Override public com.google.protobuf.ByteString getLocationBytes() { java.lang.Object ref = location_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); location_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int GCP_METADATA_FIELD_NUMBER = 7; /** * * *
       * The GCP metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; * * @return Whether the gcpMetadata field is set. */ @java.lang.Override public boolean hasGcpMetadata() { return cloudProviderMetadataCase_ == 7; } /** * * *
       * The GCP metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; * * @return The gcpMetadata. */ @java.lang.Override public com.google.cloud.securitycenter.v2.GcpMetadata getGcpMetadata() { if (cloudProviderMetadataCase_ == 7) { return (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.GcpMetadata.getDefaultInstance(); } /** * * *
       * The GCP metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ @java.lang.Override public com.google.cloud.securitycenter.v2.GcpMetadataOrBuilder getGcpMetadataOrBuilder() { if (cloudProviderMetadataCase_ == 7) { return (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.GcpMetadata.getDefaultInstance(); } public static final int AWS_METADATA_FIELD_NUMBER = 8; /** * * *
       * The AWS metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; * * @return Whether the awsMetadata field is set. */ @java.lang.Override public boolean hasAwsMetadata() { return cloudProviderMetadataCase_ == 8; } /** * * *
       * The AWS metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; * * @return The awsMetadata. */ @java.lang.Override public com.google.cloud.securitycenter.v2.AwsMetadata getAwsMetadata() { if (cloudProviderMetadataCase_ == 8) { return (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AwsMetadata.getDefaultInstance(); } /** * * *
       * The AWS metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ @java.lang.Override public com.google.cloud.securitycenter.v2.AwsMetadataOrBuilder getAwsMetadataOrBuilder() { if (cloudProviderMetadataCase_ == 8) { return (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AwsMetadata.getDefaultInstance(); } public static final int AZURE_METADATA_FIELD_NUMBER = 9; /** * * *
       * The Azure metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; * * @return Whether the azureMetadata field is set. */ @java.lang.Override public boolean hasAzureMetadata() { return cloudProviderMetadataCase_ == 9; } /** * * *
       * The Azure metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; * * @return The azureMetadata. */ @java.lang.Override public com.google.cloud.securitycenter.v2.AzureMetadata getAzureMetadata() { if (cloudProviderMetadataCase_ == 9) { return (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AzureMetadata.getDefaultInstance(); } /** * * *
       * The Azure metadata associated with the finding.
       * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ @java.lang.Override public com.google.cloud.securitycenter.v2.AzureMetadataOrBuilder getAzureMetadataOrBuilder() { if (cloudProviderMetadataCase_ == 9) { return (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AzureMetadata.getDefaultInstance(); } public static final int RESOURCE_PATH_FIELD_NUMBER = 10; private com.google.cloud.securitycenter.v2.ResourcePath resourcePath_; /** * * *
       * Provides the path to the resource within the resource hierarchy.
       * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; * * @return Whether the resourcePath field is set. */ @java.lang.Override public boolean hasResourcePath() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
       * Provides the path to the resource within the resource hierarchy.
       * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; * * @return The resourcePath. */ @java.lang.Override public com.google.cloud.securitycenter.v2.ResourcePath getResourcePath() { return resourcePath_ == null ? com.google.cloud.securitycenter.v2.ResourcePath.getDefaultInstance() : resourcePath_; } /** * * *
       * Provides the path to the resource within the resource hierarchy.
       * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ @java.lang.Override public com.google.cloud.securitycenter.v2.ResourcePathOrBuilder getResourcePathOrBuilder() { return resourcePath_ == null ? com.google.cloud.securitycenter.v2.ResourcePath.getDefaultInstance() : resourcePath_; } public static final int RESOURCE_PATH_STRING_FIELD_NUMBER = 11; @SuppressWarnings("serial") private volatile java.lang.Object resourcePathString_ = ""; /** * * *
       * A string representation of the resource path.
       * For Google Cloud, it has the format of
       * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
       * where there can be any number of folders.
       * For AWS, it has the format of
       * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
       * where there can be any number of organizational units.
       * For Azure, it has the format of
       * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
       * where there can be any number of management groups.
       * 
* * string resource_path_string = 11; * * @return The resourcePathString. */ @java.lang.Override public java.lang.String getResourcePathString() { java.lang.Object ref = resourcePathString_; 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(); resourcePathString_ = s; return s; } } /** * * *
       * A string representation of the resource path.
       * For Google Cloud, it has the format of
       * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
       * where there can be any number of folders.
       * For AWS, it has the format of
       * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
       * where there can be any number of organizational units.
       * For Azure, it has the format of
       * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
       * where there can be any number of management groups.
       * 
* * string resource_path_string = 11; * * @return The bytes for resourcePathString. */ @java.lang.Override public com.google.protobuf.ByteString getResourcePathStringBytes() { java.lang.Object ref = resourcePathString_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); resourcePathString_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, displayName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, type_); } if (cloudProvider_ != com.google.cloud.securitycenter.v2.CloudProvider.CLOUD_PROVIDER_UNSPECIFIED .getNumber()) { output.writeEnum(4, cloudProvider_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(service_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, service_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, location_); } if (cloudProviderMetadataCase_ == 7) { output.writeMessage( 7, (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_); } if (cloudProviderMetadataCase_ == 8) { output.writeMessage( 8, (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_); } if (cloudProviderMetadataCase_ == 9) { output.writeMessage( 9, (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(10, getResourcePath()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourcePathString_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 11, resourcePathString_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(displayName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, displayName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(type_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, type_); } if (cloudProvider_ != com.google.cloud.securitycenter.v2.CloudProvider.CLOUD_PROVIDER_UNSPECIFIED .getNumber()) { size += com.google.protobuf.CodedOutputStream.computeEnumSize(4, cloudProvider_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(service_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, service_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(location_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, location_); } if (cloudProviderMetadataCase_ == 7) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 7, (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_); } if (cloudProviderMetadataCase_ == 8) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 8, (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_); } if (cloudProviderMetadataCase_ == 9) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 9, (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getResourcePath()); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourcePathString_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, resourcePathString_); } 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.ListFindingsResponse.ListFindingsResult.Resource)) { return super.equals(obj); } com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource other = (com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource) obj; if (!getName().equals(other.getName())) return false; if (!getDisplayName().equals(other.getDisplayName())) return false; if (!getType().equals(other.getType())) return false; if (cloudProvider_ != other.cloudProvider_) return false; if (!getService().equals(other.getService())) return false; if (!getLocation().equals(other.getLocation())) return false; if (hasResourcePath() != other.hasResourcePath()) return false; if (hasResourcePath()) { if (!getResourcePath().equals(other.getResourcePath())) return false; } if (!getResourcePathString().equals(other.getResourcePathString())) return false; if (!getCloudProviderMetadataCase().equals(other.getCloudProviderMetadataCase())) return false; switch (cloudProviderMetadataCase_) { case 7: if (!getGcpMetadata().equals(other.getGcpMetadata())) return false; break; case 8: if (!getAwsMetadata().equals(other.getAwsMetadata())) return false; break; case 9: if (!getAzureMetadata().equals(other.getAzureMetadata())) return false; break; case 0: default: } 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(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + DISPLAY_NAME_FIELD_NUMBER; hash = (53 * hash) + getDisplayName().hashCode(); hash = (37 * hash) + TYPE_FIELD_NUMBER; hash = (53 * hash) + getType().hashCode(); hash = (37 * hash) + CLOUD_PROVIDER_FIELD_NUMBER; hash = (53 * hash) + cloudProvider_; hash = (37 * hash) + SERVICE_FIELD_NUMBER; hash = (53 * hash) + getService().hashCode(); hash = (37 * hash) + LOCATION_FIELD_NUMBER; hash = (53 * hash) + getLocation().hashCode(); if (hasResourcePath()) { hash = (37 * hash) + RESOURCE_PATH_FIELD_NUMBER; hash = (53 * hash) + getResourcePath().hashCode(); } hash = (37 * hash) + RESOURCE_PATH_STRING_FIELD_NUMBER; hash = (53 * hash) + getResourcePathString().hashCode(); switch (cloudProviderMetadataCase_) { case 7: hash = (37 * hash) + GCP_METADATA_FIELD_NUMBER; hash = (53 * hash) + getGcpMetadata().hashCode(); break; case 8: hash = (37 * hash) + AWS_METADATA_FIELD_NUMBER; hash = (53 * hash) + getAwsMetadata().hashCode(); break; case 9: hash = (37 * hash) + AZURE_METADATA_FIELD_NUMBER; hash = (53 * hash) + getAzureMetadata().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource 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.ListFindingsResponse.ListFindingsResult .Resource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource 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.ListFindingsResponse.ListFindingsResult .Resource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource 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.ListFindingsResponse.ListFindingsResult .Resource parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource 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.ListFindingsResponse.ListFindingsResult .Resource parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource 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.ListFindingsResponse.ListFindingsResult .Resource 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.ListFindingsResponse.ListFindingsResult .Resource 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.ListFindingsResponse.ListFindingsResult.Resource 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; } /** * * *
       * Information related to the Google Cloud resource that is
       * associated with this finding.
       * 
* * Protobuf type {@code * google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource) com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .ResourceOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_Resource_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_Resource_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource.class, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource.Builder.class); } // Construct using // com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getResourcePathFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; name_ = ""; displayName_ = ""; type_ = ""; cloudProvider_ = 0; service_ = ""; location_ = ""; if (gcpMetadataBuilder_ != null) { gcpMetadataBuilder_.clear(); } if (awsMetadataBuilder_ != null) { awsMetadataBuilder_.clear(); } if (azureMetadataBuilder_ != null) { azureMetadataBuilder_.clear(); } resourcePath_ = null; if (resourcePathBuilder_ != null) { resourcePathBuilder_.dispose(); resourcePathBuilder_ = null; } resourcePathString_ = ""; cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; 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_ListFindingsResponse_ListFindingsResult_Resource_descriptor; } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource getDefaultInstanceForType() { return com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .getDefaultInstance(); } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource build() { com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource buildPartial() { com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource result = new com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource(this); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartial0( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.name_ = name_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.displayName_ = displayName_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.type_ = type_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.cloudProvider_ = cloudProvider_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.service_ = service_; } if (((from_bitField0_ & 0x00000020) != 0)) { result.location_ = location_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000200) != 0)) { result.resourcePath_ = resourcePathBuilder_ == null ? resourcePath_ : resourcePathBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000400) != 0)) { result.resourcePathString_ = resourcePathString_; } result.bitField0_ |= to_bitField0_; } private void buildPartialOneofs( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource result) { result.cloudProviderMetadataCase_ = cloudProviderMetadataCase_; result.cloudProviderMetadata_ = this.cloudProviderMetadata_; if (cloudProviderMetadataCase_ == 7 && gcpMetadataBuilder_ != null) { result.cloudProviderMetadata_ = gcpMetadataBuilder_.build(); } if (cloudProviderMetadataCase_ == 8 && awsMetadataBuilder_ != null) { result.cloudProviderMetadata_ = awsMetadataBuilder_.build(); } if (cloudProviderMetadataCase_ == 9 && azureMetadataBuilder_ != null) { result.cloudProviderMetadata_ = azureMetadataBuilder_.build(); } } @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.ListFindingsResponse.ListFindingsResult.Resource) { return mergeFrom( (com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource other) { if (other == com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getDisplayName().isEmpty()) { displayName_ = other.displayName_; bitField0_ |= 0x00000002; onChanged(); } if (!other.getType().isEmpty()) { type_ = other.type_; bitField0_ |= 0x00000004; onChanged(); } if (other.cloudProvider_ != 0) { setCloudProviderValue(other.getCloudProviderValue()); } if (!other.getService().isEmpty()) { service_ = other.service_; bitField0_ |= 0x00000010; onChanged(); } if (!other.getLocation().isEmpty()) { location_ = other.location_; bitField0_ |= 0x00000020; onChanged(); } if (other.hasResourcePath()) { mergeResourcePath(other.getResourcePath()); } if (!other.getResourcePathString().isEmpty()) { resourcePathString_ = other.resourcePathString_; bitField0_ |= 0x00000400; onChanged(); } switch (other.getCloudProviderMetadataCase()) { case GCP_METADATA: { mergeGcpMetadata(other.getGcpMetadata()); break; } case AWS_METADATA: { mergeAwsMetadata(other.getAwsMetadata()); break; } case AZURE_METADATA: { mergeAzureMetadata(other.getAzureMetadata()); break; } case CLOUDPROVIDERMETADATA_NOT_SET: { break; } } 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: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { displayName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { type_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 32: { cloudProvider_ = input.readEnum(); bitField0_ |= 0x00000008; break; } // case 32 case 42: { service_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000010; break; } // case 42 case 50: { location_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000020; break; } // case 50 case 58: { input.readMessage(getGcpMetadataFieldBuilder().getBuilder(), extensionRegistry); cloudProviderMetadataCase_ = 7; break; } // case 58 case 66: { input.readMessage(getAwsMetadataFieldBuilder().getBuilder(), extensionRegistry); cloudProviderMetadataCase_ = 8; break; } // case 66 case 74: { input.readMessage( getAzureMetadataFieldBuilder().getBuilder(), extensionRegistry); cloudProviderMetadataCase_ = 9; break; } // case 74 case 82: { input.readMessage( getResourcePathFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 82 case 90: { resourcePathString_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000400; break; } // case 90 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 cloudProviderMetadataCase_ = 0; private java.lang.Object cloudProviderMetadata_; public CloudProviderMetadataCase getCloudProviderMetadataCase() { return CloudProviderMetadataCase.forNumber(cloudProviderMetadataCase_); } public Builder clearCloudProviderMetadata() { cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; onChanged(); return this; } private int bitField0_; private java.lang.Object name_ = ""; /** * * *
         * The full resource name of the resource. See:
         * https://cloud.google.com/apis/design/resource_names#full_resource_name
         * 
* * string name = 1; * * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
         * The full resource name of the resource. See:
         * https://cloud.google.com/apis/design/resource_names#full_resource_name
         * 
* * string name = 1; * * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
         * The full resource name of the resource. See:
         * https://cloud.google.com/apis/design/resource_names#full_resource_name
         * 
* * string name = 1; * * @param value The name to set. * @return This builder for chaining. */ public Builder setName(java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
         * The full resource name of the resource. See:
         * https://cloud.google.com/apis/design/resource_names#full_resource_name
         * 
* * string name = 1; * * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * * *
         * The full resource name of the resource. See:
         * https://cloud.google.com/apis/design/resource_names#full_resource_name
         * 
* * string name = 1; * * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private java.lang.Object displayName_ = ""; /** * * *
         * The human readable name of the resource.
         * 
* * string display_name = 2; * * @return The displayName. */ public java.lang.String getDisplayName() { java.lang.Object ref = displayName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); displayName_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
         * The human readable name of the resource.
         * 
* * string display_name = 2; * * @return The bytes for displayName. */ public com.google.protobuf.ByteString getDisplayNameBytes() { java.lang.Object ref = displayName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); displayName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
         * The human readable name of the resource.
         * 
* * string display_name = 2; * * @param value The displayName to set. * @return This builder for chaining. */ public Builder setDisplayName(java.lang.String value) { if (value == null) { throw new NullPointerException(); } displayName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
         * The human readable name of the resource.
         * 
* * string display_name = 2; * * @return This builder for chaining. */ public Builder clearDisplayName() { displayName_ = getDefaultInstance().getDisplayName(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** * * *
         * The human readable name of the resource.
         * 
* * string display_name = 2; * * @param value The bytes for displayName to set. * @return This builder for chaining. */ public Builder setDisplayNameBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); displayName_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object type_ = ""; /** * * *
         * The full resource type of the resource.
         * 
* * string type = 3; * * @return The type. */ public java.lang.String getType() { java.lang.Object ref = type_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); type_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
         * The full resource type of the resource.
         * 
* * string type = 3; * * @return The bytes for type. */ public com.google.protobuf.ByteString getTypeBytes() { java.lang.Object ref = type_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); type_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
         * The full resource type of the resource.
         * 
* * string type = 3; * * @param value The type to set. * @return This builder for chaining. */ public Builder setType(java.lang.String value) { if (value == null) { throw new NullPointerException(); } type_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
         * The full resource type of the resource.
         * 
* * string type = 3; * * @return This builder for chaining. */ public Builder clearType() { type_ = getDefaultInstance().getType(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** * * *
         * The full resource type of the resource.
         * 
* * string type = 3; * * @param value The bytes for type to set. * @return This builder for chaining. */ public Builder setTypeBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); type_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private int cloudProvider_ = 0; /** * * *
         * Indicates which cloud provider the finding is from.
         * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @return The enum numeric value on the wire for cloudProvider. */ @java.lang.Override public int getCloudProviderValue() { return cloudProvider_; } /** * * *
         * Indicates which cloud provider the finding is from.
         * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @param value The enum numeric value on the wire for cloudProvider to set. * @return This builder for chaining. */ public Builder setCloudProviderValue(int value) { cloudProvider_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
         * Indicates which cloud provider the finding is from.
         * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @return The cloudProvider. */ @java.lang.Override public com.google.cloud.securitycenter.v2.CloudProvider getCloudProvider() { com.google.cloud.securitycenter.v2.CloudProvider result = com.google.cloud.securitycenter.v2.CloudProvider.forNumber(cloudProvider_); return result == null ? com.google.cloud.securitycenter.v2.CloudProvider.UNRECOGNIZED : result; } /** * * *
         * Indicates which cloud provider the finding is from.
         * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @param value The cloudProvider to set. * @return This builder for chaining. */ public Builder setCloudProvider(com.google.cloud.securitycenter.v2.CloudProvider value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; cloudProvider_ = value.getNumber(); onChanged(); return this; } /** * * *
         * Indicates which cloud provider the finding is from.
         * 
* * .google.cloud.securitycenter.v2.CloudProvider cloud_provider = 4; * * @return This builder for chaining. */ public Builder clearCloudProvider() { bitField0_ = (bitField0_ & ~0x00000008); cloudProvider_ = 0; onChanged(); return this; } private java.lang.Object service_ = ""; /** * * *
         * The service or resource provider associated with the resource.
         * 
* * string service = 5; * * @return The service. */ public java.lang.String getService() { java.lang.Object ref = service_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); service_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
         * The service or resource provider associated with the resource.
         * 
* * string service = 5; * * @return The bytes for service. */ public com.google.protobuf.ByteString getServiceBytes() { java.lang.Object ref = service_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); service_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
         * The service or resource provider associated with the resource.
         * 
* * string service = 5; * * @param value The service to set. * @return This builder for chaining. */ public Builder setService(java.lang.String value) { if (value == null) { throw new NullPointerException(); } service_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
         * The service or resource provider associated with the resource.
         * 
* * string service = 5; * * @return This builder for chaining. */ public Builder clearService() { service_ = getDefaultInstance().getService(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } /** * * *
         * The service or resource provider associated with the resource.
         * 
* * string service = 5; * * @param value The bytes for service to set. * @return This builder for chaining. */ public Builder setServiceBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); service_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } private java.lang.Object location_ = ""; /** * * *
         * The region or location of the service (if applicable).
         * 
* * string location = 6; * * @return The location. */ public java.lang.String getLocation() { java.lang.Object ref = location_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); location_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
         * The region or location of the service (if applicable).
         * 
* * string location = 6; * * @return The bytes for location. */ public com.google.protobuf.ByteString getLocationBytes() { java.lang.Object ref = location_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); location_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
         * The region or location of the service (if applicable).
         * 
* * string location = 6; * * @param value The location to set. * @return This builder for chaining. */ public Builder setLocation(java.lang.String value) { if (value == null) { throw new NullPointerException(); } location_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
         * The region or location of the service (if applicable).
         * 
* * string location = 6; * * @return This builder for chaining. */ public Builder clearLocation() { location_ = getDefaultInstance().getLocation(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); return this; } /** * * *
         * The region or location of the service (if applicable).
         * 
* * string location = 6; * * @param value The bytes for location to set. * @return This builder for chaining. */ public Builder setLocationBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); location_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.GcpMetadata, com.google.cloud.securitycenter.v2.GcpMetadata.Builder, com.google.cloud.securitycenter.v2.GcpMetadataOrBuilder> gcpMetadataBuilder_; /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; * * @return Whether the gcpMetadata field is set. */ @java.lang.Override public boolean hasGcpMetadata() { return cloudProviderMetadataCase_ == 7; } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; * * @return The gcpMetadata. */ @java.lang.Override public com.google.cloud.securitycenter.v2.GcpMetadata getGcpMetadata() { if (gcpMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 7) { return (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.GcpMetadata.getDefaultInstance(); } else { if (cloudProviderMetadataCase_ == 7) { return gcpMetadataBuilder_.getMessage(); } return com.google.cloud.securitycenter.v2.GcpMetadata.getDefaultInstance(); } } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ public Builder setGcpMetadata(com.google.cloud.securitycenter.v2.GcpMetadata value) { if (gcpMetadataBuilder_ == null) { if (value == null) { throw new NullPointerException(); } cloudProviderMetadata_ = value; onChanged(); } else { gcpMetadataBuilder_.setMessage(value); } cloudProviderMetadataCase_ = 7; return this; } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ public Builder setGcpMetadata( com.google.cloud.securitycenter.v2.GcpMetadata.Builder builderForValue) { if (gcpMetadataBuilder_ == null) { cloudProviderMetadata_ = builderForValue.build(); onChanged(); } else { gcpMetadataBuilder_.setMessage(builderForValue.build()); } cloudProviderMetadataCase_ = 7; return this; } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ public Builder mergeGcpMetadata(com.google.cloud.securitycenter.v2.GcpMetadata value) { if (gcpMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 7 && cloudProviderMetadata_ != com.google.cloud.securitycenter.v2.GcpMetadata.getDefaultInstance()) { cloudProviderMetadata_ = com.google.cloud.securitycenter.v2.GcpMetadata.newBuilder( (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_) .mergeFrom(value) .buildPartial(); } else { cloudProviderMetadata_ = value; } onChanged(); } else { if (cloudProviderMetadataCase_ == 7) { gcpMetadataBuilder_.mergeFrom(value); } else { gcpMetadataBuilder_.setMessage(value); } } cloudProviderMetadataCase_ = 7; return this; } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ public Builder clearGcpMetadata() { if (gcpMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 7) { cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; onChanged(); } } else { if (cloudProviderMetadataCase_ == 7) { cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; } gcpMetadataBuilder_.clear(); } return this; } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ public com.google.cloud.securitycenter.v2.GcpMetadata.Builder getGcpMetadataBuilder() { return getGcpMetadataFieldBuilder().getBuilder(); } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ @java.lang.Override public com.google.cloud.securitycenter.v2.GcpMetadataOrBuilder getGcpMetadataOrBuilder() { if ((cloudProviderMetadataCase_ == 7) && (gcpMetadataBuilder_ != null)) { return gcpMetadataBuilder_.getMessageOrBuilder(); } else { if (cloudProviderMetadataCase_ == 7) { return (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.GcpMetadata.getDefaultInstance(); } } /** * * *
         * The GCP metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.GcpMetadata gcp_metadata = 7; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.GcpMetadata, com.google.cloud.securitycenter.v2.GcpMetadata.Builder, com.google.cloud.securitycenter.v2.GcpMetadataOrBuilder> getGcpMetadataFieldBuilder() { if (gcpMetadataBuilder_ == null) { if (!(cloudProviderMetadataCase_ == 7)) { cloudProviderMetadata_ = com.google.cloud.securitycenter.v2.GcpMetadata.getDefaultInstance(); } gcpMetadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.GcpMetadata, com.google.cloud.securitycenter.v2.GcpMetadata.Builder, com.google.cloud.securitycenter.v2.GcpMetadataOrBuilder>( (com.google.cloud.securitycenter.v2.GcpMetadata) cloudProviderMetadata_, getParentForChildren(), isClean()); cloudProviderMetadata_ = null; } cloudProviderMetadataCase_ = 7; onChanged(); return gcpMetadataBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.AwsMetadata, com.google.cloud.securitycenter.v2.AwsMetadata.Builder, com.google.cloud.securitycenter.v2.AwsMetadataOrBuilder> awsMetadataBuilder_; /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; * * @return Whether the awsMetadata field is set. */ @java.lang.Override public boolean hasAwsMetadata() { return cloudProviderMetadataCase_ == 8; } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; * * @return The awsMetadata. */ @java.lang.Override public com.google.cloud.securitycenter.v2.AwsMetadata getAwsMetadata() { if (awsMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 8) { return (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AwsMetadata.getDefaultInstance(); } else { if (cloudProviderMetadataCase_ == 8) { return awsMetadataBuilder_.getMessage(); } return com.google.cloud.securitycenter.v2.AwsMetadata.getDefaultInstance(); } } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ public Builder setAwsMetadata(com.google.cloud.securitycenter.v2.AwsMetadata value) { if (awsMetadataBuilder_ == null) { if (value == null) { throw new NullPointerException(); } cloudProviderMetadata_ = value; onChanged(); } else { awsMetadataBuilder_.setMessage(value); } cloudProviderMetadataCase_ = 8; return this; } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ public Builder setAwsMetadata( com.google.cloud.securitycenter.v2.AwsMetadata.Builder builderForValue) { if (awsMetadataBuilder_ == null) { cloudProviderMetadata_ = builderForValue.build(); onChanged(); } else { awsMetadataBuilder_.setMessage(builderForValue.build()); } cloudProviderMetadataCase_ = 8; return this; } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ public Builder mergeAwsMetadata(com.google.cloud.securitycenter.v2.AwsMetadata value) { if (awsMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 8 && cloudProviderMetadata_ != com.google.cloud.securitycenter.v2.AwsMetadata.getDefaultInstance()) { cloudProviderMetadata_ = com.google.cloud.securitycenter.v2.AwsMetadata.newBuilder( (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_) .mergeFrom(value) .buildPartial(); } else { cloudProviderMetadata_ = value; } onChanged(); } else { if (cloudProviderMetadataCase_ == 8) { awsMetadataBuilder_.mergeFrom(value); } else { awsMetadataBuilder_.setMessage(value); } } cloudProviderMetadataCase_ = 8; return this; } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ public Builder clearAwsMetadata() { if (awsMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 8) { cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; onChanged(); } } else { if (cloudProviderMetadataCase_ == 8) { cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; } awsMetadataBuilder_.clear(); } return this; } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ public com.google.cloud.securitycenter.v2.AwsMetadata.Builder getAwsMetadataBuilder() { return getAwsMetadataFieldBuilder().getBuilder(); } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ @java.lang.Override public com.google.cloud.securitycenter.v2.AwsMetadataOrBuilder getAwsMetadataOrBuilder() { if ((cloudProviderMetadataCase_ == 8) && (awsMetadataBuilder_ != null)) { return awsMetadataBuilder_.getMessageOrBuilder(); } else { if (cloudProviderMetadataCase_ == 8) { return (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AwsMetadata.getDefaultInstance(); } } /** * * *
         * The AWS metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AwsMetadata aws_metadata = 8; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.AwsMetadata, com.google.cloud.securitycenter.v2.AwsMetadata.Builder, com.google.cloud.securitycenter.v2.AwsMetadataOrBuilder> getAwsMetadataFieldBuilder() { if (awsMetadataBuilder_ == null) { if (!(cloudProviderMetadataCase_ == 8)) { cloudProviderMetadata_ = com.google.cloud.securitycenter.v2.AwsMetadata.getDefaultInstance(); } awsMetadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.AwsMetadata, com.google.cloud.securitycenter.v2.AwsMetadata.Builder, com.google.cloud.securitycenter.v2.AwsMetadataOrBuilder>( (com.google.cloud.securitycenter.v2.AwsMetadata) cloudProviderMetadata_, getParentForChildren(), isClean()); cloudProviderMetadata_ = null; } cloudProviderMetadataCase_ = 8; onChanged(); return awsMetadataBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.AzureMetadata, com.google.cloud.securitycenter.v2.AzureMetadata.Builder, com.google.cloud.securitycenter.v2.AzureMetadataOrBuilder> azureMetadataBuilder_; /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; * * @return Whether the azureMetadata field is set. */ @java.lang.Override public boolean hasAzureMetadata() { return cloudProviderMetadataCase_ == 9; } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; * * @return The azureMetadata. */ @java.lang.Override public com.google.cloud.securitycenter.v2.AzureMetadata getAzureMetadata() { if (azureMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 9) { return (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AzureMetadata.getDefaultInstance(); } else { if (cloudProviderMetadataCase_ == 9) { return azureMetadataBuilder_.getMessage(); } return com.google.cloud.securitycenter.v2.AzureMetadata.getDefaultInstance(); } } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ public Builder setAzureMetadata(com.google.cloud.securitycenter.v2.AzureMetadata value) { if (azureMetadataBuilder_ == null) { if (value == null) { throw new NullPointerException(); } cloudProviderMetadata_ = value; onChanged(); } else { azureMetadataBuilder_.setMessage(value); } cloudProviderMetadataCase_ = 9; return this; } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ public Builder setAzureMetadata( com.google.cloud.securitycenter.v2.AzureMetadata.Builder builderForValue) { if (azureMetadataBuilder_ == null) { cloudProviderMetadata_ = builderForValue.build(); onChanged(); } else { azureMetadataBuilder_.setMessage(builderForValue.build()); } cloudProviderMetadataCase_ = 9; return this; } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ public Builder mergeAzureMetadata(com.google.cloud.securitycenter.v2.AzureMetadata value) { if (azureMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 9 && cloudProviderMetadata_ != com.google.cloud.securitycenter.v2.AzureMetadata.getDefaultInstance()) { cloudProviderMetadata_ = com.google.cloud.securitycenter.v2.AzureMetadata.newBuilder( (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_) .mergeFrom(value) .buildPartial(); } else { cloudProviderMetadata_ = value; } onChanged(); } else { if (cloudProviderMetadataCase_ == 9) { azureMetadataBuilder_.mergeFrom(value); } else { azureMetadataBuilder_.setMessage(value); } } cloudProviderMetadataCase_ = 9; return this; } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ public Builder clearAzureMetadata() { if (azureMetadataBuilder_ == null) { if (cloudProviderMetadataCase_ == 9) { cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; onChanged(); } } else { if (cloudProviderMetadataCase_ == 9) { cloudProviderMetadataCase_ = 0; cloudProviderMetadata_ = null; } azureMetadataBuilder_.clear(); } return this; } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ public com.google.cloud.securitycenter.v2.AzureMetadata.Builder getAzureMetadataBuilder() { return getAzureMetadataFieldBuilder().getBuilder(); } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ @java.lang.Override public com.google.cloud.securitycenter.v2.AzureMetadataOrBuilder getAzureMetadataOrBuilder() { if ((cloudProviderMetadataCase_ == 9) && (azureMetadataBuilder_ != null)) { return azureMetadataBuilder_.getMessageOrBuilder(); } else { if (cloudProviderMetadataCase_ == 9) { return (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_; } return com.google.cloud.securitycenter.v2.AzureMetadata.getDefaultInstance(); } } /** * * *
         * The Azure metadata associated with the finding.
         * 
* * .google.cloud.securitycenter.v2.AzureMetadata azure_metadata = 9; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.AzureMetadata, com.google.cloud.securitycenter.v2.AzureMetadata.Builder, com.google.cloud.securitycenter.v2.AzureMetadataOrBuilder> getAzureMetadataFieldBuilder() { if (azureMetadataBuilder_ == null) { if (!(cloudProviderMetadataCase_ == 9)) { cloudProviderMetadata_ = com.google.cloud.securitycenter.v2.AzureMetadata.getDefaultInstance(); } azureMetadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.AzureMetadata, com.google.cloud.securitycenter.v2.AzureMetadata.Builder, com.google.cloud.securitycenter.v2.AzureMetadataOrBuilder>( (com.google.cloud.securitycenter.v2.AzureMetadata) cloudProviderMetadata_, getParentForChildren(), isClean()); cloudProviderMetadata_ = null; } cloudProviderMetadataCase_ = 9; onChanged(); return azureMetadataBuilder_; } private com.google.cloud.securitycenter.v2.ResourcePath resourcePath_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.ResourcePath, com.google.cloud.securitycenter.v2.ResourcePath.Builder, com.google.cloud.securitycenter.v2.ResourcePathOrBuilder> resourcePathBuilder_; /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; * * @return Whether the resourcePath field is set. */ public boolean hasResourcePath() { return ((bitField0_ & 0x00000200) != 0); } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; * * @return The resourcePath. */ public com.google.cloud.securitycenter.v2.ResourcePath getResourcePath() { if (resourcePathBuilder_ == null) { return resourcePath_ == null ? com.google.cloud.securitycenter.v2.ResourcePath.getDefaultInstance() : resourcePath_; } else { return resourcePathBuilder_.getMessage(); } } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ public Builder setResourcePath(com.google.cloud.securitycenter.v2.ResourcePath value) { if (resourcePathBuilder_ == null) { if (value == null) { throw new NullPointerException(); } resourcePath_ = value; } else { resourcePathBuilder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ public Builder setResourcePath( com.google.cloud.securitycenter.v2.ResourcePath.Builder builderForValue) { if (resourcePathBuilder_ == null) { resourcePath_ = builderForValue.build(); } else { resourcePathBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); return this; } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ public Builder mergeResourcePath(com.google.cloud.securitycenter.v2.ResourcePath value) { if (resourcePathBuilder_ == null) { if (((bitField0_ & 0x00000200) != 0) && resourcePath_ != null && resourcePath_ != com.google.cloud.securitycenter.v2.ResourcePath.getDefaultInstance()) { getResourcePathBuilder().mergeFrom(value); } else { resourcePath_ = value; } } else { resourcePathBuilder_.mergeFrom(value); } if (resourcePath_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ public Builder clearResourcePath() { bitField0_ = (bitField0_ & ~0x00000200); resourcePath_ = null; if (resourcePathBuilder_ != null) { resourcePathBuilder_.dispose(); resourcePathBuilder_ = null; } onChanged(); return this; } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ public com.google.cloud.securitycenter.v2.ResourcePath.Builder getResourcePathBuilder() { bitField0_ |= 0x00000200; onChanged(); return getResourcePathFieldBuilder().getBuilder(); } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ public com.google.cloud.securitycenter.v2.ResourcePathOrBuilder getResourcePathOrBuilder() { if (resourcePathBuilder_ != null) { return resourcePathBuilder_.getMessageOrBuilder(); } else { return resourcePath_ == null ? com.google.cloud.securitycenter.v2.ResourcePath.getDefaultInstance() : resourcePath_; } } /** * * *
         * Provides the path to the resource within the resource hierarchy.
         * 
* * .google.cloud.securitycenter.v2.ResourcePath resource_path = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.ResourcePath, com.google.cloud.securitycenter.v2.ResourcePath.Builder, com.google.cloud.securitycenter.v2.ResourcePathOrBuilder> getResourcePathFieldBuilder() { if (resourcePathBuilder_ == null) { resourcePathBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.ResourcePath, com.google.cloud.securitycenter.v2.ResourcePath.Builder, com.google.cloud.securitycenter.v2.ResourcePathOrBuilder>( getResourcePath(), getParentForChildren(), isClean()); resourcePath_ = null; } return resourcePathBuilder_; } private java.lang.Object resourcePathString_ = ""; /** * * *
         * A string representation of the resource path.
         * For Google Cloud, it has the format of
         * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
         * where there can be any number of folders.
         * For AWS, it has the format of
         * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
         * where there can be any number of organizational units.
         * For Azure, it has the format of
         * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
         * where there can be any number of management groups.
         * 
* * string resource_path_string = 11; * * @return The resourcePathString. */ public java.lang.String getResourcePathString() { java.lang.Object ref = resourcePathString_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); resourcePathString_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
         * A string representation of the resource path.
         * For Google Cloud, it has the format of
         * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
         * where there can be any number of folders.
         * For AWS, it has the format of
         * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
         * where there can be any number of organizational units.
         * For Azure, it has the format of
         * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
         * where there can be any number of management groups.
         * 
* * string resource_path_string = 11; * * @return The bytes for resourcePathString. */ public com.google.protobuf.ByteString getResourcePathStringBytes() { java.lang.Object ref = resourcePathString_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); resourcePathString_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
         * A string representation of the resource path.
         * For Google Cloud, it has the format of
         * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
         * where there can be any number of folders.
         * For AWS, it has the format of
         * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
         * where there can be any number of organizational units.
         * For Azure, it has the format of
         * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
         * where there can be any number of management groups.
         * 
* * string resource_path_string = 11; * * @param value The resourcePathString to set. * @return This builder for chaining. */ public Builder setResourcePathString(java.lang.String value) { if (value == null) { throw new NullPointerException(); } resourcePathString_ = value; bitField0_ |= 0x00000400; onChanged(); return this; } /** * * *
         * A string representation of the resource path.
         * For Google Cloud, it has the format of
         * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
         * where there can be any number of folders.
         * For AWS, it has the format of
         * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
         * where there can be any number of organizational units.
         * For Azure, it has the format of
         * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
         * where there can be any number of management groups.
         * 
* * string resource_path_string = 11; * * @return This builder for chaining. */ public Builder clearResourcePathString() { resourcePathString_ = getDefaultInstance().getResourcePathString(); bitField0_ = (bitField0_ & ~0x00000400); onChanged(); return this; } /** * * *
         * A string representation of the resource path.
         * For Google Cloud, it has the format of
         * `organizations/{organization_id}/folders/{folder_id}/folders/{folder_id}/projects/{project_id}`
         * where there can be any number of folders.
         * For AWS, it has the format of
         * `org/{organization_id}/ou/{organizational_unit_id}/ou/{organizational_unit_id}/account/{account_id}`
         * where there can be any number of organizational units.
         * For Azure, it has the format of
         * `mg/{management_group_id}/mg/{management_group_id}/subscription/{subscription_id}/rg/{resource_group_name}`
         * where there can be any number of management groups.
         * 
* * string resource_path_string = 11; * * @param value The bytes for resourcePathString to set. * @return This builder for chaining. */ public Builder setResourcePathStringBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); resourcePathString_ = value; bitField0_ |= 0x00000400; 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.ListFindingsResponse.ListFindingsResult.Resource) } // @@protoc_insertion_point(class_scope:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource) private static final com.google.cloud.securitycenter.v2.ListFindingsResponse .ListFindingsResult.Resource DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource(); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Resource 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.ListFindingsResponse.ListFindingsResult.Resource getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private int bitField0_; public static final int FINDING_FIELD_NUMBER = 1; private com.google.cloud.securitycenter.v2.Finding finding_; /** * * *
     * Finding matching the search request.
     * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; * * @return Whether the finding field is set. */ @java.lang.Override public boolean hasFinding() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
     * Finding matching the search request.
     * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; * * @return The finding. */ @java.lang.Override public com.google.cloud.securitycenter.v2.Finding getFinding() { return finding_ == null ? com.google.cloud.securitycenter.v2.Finding.getDefaultInstance() : finding_; } /** * * *
     * Finding matching the search request.
     * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ @java.lang.Override public com.google.cloud.securitycenter.v2.FindingOrBuilder getFindingOrBuilder() { return finding_ == null ? com.google.cloud.securitycenter.v2.Finding.getDefaultInstance() : finding_; } public static final int RESOURCE_FIELD_NUMBER = 3; private com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource_; /** * * *
     * Output only. Resource that is associated with this finding.
     * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the resource field is set. */ @java.lang.Override public boolean hasResource() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
     * Output only. Resource that is associated with this finding.
     * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The resource. */ @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource getResource() { return resource_ == null ? com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .getDefaultInstance() : resource_; } /** * * *
     * Output only. Resource that is associated with this finding.
     * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .ResourceOrBuilder getResourceOrBuilder() { return resource_ == null ? com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .getDefaultInstance() : resource_; } 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 { if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getFinding()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(3, getResource()); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getFinding()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, getResource()); } 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.ListFindingsResponse.ListFindingsResult)) { return super.equals(obj); } com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult other = (com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult) obj; if (hasFinding() != other.hasFinding()) return false; if (hasFinding()) { if (!getFinding().equals(other.getFinding())) return false; } if (hasResource() != other.hasResource()) return false; if (hasResource()) { if (!getResource().equals(other.getResource())) 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 (hasFinding()) { hash = (37 * hash) + FINDING_FIELD_NUMBER; hash = (53 * hash) + getFinding().hashCode(); } if (hasResource()) { hash = (37 * hash) + RESOURCE_FIELD_NUMBER; hash = (53 * hash) + getResource().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult 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.ListFindingsResponse.ListFindingsResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult 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.ListFindingsResponse.ListFindingsResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult 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.ListFindingsResponse.ListFindingsResult parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult 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.ListFindingsResponse.ListFindingsResult parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult 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.ListFindingsResponse.ListFindingsResult 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.ListFindingsResponse.ListFindingsResult 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.ListFindingsResponse.ListFindingsResult 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; } /** * * *
     * Result containing the Finding.
     * 
* * Protobuf type {@code google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult) com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResultOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_ListFindingsResult_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.class, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder .class); } // Construct using // com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getFindingFieldBuilder(); getResourceFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; finding_ = null; if (findingBuilder_ != null) { findingBuilder_.dispose(); findingBuilder_ = null; } resource_ = null; if (resourceBuilder_ != null) { resourceBuilder_.dispose(); resourceBuilder_ = null; } 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_ListFindingsResponse_ListFindingsResult_descriptor; } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult getDefaultInstanceForType() { return com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .getDefaultInstance(); } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult build() { com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult buildPartial() { com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult result = new com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.finding_ = findingBuilder_ == null ? finding_ : findingBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.resource_ = resourceBuilder_ == null ? resource_ : resourceBuilder_.build(); to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } @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.ListFindingsResponse.ListFindingsResult) { return mergeFrom( (com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult other) { if (other == com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .getDefaultInstance()) return this; if (other.hasFinding()) { mergeFinding(other.getFinding()); } if (other.hasResource()) { mergeResource(other.getResource()); } 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: { input.readMessage(getFindingFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 26: { input.readMessage(getResourceFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 26 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 com.google.cloud.securitycenter.v2.Finding finding_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.Finding, com.google.cloud.securitycenter.v2.Finding.Builder, com.google.cloud.securitycenter.v2.FindingOrBuilder> findingBuilder_; /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; * * @return Whether the finding field is set. */ public boolean hasFinding() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; * * @return The finding. */ public com.google.cloud.securitycenter.v2.Finding getFinding() { if (findingBuilder_ == null) { return finding_ == null ? com.google.cloud.securitycenter.v2.Finding.getDefaultInstance() : finding_; } else { return findingBuilder_.getMessage(); } } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ public Builder setFinding(com.google.cloud.securitycenter.v2.Finding value) { if (findingBuilder_ == null) { if (value == null) { throw new NullPointerException(); } finding_ = value; } else { findingBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ public Builder setFinding( com.google.cloud.securitycenter.v2.Finding.Builder builderForValue) { if (findingBuilder_ == null) { finding_ = builderForValue.build(); } else { findingBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ public Builder mergeFinding(com.google.cloud.securitycenter.v2.Finding value) { if (findingBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && finding_ != null && finding_ != com.google.cloud.securitycenter.v2.Finding.getDefaultInstance()) { getFindingBuilder().mergeFrom(value); } else { finding_ = value; } } else { findingBuilder_.mergeFrom(value); } if (finding_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ public Builder clearFinding() { bitField0_ = (bitField0_ & ~0x00000001); finding_ = null; if (findingBuilder_ != null) { findingBuilder_.dispose(); findingBuilder_ = null; } onChanged(); return this; } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ public com.google.cloud.securitycenter.v2.Finding.Builder getFindingBuilder() { bitField0_ |= 0x00000001; onChanged(); return getFindingFieldBuilder().getBuilder(); } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ public com.google.cloud.securitycenter.v2.FindingOrBuilder getFindingOrBuilder() { if (findingBuilder_ != null) { return findingBuilder_.getMessageOrBuilder(); } else { return finding_ == null ? com.google.cloud.securitycenter.v2.Finding.getDefaultInstance() : finding_; } } /** * * *
       * Finding matching the search request.
       * 
* * .google.cloud.securitycenter.v2.Finding finding = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.Finding, com.google.cloud.securitycenter.v2.Finding.Builder, com.google.cloud.securitycenter.v2.FindingOrBuilder> getFindingFieldBuilder() { if (findingBuilder_ == null) { findingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.Finding, com.google.cloud.securitycenter.v2.Finding.Builder, com.google.cloud.securitycenter.v2.FindingOrBuilder>( getFinding(), getParentForChildren(), isClean()); finding_ = null; } return findingBuilder_; } private com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .Builder, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .ResourceOrBuilder> resourceBuilder_; /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the resource field is set. */ public boolean hasResource() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The resource. */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource getResource() { if (resourceBuilder_ == null) { return resource_ == null ? com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .getDefaultInstance() : resource_; } else { return resourceBuilder_.getMessage(); } } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder setResource( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource value) { if (resourceBuilder_ == null) { if (value == null) { throw new NullPointerException(); } resource_ = value; } else { resourceBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder setResource( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .Builder builderForValue) { if (resourceBuilder_ == null) { resource_ = builderForValue.build(); } else { resourceBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder mergeResource( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource value) { if (resourceBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && resource_ != null && resource_ != com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource.getDefaultInstance()) { getResourceBuilder().mergeFrom(value); } else { resource_ = value; } } else { resourceBuilder_.mergeFrom(value); } if (resource_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public Builder clearResource() { bitField0_ = (bitField0_ & ~0x00000002); resource_ = null; if (resourceBuilder_ != null) { resourceBuilder_.dispose(); resourceBuilder_ = null; } onChanged(); return this; } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .Builder getResourceBuilder() { bitField0_ |= 0x00000002; onChanged(); return getResourceFieldBuilder().getBuilder(); } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .ResourceOrBuilder getResourceOrBuilder() { if (resourceBuilder_ != null) { return resourceBuilder_.getMessageOrBuilder(); } else { return resource_ == null ? com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .getDefaultInstance() : resource_; } } /** * * *
       * Output only. Resource that is associated with this finding.
       * 
* * * .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource resource = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Resource .Builder, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .ResourceOrBuilder> getResourceFieldBuilder() { if (resourceBuilder_ == null) { resourceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .Resource.Builder, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .ResourceOrBuilder>(getResource(), getParentForChildren(), isClean()); resource_ = null; } return resourceBuilder_; } @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.ListFindingsResponse.ListFindingsResult) } // @@protoc_insertion_point(class_scope:google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult) private static final com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult(); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ListFindingsResult 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.ListFindingsResponse.ListFindingsResult getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public static final int LIST_FINDINGS_RESULTS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List listFindingsResults_; /** * * *
   * Findings matching the list request.
   * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ @java.lang.Override public java.util.List getListFindingsResultsList() { return listFindingsResults_; } /** * * *
   * Findings matching the list request.
   * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ @java.lang.Override public java.util.List< ? extends com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResultOrBuilder> getListFindingsResultsOrBuilderList() { return listFindingsResults_; } /** * * *
   * Findings matching the list request.
   * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ @java.lang.Override public int getListFindingsResultsCount() { return listFindingsResults_.size(); } /** * * *
   * Findings matching the list request.
   * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult getListFindingsResults(int index) { return listFindingsResults_.get(index); } /** * * *
   * Findings matching the list request.
   * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResultOrBuilder getListFindingsResultsOrBuilder(int index) { return listFindingsResults_.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 findings 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 < listFindingsResults_.size(); i++) { output.writeMessage(1, listFindingsResults_.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 < listFindingsResults_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, listFindingsResults_.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.ListFindingsResponse)) { return super.equals(obj); } com.google.cloud.securitycenter.v2.ListFindingsResponse other = (com.google.cloud.securitycenter.v2.ListFindingsResponse) obj; if (!getListFindingsResultsList().equals(other.getListFindingsResultsList())) 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 (getListFindingsResultsCount() > 0) { hash = (37 * hash) + LIST_FINDINGS_RESULTS_FIELD_NUMBER; hash = (53 * hash) + getListFindingsResultsList().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.ListFindingsResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse 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.ListFindingsResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse 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.ListFindingsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse 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.ListFindingsResponse parseFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse 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.ListFindingsResponse parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse 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.ListFindingsResponse 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.ListFindingsResponse 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.ListFindingsResponse 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 listing findings.
   * 
* * Protobuf type {@code google.cloud.securitycenter.v2.ListFindingsResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.securitycenter.v2.ListFindingsResponse) com.google.cloud.securitycenter.v2.ListFindingsResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.securitycenter.v2.SecuritycenterServiceProto .internal_static_google_cloud_securitycenter_v2_ListFindingsResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.securitycenter.v2.ListFindingsResponse.class, com.google.cloud.securitycenter.v2.ListFindingsResponse.Builder.class); } // Construct using com.google.cloud.securitycenter.v2.ListFindingsResponse.newBuilder() private Builder() {} private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (listFindingsResultsBuilder_ == null) { listFindingsResults_ = java.util.Collections.emptyList(); } else { listFindingsResults_ = null; listFindingsResultsBuilder_.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_ListFindingsResponse_descriptor; } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse getDefaultInstanceForType() { return com.google.cloud.securitycenter.v2.ListFindingsResponse.getDefaultInstance(); } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse build() { com.google.cloud.securitycenter.v2.ListFindingsResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.securitycenter.v2.ListFindingsResponse buildPartial() { com.google.cloud.securitycenter.v2.ListFindingsResponse result = new com.google.cloud.securitycenter.v2.ListFindingsResponse(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields( com.google.cloud.securitycenter.v2.ListFindingsResponse result) { if (listFindingsResultsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { listFindingsResults_ = java.util.Collections.unmodifiableList(listFindingsResults_); bitField0_ = (bitField0_ & ~0x00000001); } result.listFindingsResults_ = listFindingsResults_; } else { result.listFindingsResults_ = listFindingsResultsBuilder_.build(); } } private void buildPartial0(com.google.cloud.securitycenter.v2.ListFindingsResponse 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.ListFindingsResponse) { return mergeFrom((com.google.cloud.securitycenter.v2.ListFindingsResponse) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.cloud.securitycenter.v2.ListFindingsResponse other) { if (other == com.google.cloud.securitycenter.v2.ListFindingsResponse.getDefaultInstance()) return this; if (listFindingsResultsBuilder_ == null) { if (!other.listFindingsResults_.isEmpty()) { if (listFindingsResults_.isEmpty()) { listFindingsResults_ = other.listFindingsResults_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureListFindingsResultsIsMutable(); listFindingsResults_.addAll(other.listFindingsResults_); } onChanged(); } } else { if (!other.listFindingsResults_.isEmpty()) { if (listFindingsResultsBuilder_.isEmpty()) { listFindingsResultsBuilder_.dispose(); listFindingsResultsBuilder_ = null; listFindingsResults_ = other.listFindingsResults_; bitField0_ = (bitField0_ & ~0x00000001); listFindingsResultsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getListFindingsResultsFieldBuilder() : null; } else { listFindingsResultsBuilder_.addAllMessages(other.listFindingsResults_); } } } 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.ListFindingsResponse.ListFindingsResult m = input.readMessage( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .parser(), extensionRegistry); if (listFindingsResultsBuilder_ == null) { ensureListFindingsResultsIsMutable(); listFindingsResults_.add(m); } else { listFindingsResultsBuilder_.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< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult> listFindingsResults_ = java.util.Collections.emptyList(); private void ensureListFindingsResultsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { listFindingsResults_ = new java.util.ArrayList< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult>( listFindingsResults_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResultOrBuilder> listFindingsResultsBuilder_; /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public java.util.List< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult> getListFindingsResultsList() { if (listFindingsResultsBuilder_ == null) { return java.util.Collections.unmodifiableList(listFindingsResults_); } else { return listFindingsResultsBuilder_.getMessageList(); } } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public int getListFindingsResultsCount() { if (listFindingsResultsBuilder_ == null) { return listFindingsResults_.size(); } else { return listFindingsResultsBuilder_.getCount(); } } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult getListFindingsResults(int index) { if (listFindingsResultsBuilder_ == null) { return listFindingsResults_.get(index); } else { return listFindingsResultsBuilder_.getMessage(index); } } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder setListFindingsResults( int index, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult value) { if (listFindingsResultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListFindingsResultsIsMutable(); listFindingsResults_.set(index, value); onChanged(); } else { listFindingsResultsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder setListFindingsResults( int index, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder builderForValue) { if (listFindingsResultsBuilder_ == null) { ensureListFindingsResultsIsMutable(); listFindingsResults_.set(index, builderForValue.build()); onChanged(); } else { listFindingsResultsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder addListFindingsResults( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult value) { if (listFindingsResultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListFindingsResultsIsMutable(); listFindingsResults_.add(value); onChanged(); } else { listFindingsResultsBuilder_.addMessage(value); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder addListFindingsResults( int index, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult value) { if (listFindingsResultsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureListFindingsResultsIsMutable(); listFindingsResults_.add(index, value); onChanged(); } else { listFindingsResultsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder addListFindingsResults( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder builderForValue) { if (listFindingsResultsBuilder_ == null) { ensureListFindingsResultsIsMutable(); listFindingsResults_.add(builderForValue.build()); onChanged(); } else { listFindingsResultsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder addListFindingsResults( int index, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder builderForValue) { if (listFindingsResultsBuilder_ == null) { ensureListFindingsResultsIsMutable(); listFindingsResults_.add(index, builderForValue.build()); onChanged(); } else { listFindingsResultsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder addAllListFindingsResults( java.lang.Iterable< ? extends com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult> values) { if (listFindingsResultsBuilder_ == null) { ensureListFindingsResultsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, listFindingsResults_); onChanged(); } else { listFindingsResultsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder clearListFindingsResults() { if (listFindingsResultsBuilder_ == null) { listFindingsResults_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { listFindingsResultsBuilder_.clear(); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public Builder removeListFindingsResults(int index) { if (listFindingsResultsBuilder_ == null) { ensureListFindingsResultsIsMutable(); listFindingsResults_.remove(index); onChanged(); } else { listFindingsResultsBuilder_.remove(index); } return this; } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder getListFindingsResultsBuilder(int index) { return getListFindingsResultsFieldBuilder().getBuilder(index); } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResultOrBuilder getListFindingsResultsOrBuilder(int index) { if (listFindingsResultsBuilder_ == null) { return listFindingsResults_.get(index); } else { return listFindingsResultsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public java.util.List< ? extends com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResultOrBuilder> getListFindingsResultsOrBuilderList() { if (listFindingsResultsBuilder_ != null) { return listFindingsResultsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(listFindingsResults_); } } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder addListFindingsResultsBuilder() { return getListFindingsResultsFieldBuilder() .addBuilder( com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .getDefaultInstance()); } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder addListFindingsResultsBuilder(int index) { return getListFindingsResultsFieldBuilder() .addBuilder( index, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult .getDefaultInstance()); } /** * * *
     * Findings matching the list request.
     * 
* * * repeated .google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult list_findings_results = 1; * */ public java.util.List< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder> getListFindingsResultsBuilderList() { return getListFindingsResultsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResultOrBuilder> getListFindingsResultsFieldBuilder() { if (listFindingsResultsBuilder_ == null) { listFindingsResultsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult, com.google.cloud.securitycenter.v2.ListFindingsResponse.ListFindingsResult.Builder, com.google.cloud.securitycenter.v2.ListFindingsResponse .ListFindingsResultOrBuilder>( listFindingsResults_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); listFindingsResults_ = null; } return listFindingsResultsBuilder_; } 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 findings matching the query.
     * 
* * int32 total_size = 4; * * @return The totalSize. */ @java.lang.Override public int getTotalSize() { return totalSize_; } /** * * *
     * The total number of findings 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 findings 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.ListFindingsResponse) } // @@protoc_insertion_point(class_scope:google.cloud.securitycenter.v2.ListFindingsResponse) private static final com.google.cloud.securitycenter.v2.ListFindingsResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.securitycenter.v2.ListFindingsResponse(); } public static com.google.cloud.securitycenter.v2.ListFindingsResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ListFindingsResponse 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.ListFindingsResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy