| Modifier and Type | Method and Description |
|---|---|
KeyRing |
KeyRing.Builder.build() |
KeyRing |
KeyRing.Builder.buildPartial() |
static KeyRing |
KeyRing.getDefaultInstance() |
KeyRing |
KeyRing.getDefaultInstanceForType() |
KeyRing |
KeyRing.Builder.getDefaultInstanceForType() |
KeyRing |
CreateKeyRingRequest.getKeyRing()
Required.
|
KeyRing |
CreateKeyRingRequest.Builder.getKeyRing()
Required.
|
KeyRing |
CreateKeyRingRequestOrBuilder.getKeyRing()
Required.
|
KeyRing |
ListKeyRingsResponse.getKeyRings(int index)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
KeyRing |
ListKeyRingsResponse.Builder.getKeyRings(int index)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
KeyRing |
ListKeyRingsResponseOrBuilder.getKeyRings(int index)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
static KeyRing |
KeyRing.parseDelimitedFrom(InputStream input) |
static KeyRing |
KeyRing.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRing |
KeyRing.parseFrom(byte[] data) |
static KeyRing |
KeyRing.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRing |
KeyRing.parseFrom(ByteBuffer data) |
static KeyRing |
KeyRing.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRing |
KeyRing.parseFrom(com.google.protobuf.ByteString data) |
static KeyRing |
KeyRing.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRing |
KeyRing.parseFrom(com.google.protobuf.CodedInputStream input) |
static KeyRing |
KeyRing.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static KeyRing |
KeyRing.parseFrom(InputStream input) |
static KeyRing |
KeyRing.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<KeyRing> |
ListKeyRingsResponse.getKeyRingsList()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
List<KeyRing> |
ListKeyRingsResponse.Builder.getKeyRingsList()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
List<KeyRing> |
ListKeyRingsResponseOrBuilder.getKeyRingsList()
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
com.google.protobuf.Parser<KeyRing> |
KeyRing.getParserForType() |
static com.google.protobuf.Parser<KeyRing> |
KeyRing.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListKeyRingsResponse.Builder |
ListKeyRingsResponse.Builder.addKeyRings(int index,
KeyRing value)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
ListKeyRingsResponse.Builder |
ListKeyRingsResponse.Builder.addKeyRings(KeyRing value)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
KeyRing.Builder |
KeyRing.Builder.mergeFrom(KeyRing other) |
CreateKeyRingRequest.Builder |
CreateKeyRingRequest.Builder.mergeKeyRing(KeyRing value)
Required.
|
static KeyRing.Builder |
KeyRing.newBuilder(KeyRing prototype) |
CreateKeyRingRequest.Builder |
CreateKeyRingRequest.Builder.setKeyRing(KeyRing value)
Required.
|
ListKeyRingsResponse.Builder |
ListKeyRingsResponse.Builder.setKeyRings(int index,
KeyRing value)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
| Modifier and Type | Method and Description |
|---|---|
ListKeyRingsResponse.Builder |
ListKeyRingsResponse.Builder.addAllKeyRings(Iterable<? extends KeyRing> values)
The list of [KeyRings][google.cloud.kms.v1.KeyRing].
|
Copyright © 2022 Google LLC. All rights reserved.