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

com.google.cloud.securitycenter.v1beta1.GroupResultOrBuilder Maven / Gradle / Ivy

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/v1beta1/securitycenter_service.proto

// Protobuf Java Version: 3.25.5
package com.google.cloud.securitycenter.v1beta1;

public interface GroupResultOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.securitycenter.v1beta1.GroupResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Properties matching the groupBy fields in the request.
   * 
* * map<string, .google.protobuf.Value> properties = 1; */ int getPropertiesCount(); /** * * *
   * Properties matching the groupBy fields in the request.
   * 
* * map<string, .google.protobuf.Value> properties = 1; */ boolean containsProperties(java.lang.String key); /** Use {@link #getPropertiesMap()} instead. */ @java.lang.Deprecated java.util.Map getProperties(); /** * * *
   * Properties matching the groupBy fields in the request.
   * 
* * map<string, .google.protobuf.Value> properties = 1; */ java.util.Map getPropertiesMap(); /** * * *
   * Properties matching the groupBy fields in the request.
   * 
* * map<string, .google.protobuf.Value> properties = 1; */ /* nullable */ com.google.protobuf.Value getPropertiesOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.Value defaultValue); /** * * *
   * Properties matching the groupBy fields in the request.
   * 
* * map<string, .google.protobuf.Value> properties = 1; */ com.google.protobuf.Value getPropertiesOrThrow(java.lang.String key); /** * * *
   * Total count of resources for the given properties.
   * 
* * int64 count = 2; * * @return The count. */ long getCount(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy