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