com.google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder 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-v1 Show documentation
Show all versions of proto-google-cloud-securitycenter-v1 Show documentation
PROTO library for proto-google-cloud-securitycenter-v1
/*
* 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/v1/securitycenter_service.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v1;
public interface SimulateSecurityHealthAnalyticsCustomModuleRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Required. The relative resource name of the organization, project, or
* folder. For more information about relative resource names, see [Relative
* Resource
* Name](https://cloud.google.com/apis/design/resource_names#relative_resource_name)
* Example: `organizations/{organization_id}`
*
*
* string parent = 1 [(.google.api.field_behavior) = REQUIRED];
*
* @return The parent.
*/
java.lang.String getParent();
/**
*
*
*
* Required. The relative resource name of the organization, project, or
* folder. For more information about relative resource names, see [Relative
* Resource
* Name](https://cloud.google.com/apis/design/resource_names#relative_resource_name)
* Example: `organizations/{organization_id}`
*
*
* string parent = 1 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for parent.
*/
com.google.protobuf.ByteString getParentBytes();
/**
*
*
*
* Required. The custom configuration that you need to test.
*
*
*
* .google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the customConfig field is set.
*/
boolean hasCustomConfig();
/**
*
*
*
* Required. The custom configuration that you need to test.
*
*
*
* .google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The customConfig.
*/
com.google.cloud.securitycenter.v1.CustomConfig getCustomConfig();
/**
*
*
*
* Required. The custom configuration that you need to test.
*
*
*
* .google.cloud.securitycenter.v1.CustomConfig custom_config = 2 [(.google.api.field_behavior) = REQUIRED];
*
*/
com.google.cloud.securitycenter.v1.CustomConfigOrBuilder getCustomConfigOrBuilder();
/**
*
*
*
* Required. Resource data to simulate custom module against.
*
*
*
* .google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the resource field is set.
*/
boolean hasResource();
/**
*
*
*
* Required. Resource data to simulate custom module against.
*
*
*
* .google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The resource.
*/
com.google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest
.SimulatedResource
getResource();
/**
*
*
*
* Required. Resource data to simulate custom module against.
*
*
*
* .google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest.SimulatedResource resource = 3 [(.google.api.field_behavior) = REQUIRED];
*
*/
com.google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest
.SimulatedResourceOrBuilder
getResourceOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy