| Package | Description |
|---|---|
| com.google.iam.v1 |
| Modifier and Type | Method and Description |
|---|---|
Binding |
Binding.Builder.build() |
Binding |
Binding.Builder.buildPartial() |
Binding |
Policy.getBindings(int index)
Associates a list of `members` to a `role`.
|
Binding |
Policy.Builder.getBindings(int index)
Associates a list of `members` to a `role`.
|
Binding |
PolicyOrBuilder.getBindings(int index)
Associates a list of `members` to a `role`.
|
static Binding |
Binding.getDefaultInstance() |
Binding |
Binding.getDefaultInstanceForType() |
Binding |
Binding.Builder.getDefaultInstanceForType() |
static Binding |
Binding.parseDelimitedFrom(InputStream input) |
static Binding |
Binding.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Binding |
Binding.parseFrom(byte[] data) |
static Binding |
Binding.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Binding |
Binding.parseFrom(ByteBuffer data) |
static Binding |
Binding.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Binding |
Binding.parseFrom(com.google.protobuf.ByteString data) |
static Binding |
Binding.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Binding |
Binding.parseFrom(com.google.protobuf.CodedInputStream input) |
static Binding |
Binding.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Binding |
Binding.parseFrom(InputStream input) |
static Binding |
Binding.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Binding> |
Policy.getBindingsList()
Associates a list of `members` to a `role`.
|
List<Binding> |
Policy.Builder.getBindingsList()
Associates a list of `members` to a `role`.
|
List<Binding> |
PolicyOrBuilder.getBindingsList()
Associates a list of `members` to a `role`.
|
com.google.protobuf.Parser<Binding> |
Binding.getParserForType() |
static com.google.protobuf.Parser<Binding> |
Binding.parser() |
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.addBindings(Binding value)
Associates a list of `members` to a `role`.
|
Policy.Builder |
Policy.Builder.addBindings(int index,
Binding value)
Associates a list of `members` to a `role`.
|
Binding.Builder |
Binding.Builder.mergeFrom(Binding other) |
static Binding.Builder |
Binding.newBuilder(Binding prototype) |
Policy.Builder |
Policy.Builder.setBindings(int index,
Binding value)
Associates a list of `members` to a `role`.
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.addAllBindings(Iterable<? extends Binding> values)
Associates a list of `members` to a `role`.
|
Copyright © 2021 Google LLC. All rights reserved.