Uses of Class
com.google.cloud.security.privateca.v1.ListCertificateRevocationListsRequest
-
Packages that use ListCertificateRevocationListsRequest Package Description com.google.cloud.security.privateca.v1 A client to Certificate Authority APIcom.google.cloud.security.privateca.v1.stub -
-
Uses of ListCertificateRevocationListsRequest in com.google.cloud.security.privateca.v1
Methods in com.google.cloud.security.privateca.v1 that return ListCertificateRevocationListsRequest Modifier and Type Method Description ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest.Builder. build()
ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest.Builder. buildPartial()
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. getDefaultInstance()
ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest.Builder. getDefaultInstanceForType()
ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. getDefaultInstanceForType()
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseDelimitedFrom(InputStream input)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(byte[] data)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(InputStream input)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(ByteBuffer data)
static ListCertificateRevocationListsRequest
ListCertificateRevocationListsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.security.privateca.v1 that return types with arguments of type ListCertificateRevocationListsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse>
CertificateAuthorityServiceGrpc. getListCertificateRevocationListsMethod()
com.google.protobuf.Parser<ListCertificateRevocationListsRequest>
ListCertificateRevocationListsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse>
CertificateAuthorityServiceClient. listCertificateRevocationListsCallable()
Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].com.google.api.gax.rpc.UnaryCallable<ListCertificateRevocationListsRequest,CertificateAuthorityServiceClient.ListCertificateRevocationListsPagedResponse>
CertificateAuthorityServiceClient. listCertificateRevocationListsPagedCallable()
Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].com.google.api.gax.rpc.PagedCallSettings.Builder<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse,CertificateAuthorityServiceClient.ListCertificateRevocationListsPagedResponse>
CertificateAuthorityServiceSettings.Builder. listCertificateRevocationListsSettings()
Returns the builder for the settings used for calls to listCertificateRevocationLists.com.google.api.gax.rpc.PagedCallSettings<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse,CertificateAuthorityServiceClient.ListCertificateRevocationListsPagedResponse>
CertificateAuthorityServiceSettings. listCertificateRevocationListsSettings()
Returns the object with the settings used for calls to listCertificateRevocationLists.static com.google.protobuf.Parser<ListCertificateRevocationListsRequest>
ListCertificateRevocationListsRequest. parser()
Methods in com.google.cloud.security.privateca.v1 with parameters of type ListCertificateRevocationListsRequest Modifier and Type Method Description CertificateAuthorityServiceClient.ListCertificateRevocationListsPagedResponse
CertificateAuthorityServiceClient. listCertificateRevocationLists(ListCertificateRevocationListsRequest request)
Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].default void
CertificateAuthorityServiceGrpc.AsyncService. listCertificateRevocationLists(ListCertificateRevocationListsRequest request, io.grpc.stub.StreamObserver<ListCertificateRevocationListsResponse> responseObserver)
Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].ListCertificateRevocationListsResponse
CertificateAuthorityServiceGrpc.CertificateAuthorityServiceBlockingStub. listCertificateRevocationLists(ListCertificateRevocationListsRequest request)
Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].com.google.common.util.concurrent.ListenableFuture<ListCertificateRevocationListsResponse>
CertificateAuthorityServiceGrpc.CertificateAuthorityServiceFutureStub. listCertificateRevocationLists(ListCertificateRevocationListsRequest request)
Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].void
CertificateAuthorityServiceGrpc.CertificateAuthorityServiceStub. listCertificateRevocationLists(ListCertificateRevocationListsRequest request, io.grpc.stub.StreamObserver<ListCertificateRevocationListsResponse> responseObserver)
Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].ListCertificateRevocationListsRequest.Builder
ListCertificateRevocationListsRequest.Builder. mergeFrom(ListCertificateRevocationListsRequest other)
static ListCertificateRevocationListsRequest.Builder
ListCertificateRevocationListsRequest. newBuilder(ListCertificateRevocationListsRequest prototype)
-
Uses of ListCertificateRevocationListsRequest in com.google.cloud.security.privateca.v1.stub
-