public interface ListKeyHandlesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Name of the resource project and location from which to list
[KeyHandles][google.cloud.kms.v1.KeyHandle], e.g.
`projects/{PROJECT_ID}/locations/{LOCATION}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Name of the resource project and location from which to list
[KeyHandles][google.cloud.kms.v1.KeyHandle], e.g.
`projects/{PROJECT_ID}/locations/{LOCATION}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getFilter()
Optional. Filter to apply when listing
[KeyHandles][google.cloud.kms.v1.KeyHandle], e.g.
`resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"`.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
Optional. Filter to apply when listing
[KeyHandles][google.cloud.kms.v1.KeyHandle], e.g.
`resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"`.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.