Uses of Class
com.google.cloud.kms.inventory.v1.SearchProtectedResourcesRequest
-
Packages that use SearchProtectedResourcesRequest Package Description com.google.cloud.kms.inventory.v1 A client to KMS Inventory APIcom.google.cloud.kms.inventory.v1.stub -
-
Uses of SearchProtectedResourcesRequest in com.google.cloud.kms.inventory.v1
Methods in com.google.cloud.kms.inventory.v1 that return SearchProtectedResourcesRequest Modifier and Type Method Description SearchProtectedResourcesRequest
SearchProtectedResourcesRequest.Builder. build()
SearchProtectedResourcesRequest
SearchProtectedResourcesRequest.Builder. buildPartial()
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. getDefaultInstance()
SearchProtectedResourcesRequest
SearchProtectedResourcesRequest.Builder. getDefaultInstanceForType()
SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. getDefaultInstanceForType()
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseDelimitedFrom(InputStream input)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(byte[] data)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(com.google.protobuf.ByteString data)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(InputStream input)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(ByteBuffer data)
static SearchProtectedResourcesRequest
SearchProtectedResourcesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.inventory.v1 that return types with arguments of type SearchProtectedResourcesRequest Modifier and Type Method Description com.google.protobuf.Parser<SearchProtectedResourcesRequest>
SearchProtectedResourcesRequest. getParserForType()
static io.grpc.MethodDescriptor<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse>
KeyTrackingServiceGrpc. getSearchProtectedResourcesMethod()
static com.google.protobuf.Parser<SearchProtectedResourcesRequest>
SearchProtectedResourcesRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse>
KeyTrackingServiceClient. searchProtectedResourcesCallable()
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.com.google.api.gax.rpc.UnaryCallable<SearchProtectedResourcesRequest,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>
KeyTrackingServiceClient. searchProtectedResourcesPagedCallable()
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>
KeyTrackingServiceSettings.Builder. searchProtectedResourcesSettings()
Returns the builder for the settings used for calls to searchProtectedResources.com.google.api.gax.rpc.PagedCallSettings<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse>
KeyTrackingServiceSettings. searchProtectedResourcesSettings()
Returns the object with the settings used for calls to searchProtectedResources.Methods in com.google.cloud.kms.inventory.v1 with parameters of type SearchProtectedResourcesRequest Modifier and Type Method Description SearchProtectedResourcesRequest.Builder
SearchProtectedResourcesRequest.Builder. mergeFrom(SearchProtectedResourcesRequest other)
static SearchProtectedResourcesRequest.Builder
SearchProtectedResourcesRequest. newBuilder(SearchProtectedResourcesRequest prototype)
KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse
KeyTrackingServiceClient. searchProtectedResources(SearchProtectedResourcesRequest request)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.default void
KeyTrackingServiceGrpc.AsyncService. searchProtectedResources(SearchProtectedResourcesRequest request, io.grpc.stub.StreamObserver<SearchProtectedResourcesResponse> responseObserver)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.SearchProtectedResourcesResponse
KeyTrackingServiceGrpc.KeyTrackingServiceBlockingStub. searchProtectedResources(SearchProtectedResourcesRequest request)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.com.google.common.util.concurrent.ListenableFuture<SearchProtectedResourcesResponse>
KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub. searchProtectedResources(SearchProtectedResourcesRequest request)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.void
KeyTrackingServiceGrpc.KeyTrackingServiceStub. searchProtectedResources(SearchProtectedResourcesRequest request, io.grpc.stub.StreamObserver<SearchProtectedResourcesResponse> responseObserver)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization. -
Uses of SearchProtectedResourcesRequest in com.google.cloud.kms.inventory.v1.stub
-