
com.google.cloud.compute.v1.PatchRuleSecurityPolicyRequestOrBuilder Maven / Gradle / Ivy
/*
* 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 PatchRuleSecurityPolicyRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.PatchRuleSecurityPolicyRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The priority of the rule to patch.
*
*
* optional int32 priority = 445151652;
*
* @return Whether the priority field is set.
*/
boolean hasPriority();
/**
*
*
*
* The priority of the rule to patch.
*
*
* optional int32 priority = 445151652;
*
* @return The priority.
*/
int getPriority();
/**
*
*
*
* Project ID for this request.
*
*
*
* string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
*
*
* @return The project.
*/
java.lang.String getProject();
/**
*
*
*
* Project ID for this request.
*
*
*
* string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
*
*
* @return The bytes for project.
*/
com.google.protobuf.ByteString getProjectBytes();
/**
*
*
*
* Name of the security policy to update.
*
*
* string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
*
* @return The securityPolicy.
*/
java.lang.String getSecurityPolicy();
/**
*
*
*
* Name of the security policy to update.
*
*
* string security_policy = 171082513 [(.google.api.field_behavior) = REQUIRED];
*
* @return The bytes for securityPolicy.
*/
com.google.protobuf.ByteString getSecurityPolicyBytes();
/**
*
*
*
* The body resource for this request
*
*
*
* .google.cloud.compute.v1.SecurityPolicyRule security_policy_rule_resource = 402693443 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return Whether the securityPolicyRuleResource field is set.
*/
boolean hasSecurityPolicyRuleResource();
/**
*
*
*
* The body resource for this request
*
*
*
* .google.cloud.compute.v1.SecurityPolicyRule security_policy_rule_resource = 402693443 [(.google.api.field_behavior) = REQUIRED];
*
*
* @return The securityPolicyRuleResource.
*/
com.google.cloud.compute.v1.SecurityPolicyRule getSecurityPolicyRuleResource();
/**
*
*
*
* The body resource for this request
*
*
*
* .google.cloud.compute.v1.SecurityPolicyRule security_policy_rule_resource = 402693443 [(.google.api.field_behavior) = REQUIRED];
*
*/
com.google.cloud.compute.v1.SecurityPolicyRuleOrBuilder getSecurityPolicyRuleResourceOrBuilder();
/**
*
*
*
* Indicates fields to be cleared as part of this request.
*
*
* optional string update_mask = 500079778;
*
* @return Whether the updateMask field is set.
*/
boolean hasUpdateMask();
/**
*
*
*
* Indicates fields to be cleared as part of this request.
*
*
* optional string update_mask = 500079778;
*
* @return The updateMask.
*/
java.lang.String getUpdateMask();
/**
*
*
*
* Indicates fields to be cleared as part of this request.
*
*
* optional string update_mask = 500079778;
*
* @return The bytes for updateMask.
*/
com.google.protobuf.ByteString getUpdateMaskBytes();
/**
*
*
*
* If true, the request will not be committed.
*
*
* optional bool validate_only = 242744629;
*
* @return Whether the validateOnly field is set.
*/
boolean hasValidateOnly();
/**
*
*
*
* If true, the request will not be committed.
*
*
* optional bool validate_only = 242744629;
*
* @return The validateOnly.
*/
boolean getValidateOnly();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy