com.google.cloud.securitycenter.v2.AwsMetadataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Show all versions of proto-google-cloud-securitycenter-v2 Show documentation
Proto library for google-cloud-securitycenter
/*
* 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/resource.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.securitycenter.v2;
public interface AwsMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.AwsMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The AWS organization associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganization organization = 1;
*
* @return Whether the organization field is set.
*/
boolean hasOrganization();
/**
*
*
*
* The AWS organization associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganization organization = 1;
*
* @return The organization.
*/
com.google.cloud.securitycenter.v2.AwsMetadata.AwsOrganization getOrganization();
/**
*
*
*
* The AWS organization associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganization organization = 1;
*/
com.google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationOrBuilder
getOrganizationOrBuilder();
/**
*
*
*
* A list of AWS organizational units associated with the resource, ordered
* from lowest level (closest to the account) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnit organizational_units = 2;
*
*/
java.util.List
getOrganizationalUnitsList();
/**
*
*
*
* A list of AWS organizational units associated with the resource, ordered
* from lowest level (closest to the account) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnit organizational_units = 2;
*
*/
com.google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnit getOrganizationalUnits(
int index);
/**
*
*
*
* A list of AWS organizational units associated with the resource, ordered
* from lowest level (closest to the account) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnit organizational_units = 2;
*
*/
int getOrganizationalUnitsCount();
/**
*
*
*
* A list of AWS organizational units associated with the resource, ordered
* from lowest level (closest to the account) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnit organizational_units = 2;
*
*/
java.util.List<
? extends com.google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnitOrBuilder>
getOrganizationalUnitsOrBuilderList();
/**
*
*
*
* A list of AWS organizational units associated with the resource, ordered
* from lowest level (closest to the account) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnit organizational_units = 2;
*
*/
com.google.cloud.securitycenter.v2.AwsMetadata.AwsOrganizationalUnitOrBuilder
getOrganizationalUnitsOrBuilder(int index);
/**
*
*
*
* The AWS account associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AwsMetadata.AwsAccount account = 3;
*
* @return Whether the account field is set.
*/
boolean hasAccount();
/**
*
*
*
* The AWS account associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AwsMetadata.AwsAccount account = 3;
*
* @return The account.
*/
com.google.cloud.securitycenter.v2.AwsMetadata.AwsAccount getAccount();
/**
*
*
*
* The AWS account associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AwsMetadata.AwsAccount account = 3;
*/
com.google.cloud.securitycenter.v2.AwsMetadata.AwsAccountOrBuilder getAccountOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy