com.google.cloud.securitycenter.v2.AzureMetadataOrBuilder 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 AzureMetadataOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.AzureMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* A list of Azure management groups associated with the resource, ordered
* from lowest level (closest to the subscription) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroup management_groups = 1;
*
*/
java.util.List
getManagementGroupsList();
/**
*
*
*
* A list of Azure management groups associated with the resource, ordered
* from lowest level (closest to the subscription) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroup management_groups = 1;
*
*/
com.google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroup getManagementGroups(
int index);
/**
*
*
*
* A list of Azure management groups associated with the resource, ordered
* from lowest level (closest to the subscription) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroup management_groups = 1;
*
*/
int getManagementGroupsCount();
/**
*
*
*
* A list of Azure management groups associated with the resource, ordered
* from lowest level (closest to the subscription) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroup management_groups = 1;
*
*/
java.util.List<
? extends com.google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroupOrBuilder>
getManagementGroupsOrBuilderList();
/**
*
*
*
* A list of Azure management groups associated with the resource, ordered
* from lowest level (closest to the subscription) to highest level.
*
*
*
* repeated .google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroup management_groups = 1;
*
*/
com.google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroupOrBuilder
getManagementGroupsOrBuilder(int index);
/**
*
*
*
* The Azure subscription associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AzureMetadata.AzureSubscription subscription = 2;
*
* @return Whether the subscription field is set.
*/
boolean hasSubscription();
/**
*
*
*
* The Azure subscription associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AzureMetadata.AzureSubscription subscription = 2;
*
* @return The subscription.
*/
com.google.cloud.securitycenter.v2.AzureMetadata.AzureSubscription getSubscription();
/**
*
*
*
* The Azure subscription associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AzureMetadata.AzureSubscription subscription = 2;
*/
com.google.cloud.securitycenter.v2.AzureMetadata.AzureSubscriptionOrBuilder
getSubscriptionOrBuilder();
/**
*
*
*
* The Azure resource group associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AzureMetadata.AzureResourceGroup resource_group = 3;
*
*
* @return Whether the resourceGroup field is set.
*/
boolean hasResourceGroup();
/**
*
*
*
* The Azure resource group associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AzureMetadata.AzureResourceGroup resource_group = 3;
*
*
* @return The resourceGroup.
*/
com.google.cloud.securitycenter.v2.AzureMetadata.AzureResourceGroup getResourceGroup();
/**
*
*
*
* The Azure resource group associated with the resource.
*
*
* .google.cloud.securitycenter.v2.AzureMetadata.AzureResourceGroup resource_group = 3;
*
*/
com.google.cloud.securitycenter.v2.AzureMetadata.AzureResourceGroupOrBuilder
getResourceGroupOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy