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