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