
com.google.cloud.compute.v1.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder 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 NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
*
*
* optional string display_name = 4473832;
*
* @return Whether the displayName field is set.
*/
boolean hasDisplayName();
/**
*
*
*
* [Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
*
*
* optional string display_name = 4473832;
*
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
*
*
* [Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
*
*
* optional string display_name = 4473832;
*
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString getDisplayNameBytes();
/**
*
*
*
* [Output Only] The name of the firewall policy.
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
*
*
* [Output Only] The name of the firewall policy.
*
*
* optional string name = 3373707;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* [Output Only] The name of the firewall policy.
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* [Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.
*
*
* optional int32 priority = 445151652;
*
* @return Whether the priority field is set.
*/
boolean hasPriority();
/**
*
*
*
* [Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.
*
*
* optional int32 priority = 445151652;
*
* @return The priority.
*/
int getPriority();
/**
*
*
*
* [Output Only] The rules that apply to the network.
*
*
* repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
*/
java.util.List getRulesList();
/**
*
*
*
* [Output Only] The rules that apply to the network.
*
*
* repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
*/
com.google.cloud.compute.v1.FirewallPolicyRule getRules(int index);
/**
*
*
*
* [Output Only] The rules that apply to the network.
*
*
* repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
*/
int getRulesCount();
/**
*
*
*
* [Output Only] The rules that apply to the network.
*
*
* repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
*/
java.util.List extends com.google.cloud.compute.v1.FirewallPolicyRuleOrBuilder>
getRulesOrBuilderList();
/**
*
*
*
* [Output Only] The rules that apply to the network.
*
*
* repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;
*/
com.google.cloud.compute.v1.FirewallPolicyRuleOrBuilder getRulesOrBuilder(int index);
/**
*
*
*
* [Output Only] The short name of the firewall policy.
*
*
* optional string short_name = 492051566;
*
* @return Whether the shortName field is set.
*/
boolean hasShortName();
/**
*
*
*
* [Output Only] The short name of the firewall policy.
*
*
* optional string short_name = 492051566;
*
* @return The shortName.
*/
java.lang.String getShortName();
/**
*
*
*
* [Output Only] The short name of the firewall policy.
*
*
* optional string short_name = 492051566;
*
* @return The bytes for shortName.
*/
com.google.protobuf.ByteString getShortNameBytes();
/**
*
*
*
* [Output Only] The type of the firewall policy.
* Check the Type enum for the list of possible values.
*
*
* optional string type = 3575610;
*
* @return Whether the type field is set.
*/
boolean hasType();
/**
*
*
*
* [Output Only] The type of the firewall policy.
* Check the Type enum for the list of possible values.
*
*
* optional string type = 3575610;
*
* @return The type.
*/
java.lang.String getType();
/**
*
*
*
* [Output Only] The type of the firewall policy.
* Check the Type enum for the list of possible values.
*
*
* optional string type = 3575610;
*
* @return The bytes for type.
*/
com.google.protobuf.ByteString getTypeBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy