com.google.cloud.securitycenter.v1.SimulationOrBuilder 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
The 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/v1/simulation.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.securitycenter.v1;
public interface SimulationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1.Simulation)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Full resource name of the Simulation:
* `organizations/123/simulations/456`
*
*
* string name = 1;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Full resource name of the Simulation:
* `organizations/123/simulations/456`
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Output only. Time simulation was created
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Output only. Time simulation was created
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Output only. Time simulation was created
*
*
* .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Resource value configurations' metadata used in this simulation. Maximum of
* 100.
*
*
*
* repeated .google.cloud.securitycenter.v1.ResourceValueConfigMetadata resource_value_configs_metadata = 3;
*
*/
java.util.List
getResourceValueConfigsMetadataList();
/**
*
*
*
* Resource value configurations' metadata used in this simulation. Maximum of
* 100.
*
*
*
* repeated .google.cloud.securitycenter.v1.ResourceValueConfigMetadata resource_value_configs_metadata = 3;
*
*/
com.google.cloud.securitycenter.v1.ResourceValueConfigMetadata getResourceValueConfigsMetadata(
int index);
/**
*
*
*
* Resource value configurations' metadata used in this simulation. Maximum of
* 100.
*
*
*
* repeated .google.cloud.securitycenter.v1.ResourceValueConfigMetadata resource_value_configs_metadata = 3;
*
*/
int getResourceValueConfigsMetadataCount();
/**
*
*
*
* Resource value configurations' metadata used in this simulation. Maximum of
* 100.
*
*
*
* repeated .google.cloud.securitycenter.v1.ResourceValueConfigMetadata resource_value_configs_metadata = 3;
*
*/
java.util.List extends com.google.cloud.securitycenter.v1.ResourceValueConfigMetadataOrBuilder>
getResourceValueConfigsMetadataOrBuilderList();
/**
*
*
*
* Resource value configurations' metadata used in this simulation. Maximum of
* 100.
*
*
*
* repeated .google.cloud.securitycenter.v1.ResourceValueConfigMetadata resource_value_configs_metadata = 3;
*
*/
com.google.cloud.securitycenter.v1.ResourceValueConfigMetadataOrBuilder
getResourceValueConfigsMetadataOrBuilder(int index);
/**
*
*
*
* Indicates which cloud provider was used in this simulation.
*
*
* .google.cloud.securitycenter.v1.CloudProvider cloud_provider = 4;
*
* @return The enum numeric value on the wire for cloudProvider.
*/
int getCloudProviderValue();
/**
*
*
*
* Indicates which cloud provider was used in this simulation.
*
*
* .google.cloud.securitycenter.v1.CloudProvider cloud_provider = 4;
*
* @return The cloudProvider.
*/
com.google.cloud.securitycenter.v1.CloudProvider getCloudProvider();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy