com.google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* 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/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParamsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The match operator for the field.
* Check the Op enum for the list of possible values.
*
*
* optional string op = 3553;
*
* @return Whether the op field is set.
*/
boolean hasOp();
/**
*
*
*
* The match operator for the field.
* Check the Op enum for the list of possible values.
*
*
* optional string op = 3553;
*
* @return The op.
*/
java.lang.String getOp();
/**
*
*
*
* The match operator for the field.
* Check the Op enum for the list of possible values.
*
*
* optional string op = 3553;
*
* @return The bytes for op.
*/
com.google.protobuf.ByteString getOpBytes();
/**
*
*
*
* The value of the field.
*
*
* optional string val = 116513;
*
* @return Whether the val field is set.
*/
boolean hasVal();
/**
*
*
*
* The value of the field.
*
*
* optional string val = 116513;
*
* @return The val.
*/
java.lang.String getVal();
/**
*
*
*
* The value of the field.
*
*
* optional string val = 116513;
*
* @return The bytes for val.
*/
com.google.protobuf.ByteString getValBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy