public interface RemoveRuleSecurityPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
The priority of the rule to remove from the security policy.
|
String |
getProject()
Project ID for this request.
|
com.google.protobuf.ByteString |
getProjectBytes()
Project ID for this request.
|
String |
getSecurityPolicy()
Name of the security policy to update.
|
com.google.protobuf.ByteString |
getSecurityPolicyBytes()
Name of the security policy to update.
|
boolean |
hasPriority()
The priority of the rule to remove from the security policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPriority()
The priority of the rule to remove from the security policy.
optional int32 priority = 445151652;int getPriority()
The priority of the rule to remove from the security policy.
optional int32 priority = 445151652;String getProject()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
com.google.protobuf.ByteString getProjectBytes()
Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
String getSecurityPolicy()
Name of the security policy to update.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getSecurityPolicyBytes()
Name of the security policy to update.
string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.