public interface CreateKeyRingRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
KeyRing |
getKeyRing()
Required.
|
String |
getKeyRingId()
Required.
|
ByteString |
getKeyRingIdBytes()
Required.
|
KeyRingOrBuilder |
getKeyRingOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasKeyRing()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The resource name of the location associated with the [KeyRings][google.cloud.kms.v1.KeyRing], in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The resource name of the location associated with the [KeyRings][google.cloud.kms.v1.KeyRing], in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getKeyRingId()
Required. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}`
string key_ring_id = 2 [(.google.api.field_behavior) = REQUIRED];
ByteString getKeyRingIdBytes()
Required. It must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}`
string key_ring_id = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasKeyRing()
Required. A [KeyRing][google.cloud.kms.v1.KeyRing] with initial field values.
.google.cloud.kms.v1.KeyRing key_ring = 3 [(.google.api.field_behavior) = REQUIRED];
KeyRing getKeyRing()
Required. A [KeyRing][google.cloud.kms.v1.KeyRing] with initial field values.
.google.cloud.kms.v1.KeyRing key_ring = 3 [(.google.api.field_behavior) = REQUIRED];
KeyRingOrBuilder getKeyRingOrBuilder()
Required. A [KeyRing][google.cloud.kms.v1.KeyRing] with initial field values.
.google.cloud.kms.v1.KeyRing key_ring = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.