public interface AddRuleSecurityPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
SecurityPolicyRule |
getSecurityPolicyRuleResource()
The body resource for this request
|
SecurityPolicyRuleOrBuilder |
getSecurityPolicyRuleResourceOrBuilder()
The body resource for this request
|
boolean |
getValidateOnly()
If true, the request will not be committed.
|
boolean |
hasSecurityPolicyRuleResource()
The body resource for this request
|
boolean |
hasValidateOnly()
If true, the request will not be committed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];boolean hasSecurityPolicyRuleResource()
The body resource for this request
.google.cloud.compute.v1.SecurityPolicyRule security_policy_rule_resource = 402693443 [(.google.api.field_behavior) = REQUIRED];
SecurityPolicyRule getSecurityPolicyRuleResource()
The body resource for this request
.google.cloud.compute.v1.SecurityPolicyRule security_policy_rule_resource = 402693443 [(.google.api.field_behavior) = REQUIRED];
SecurityPolicyRuleOrBuilder getSecurityPolicyRuleResourceOrBuilder()
The body resource for this request
.google.cloud.compute.v1.SecurityPolicyRule security_policy_rule_resource = 402693443 [(.google.api.field_behavior) = REQUIRED];
boolean hasValidateOnly()
If true, the request will not be committed.
optional bool validate_only = 242744629;boolean getValidateOnly()
If true, the request will not be committed.
optional bool validate_only = 242744629;Copyright © 2023 Google LLC. All rights reserved.