Uses of Class
com.google.cloud.kms.inventory.v1.ListCryptoKeysRequest
-
Packages that use ListCryptoKeysRequest Package Description com.google.cloud.kms.inventory.v1 A client to KMS Inventory APIcom.google.cloud.kms.inventory.v1.stub -
-
Uses of ListCryptoKeysRequest in com.google.cloud.kms.inventory.v1
Methods in com.google.cloud.kms.inventory.v1 that return ListCryptoKeysRequest Modifier and Type Method Description ListCryptoKeysRequest
ListCryptoKeysRequest.Builder. build()
ListCryptoKeysRequest
ListCryptoKeysRequest.Builder. buildPartial()
static ListCryptoKeysRequest
ListCryptoKeysRequest. getDefaultInstance()
ListCryptoKeysRequest
ListCryptoKeysRequest.Builder. getDefaultInstanceForType()
ListCryptoKeysRequest
ListCryptoKeysRequest. getDefaultInstanceForType()
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseDelimitedFrom(InputStream input)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(byte[] data)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(InputStream input)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(ByteBuffer data)
static ListCryptoKeysRequest
ListCryptoKeysRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.inventory.v1 that return types with arguments of type ListCryptoKeysRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCryptoKeysRequest,ListCryptoKeysResponse>
KeyDashboardServiceGrpc. getListCryptoKeysMethod()
com.google.protobuf.Parser<ListCryptoKeysRequest>
ListCryptoKeysRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse>
KeyDashboardServiceClient. listCryptoKeysCallable()
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
KeyDashboardServiceClient. listCryptoKeysPagedCallable()
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
KeyDashboardServiceSettings.Builder. listCryptoKeysSettings()
Returns the builder for the settings used for calls to listCryptoKeys.com.google.api.gax.rpc.PagedCallSettings<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
KeyDashboardServiceSettings. listCryptoKeysSettings()
Returns the object with the settings used for calls to listCryptoKeys.static com.google.protobuf.Parser<ListCryptoKeysRequest>
ListCryptoKeysRequest. parser()
Methods in com.google.cloud.kms.inventory.v1 with parameters of type ListCryptoKeysRequest Modifier and Type Method Description KeyDashboardServiceClient.ListCryptoKeysPagedResponse
KeyDashboardServiceClient. listCryptoKeys(ListCryptoKeysRequest request)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.default void
KeyDashboardServiceGrpc.AsyncService. listCryptoKeys(ListCryptoKeysRequest request, io.grpc.stub.StreamObserver<ListCryptoKeysResponse> responseObserver)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.ListCryptoKeysResponse
KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub. listCryptoKeys(ListCryptoKeysRequest request)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.com.google.common.util.concurrent.ListenableFuture<ListCryptoKeysResponse>
KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub. listCryptoKeys(ListCryptoKeysRequest request)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.void
KeyDashboardServiceGrpc.KeyDashboardServiceStub. listCryptoKeys(ListCryptoKeysRequest request, io.grpc.stub.StreamObserver<ListCryptoKeysResponse> responseObserver)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.ListCryptoKeysRequest.Builder
ListCryptoKeysRequest.Builder. mergeFrom(ListCryptoKeysRequest other)
static ListCryptoKeysRequest.Builder
ListCryptoKeysRequest. newBuilder(ListCryptoKeysRequest prototype)
Method parameters in com.google.cloud.kms.inventory.v1 with type arguments of type ListCryptoKeysRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
KeyDashboardServiceClient.ListCryptoKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey> context, com.google.api.core.ApiFuture<ListCryptoKeysResponse> futureResponse)
protected KeyDashboardServiceClient.ListCryptoKeysPage
KeyDashboardServiceClient.ListCryptoKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey> context, ListCryptoKeysResponse response)
com.google.api.core.ApiFuture<KeyDashboardServiceClient.ListCryptoKeysPage>
KeyDashboardServiceClient.ListCryptoKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey> context, com.google.api.core.ApiFuture<ListCryptoKeysResponse> futureResponse)
-
Uses of ListCryptoKeysRequest in com.google.cloud.kms.inventory.v1.stub
Methods in com.google.cloud.kms.inventory.v1.stub that return types with arguments of type ListCryptoKeysRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse>
GrpcKeyDashboardServiceStub. listCryptoKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse>
HttpJsonKeyDashboardServiceStub. listCryptoKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,ListCryptoKeysResponse>
KeyDashboardServiceStub. listCryptoKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
GrpcKeyDashboardServiceStub. listCryptoKeysPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
HttpJsonKeyDashboardServiceStub. listCryptoKeysPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCryptoKeysRequest,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
KeyDashboardServiceStub. listCryptoKeysPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
KeyDashboardServiceStubSettings.Builder. listCryptoKeysSettings()
Returns the builder for the settings used for calls to listCryptoKeys.com.google.api.gax.rpc.PagedCallSettings<ListCryptoKeysRequest,ListCryptoKeysResponse,KeyDashboardServiceClient.ListCryptoKeysPagedResponse>
KeyDashboardServiceStubSettings. listCryptoKeysSettings()
Returns the object with the settings used for calls to listCryptoKeys.
-