Uses of Class
com.google.cloud.security.privateca.v1.ListCaPoolsRequest
-
Packages that use ListCaPoolsRequest Package Description com.google.cloud.security.privateca.v1 A client to Certificate Authority APIcom.google.cloud.security.privateca.v1.stub -
-
Uses of ListCaPoolsRequest in com.google.cloud.security.privateca.v1
Methods in com.google.cloud.security.privateca.v1 that return ListCaPoolsRequest Modifier and Type Method Description ListCaPoolsRequest
ListCaPoolsRequest.Builder. build()
ListCaPoolsRequest
ListCaPoolsRequest.Builder. buildPartial()
static ListCaPoolsRequest
ListCaPoolsRequest. getDefaultInstance()
ListCaPoolsRequest
ListCaPoolsRequest.Builder. getDefaultInstanceForType()
ListCaPoolsRequest
ListCaPoolsRequest. getDefaultInstanceForType()
static ListCaPoolsRequest
ListCaPoolsRequest. parseDelimitedFrom(InputStream input)
static ListCaPoolsRequest
ListCaPoolsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(byte[] data)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(InputStream input)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(ByteBuffer data)
static ListCaPoolsRequest
ListCaPoolsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.security.privateca.v1 that return types with arguments of type ListCaPoolsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCaPoolsRequest,ListCaPoolsResponse>
CertificateAuthorityServiceGrpc. getListCaPoolsMethod()
com.google.protobuf.Parser<ListCaPoolsRequest>
ListCaPoolsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,ListCaPoolsResponse>
CertificateAuthorityServiceClient. listCaPoolsCallable()
Lists [CaPools][google.cloud.security.privateca.v1.CaPool].com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
CertificateAuthorityServiceClient. listCaPoolsPagedCallable()
Lists [CaPools][google.cloud.security.privateca.v1.CaPool].com.google.api.gax.rpc.PagedCallSettings.Builder<ListCaPoolsRequest,ListCaPoolsResponse,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
CertificateAuthorityServiceSettings.Builder. listCaPoolsSettings()
Returns the builder for the settings used for calls to listCaPools.com.google.api.gax.rpc.PagedCallSettings<ListCaPoolsRequest,ListCaPoolsResponse,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
CertificateAuthorityServiceSettings. listCaPoolsSettings()
Returns the object with the settings used for calls to listCaPools.static com.google.protobuf.Parser<ListCaPoolsRequest>
ListCaPoolsRequest. parser()
Methods in com.google.cloud.security.privateca.v1 with parameters of type ListCaPoolsRequest Modifier and Type Method Description CertificateAuthorityServiceClient.ListCaPoolsPagedResponse
CertificateAuthorityServiceClient. listCaPools(ListCaPoolsRequest request)
Lists [CaPools][google.cloud.security.privateca.v1.CaPool].default void
CertificateAuthorityServiceGrpc.AsyncService. listCaPools(ListCaPoolsRequest request, io.grpc.stub.StreamObserver<ListCaPoolsResponse> responseObserver)
Lists [CaPools][google.cloud.security.privateca.v1.CaPool].ListCaPoolsResponse
CertificateAuthorityServiceGrpc.CertificateAuthorityServiceBlockingStub. listCaPools(ListCaPoolsRequest request)
Lists [CaPools][google.cloud.security.privateca.v1.CaPool].com.google.common.util.concurrent.ListenableFuture<ListCaPoolsResponse>
CertificateAuthorityServiceGrpc.CertificateAuthorityServiceFutureStub. listCaPools(ListCaPoolsRequest request)
Lists [CaPools][google.cloud.security.privateca.v1.CaPool].void
CertificateAuthorityServiceGrpc.CertificateAuthorityServiceStub. listCaPools(ListCaPoolsRequest request, io.grpc.stub.StreamObserver<ListCaPoolsResponse> responseObserver)
Lists [CaPools][google.cloud.security.privateca.v1.CaPool].ListCaPoolsRequest.Builder
ListCaPoolsRequest.Builder. mergeFrom(ListCaPoolsRequest other)
static ListCaPoolsRequest.Builder
ListCaPoolsRequest. newBuilder(ListCaPoolsRequest prototype)
Method parameters in com.google.cloud.security.privateca.v1 with type arguments of type ListCaPoolsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
CertificateAuthorityServiceClient.ListCaPoolsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, com.google.api.core.ApiFuture<ListCaPoolsResponse> futureResponse)
protected CertificateAuthorityServiceClient.ListCaPoolsPage
CertificateAuthorityServiceClient.ListCaPoolsPage. createPage(com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, ListCaPoolsResponse response)
com.google.api.core.ApiFuture<CertificateAuthorityServiceClient.ListCaPoolsPage>
CertificateAuthorityServiceClient.ListCaPoolsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCaPoolsRequest,ListCaPoolsResponse,CaPool> context, com.google.api.core.ApiFuture<ListCaPoolsResponse> futureResponse)
-
Uses of ListCaPoolsRequest in com.google.cloud.security.privateca.v1.stub
Methods in com.google.cloud.security.privateca.v1.stub that return types with arguments of type ListCaPoolsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,ListCaPoolsResponse>
CertificateAuthorityServiceStub. listCaPoolsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,ListCaPoolsResponse>
GrpcCertificateAuthorityServiceStub. listCaPoolsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,ListCaPoolsResponse>
HttpJsonCertificateAuthorityServiceStub. listCaPoolsCallable()
com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
CertificateAuthorityServiceStub. listCaPoolsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
GrpcCertificateAuthorityServiceStub. listCaPoolsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCaPoolsRequest,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
HttpJsonCertificateAuthorityServiceStub. listCaPoolsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCaPoolsRequest,ListCaPoolsResponse,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
CertificateAuthorityServiceStubSettings.Builder. listCaPoolsSettings()
Returns the builder for the settings used for calls to listCaPools.com.google.api.gax.rpc.PagedCallSettings<ListCaPoolsRequest,ListCaPoolsResponse,CertificateAuthorityServiceClient.ListCaPoolsPagedResponse>
CertificateAuthorityServiceStubSettings. listCaPoolsSettings()
Returns the object with the settings used for calls to listCaPools.
-