Uses of Class
com.google.cloud.kms.v1.ListKeyRingsResponse
-
Packages that use ListKeyRingsResponse Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of ListKeyRingsResponse in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return ListKeyRingsResponse Modifier and Type Method Description ListKeyRingsResponse
ListKeyRingsResponse.Builder. build()
ListKeyRingsResponse
ListKeyRingsResponse.Builder. buildPartial()
static ListKeyRingsResponse
ListKeyRingsResponse. getDefaultInstance()
ListKeyRingsResponse
ListKeyRingsResponse.Builder. getDefaultInstanceForType()
ListKeyRingsResponse
ListKeyRingsResponse. getDefaultInstanceForType()
ListKeyRingsResponse
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub. listKeyRings(ListKeyRingsRequest request)
Lists [KeyRings][google.cloud.kms.v1.KeyRing].static ListKeyRingsResponse
ListKeyRingsResponse. parseDelimitedFrom(InputStream input)
static ListKeyRingsResponse
ListKeyRingsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(byte[] data)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(InputStream input)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(ByteBuffer data)
static ListKeyRingsResponse
ListKeyRingsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type ListKeyRingsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListKeyRingsRequest,ListKeyRingsResponse>
KeyManagementServiceGrpc. getListKeyRingsMethod()
com.google.protobuf.Parser<ListKeyRingsResponse>
ListKeyRingsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListKeyRingsResponse>
KeyManagementServiceGrpc.KeyManagementServiceFutureStub. listKeyRings(ListKeyRingsRequest request)
Lists [KeyRings][google.cloud.kms.v1.KeyRing].com.google.api.gax.rpc.UnaryCallable<ListKeyRingsRequest,ListKeyRingsResponse>
KeyManagementServiceClient. listKeyRingsCallable()
Lists [KeyRings][google.cloud.kms.v1.KeyRing].com.google.api.gax.rpc.PagedCallSettings.Builder<ListKeyRingsRequest,ListKeyRingsResponse,KeyManagementServiceClient.ListKeyRingsPagedResponse>
KeyManagementServiceSettings.Builder. listKeyRingsSettings()
Returns the builder for the settings used for calls to listKeyRings.com.google.api.gax.rpc.PagedCallSettings<ListKeyRingsRequest,ListKeyRingsResponse,KeyManagementServiceClient.ListKeyRingsPagedResponse>
KeyManagementServiceSettings. listKeyRingsSettings()
Returns the object with the settings used for calls to listKeyRings.static com.google.protobuf.Parser<ListKeyRingsResponse>
ListKeyRingsResponse. parser()
Methods in com.google.cloud.kms.v1 with parameters of type ListKeyRingsResponse Modifier and Type Method Description protected KeyManagementServiceClient.ListKeyRingsPage
KeyManagementServiceClient.ListKeyRingsPage. createPage(com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, ListKeyRingsResponse response)
ListKeyRingsResponse.Builder
ListKeyRingsResponse.Builder. mergeFrom(ListKeyRingsResponse other)
static ListKeyRingsResponse.Builder
ListKeyRingsResponse. newBuilder(ListKeyRingsResponse prototype)
Method parameters in com.google.cloud.kms.v1 with type arguments of type ListKeyRingsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<KeyManagementServiceClient.ListKeyRingsPagedResponse>
KeyManagementServiceClient.ListKeyRingsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, com.google.api.core.ApiFuture<ListKeyRingsResponse> futureResponse)
static com.google.api.core.ApiFuture<KeyManagementServiceClient.ListKeyRingsPagedResponse>
KeyManagementServiceClient.ListKeyRingsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, com.google.api.core.ApiFuture<ListKeyRingsResponse> futureResponse)
protected KeyManagementServiceClient.ListKeyRingsPage
KeyManagementServiceClient.ListKeyRingsPage. createPage(com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, ListKeyRingsResponse response)
com.google.api.core.ApiFuture<KeyManagementServiceClient.ListKeyRingsPage>
KeyManagementServiceClient.ListKeyRingsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, com.google.api.core.ApiFuture<ListKeyRingsResponse> futureResponse)
com.google.api.core.ApiFuture<KeyManagementServiceClient.ListKeyRingsPage>
KeyManagementServiceClient.ListKeyRingsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, com.google.api.core.ApiFuture<ListKeyRingsResponse> futureResponse)
default void
KeyManagementServiceGrpc.AsyncService. listKeyRings(ListKeyRingsRequest request, io.grpc.stub.StreamObserver<ListKeyRingsResponse> responseObserver)
Lists [KeyRings][google.cloud.kms.v1.KeyRing].void
KeyManagementServiceGrpc.KeyManagementServiceStub. listKeyRings(ListKeyRingsRequest request, io.grpc.stub.StreamObserver<ListKeyRingsResponse> responseObserver)
Lists [KeyRings][google.cloud.kms.v1.KeyRing]. -
Uses of ListKeyRingsResponse in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type ListKeyRingsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListKeyRingsRequest,ListKeyRingsResponse>
GrpcKeyManagementServiceStub. listKeyRingsCallable()
com.google.api.gax.rpc.UnaryCallable<ListKeyRingsRequest,ListKeyRingsResponse>
HttpJsonKeyManagementServiceStub. listKeyRingsCallable()
com.google.api.gax.rpc.UnaryCallable<ListKeyRingsRequest,ListKeyRingsResponse>
KeyManagementServiceStub. listKeyRingsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListKeyRingsRequest,ListKeyRingsResponse,KeyManagementServiceClient.ListKeyRingsPagedResponse>
KeyManagementServiceStubSettings.Builder. listKeyRingsSettings()
Returns the builder for the settings used for calls to listKeyRings.com.google.api.gax.rpc.PagedCallSettings<ListKeyRingsRequest,ListKeyRingsResponse,KeyManagementServiceClient.ListKeyRingsPagedResponse>
KeyManagementServiceStubSettings. listKeyRingsSettings()
Returns the object with the settings used for calls to listKeyRings.
-