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

com.google.cloud.securitycenter.v2.ContainerOrBuilder 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/container.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.securitycenter.v2;

public interface ContainerOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v2.Container)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Name of the container.
   * 
* * string name = 1; * * @return The name. */ java.lang.String getName(); /** * * *
   * Name of the container.
   * 
* * string name = 1; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Container image URI provided when configuring a pod or container. This
   * string can identify a container image version using mutable tags.
   * 
* * string uri = 2; * * @return The uri. */ java.lang.String getUri(); /** * * *
   * Container image URI provided when configuring a pod or container. This
   * string can identify a container image version using mutable tags.
   * 
* * string uri = 2; * * @return The bytes for uri. */ com.google.protobuf.ByteString getUriBytes(); /** * * *
   * Optional container image ID, if provided by the container runtime. Uniquely
   * identifies the container image launched using a container image digest.
   * 
* * string image_id = 3; * * @return The imageId. */ java.lang.String getImageId(); /** * * *
   * Optional container image ID, if provided by the container runtime. Uniquely
   * identifies the container image launched using a container image digest.
   * 
* * string image_id = 3; * * @return The bytes for imageId. */ com.google.protobuf.ByteString getImageIdBytes(); /** * * *
   * Container labels, as provided by the container runtime.
   * 
* * repeated .google.cloud.securitycenter.v2.Label labels = 4; */ java.util.List getLabelsList(); /** * * *
   * Container labels, as provided by the container runtime.
   * 
* * repeated .google.cloud.securitycenter.v2.Label labels = 4; */ com.google.cloud.securitycenter.v2.Label getLabels(int index); /** * * *
   * Container labels, as provided by the container runtime.
   * 
* * repeated .google.cloud.securitycenter.v2.Label labels = 4; */ int getLabelsCount(); /** * * *
   * Container labels, as provided by the container runtime.
   * 
* * repeated .google.cloud.securitycenter.v2.Label labels = 4; */ java.util.List getLabelsOrBuilderList(); /** * * *
   * Container labels, as provided by the container runtime.
   * 
* * repeated .google.cloud.securitycenter.v2.Label labels = 4; */ com.google.cloud.securitycenter.v2.LabelOrBuilder getLabelsOrBuilder(int index); /** * * *
   * The time that the container was created.
   * 
* * .google.protobuf.Timestamp create_time = 5; * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * The time that the container was created.
   * 
* * .google.protobuf.Timestamp create_time = 5; * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * The time that the container was created.
   * 
* * .google.protobuf.Timestamp create_time = 5; */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy