All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.compute.v1.GlobalOrganizationSetPolicyRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.69.0
Show newest version
/*
 * 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 GlobalOrganizationSetPolicyRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.GlobalOrganizationSetPolicyRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
   * 
* * repeated .google.cloud.compute.v1.Binding bindings = 403251854; */ java.util.List getBindingsList(); /** * * *
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
   * 
* * repeated .google.cloud.compute.v1.Binding bindings = 403251854; */ com.google.cloud.compute.v1.Binding getBindings(int index); /** * * *
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
   * 
* * repeated .google.cloud.compute.v1.Binding bindings = 403251854; */ int getBindingsCount(); /** * * *
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
   * 
* * repeated .google.cloud.compute.v1.Binding bindings = 403251854; */ java.util.List getBindingsOrBuilderList(); /** * * *
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
   * 
* * repeated .google.cloud.compute.v1.Binding bindings = 403251854; */ com.google.cloud.compute.v1.BindingOrBuilder getBindingsOrBuilder(int index); /** * * *
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
   * 
* * optional string etag = 3123477; * * @return Whether the etag field is set. */ boolean hasEtag(); /** * * *
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
   * 
* * optional string etag = 3123477; * * @return The etag. */ java.lang.String getEtag(); /** * * *
   * Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
   * 
* * optional string etag = 3123477; * * @return The bytes for etag. */ com.google.protobuf.ByteString getEtagBytes(); /** * * *
   * REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
   * 
* * optional .google.cloud.compute.v1.Policy policy = 91071794; * * @return Whether the policy field is set. */ boolean hasPolicy(); /** * * *
   * REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
   * 
* * optional .google.cloud.compute.v1.Policy policy = 91071794; * * @return The policy. */ com.google.cloud.compute.v1.Policy getPolicy(); /** * * *
   * REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
   * 
* * optional .google.cloud.compute.v1.Policy policy = 91071794; */ com.google.cloud.compute.v1.PolicyOrBuilder getPolicyOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy