public interface GlobalSetPolicyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Binding |
getBindings(int index)
Flatten Policy to create a backward compatible wire-format.
|
int |
getBindingsCount()
Flatten Policy to create a backward compatible wire-format.
|
List<Binding> |
getBindingsList()
Flatten Policy to create a backward compatible wire-format.
|
BindingOrBuilder |
getBindingsOrBuilder(int index)
Flatten Policy to create a backward compatible wire-format.
|
List<? extends BindingOrBuilder> |
getBindingsOrBuilderList()
Flatten Policy to create a backward compatible wire-format.
|
String |
getEtag()
Flatten Policy to create a backward compatible wire-format.
|
com.google.protobuf.ByteString |
getEtagBytes()
Flatten Policy to create a backward compatible wire-format.
|
Policy |
getPolicy()
REQUIRED: The complete policy to be applied to the 'resource'.
|
PolicyOrBuilder |
getPolicyOrBuilder()
REQUIRED: The complete policy to be applied to the 'resource'.
|
boolean |
hasEtag()
Flatten Policy to create a backward compatible wire-format.
|
boolean |
hasPolicy()
REQUIRED: The complete policy to be applied to the 'resource'.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Binding> getBindingsList()
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
repeated .google.cloud.compute.v1.Binding bindings = 403251854;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;List<? extends BindingOrBuilder> getBindingsOrBuilderList()
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
repeated .google.cloud.compute.v1.Binding bindings = 403251854;BindingOrBuilder getBindingsOrBuilder(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;boolean hasEtag()
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
optional string etag = 3123477;String getEtag()
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
optional string etag = 3123477;com.google.protobuf.ByteString getEtagBytes()
Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
optional string etag = 3123477;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;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;PolicyOrBuilder getPolicyOrBuilder()
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;Copyright © 2023 Google LLC. All rights reserved.