Uses of Class
com.google.cloud.security.publicca.v1beta1.CreateExternalAccountKeyRequest
-
Packages that use CreateExternalAccountKeyRequest Package Description com.google.cloud.security.publicca.v1beta1 A client to Public Certificate Authority APIcom.google.cloud.security.publicca.v1beta1.stub -
-
Uses of CreateExternalAccountKeyRequest in com.google.cloud.security.publicca.v1beta1
Methods in com.google.cloud.security.publicca.v1beta1 that return CreateExternalAccountKeyRequest Modifier and Type Method Description CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest.Builder. build()
CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest.Builder. buildPartial()
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. getDefaultInstance()
CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest.Builder. getDefaultInstanceForType()
CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. getDefaultInstanceForType()
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseDelimitedFrom(InputStream input)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(byte[] data)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(InputStream input)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(ByteBuffer data)
static CreateExternalAccountKeyRequest
CreateExternalAccountKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.security.publicca.v1beta1 that return types with arguments of type CreateExternalAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>
PublicCertificateAuthorityServiceClient. createExternalAccountKeyCallable()
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExternalAccountKeyRequest,ExternalAccountKey>
PublicCertificateAuthorityServiceSettings.Builder. createExternalAccountKeySettings()
Returns the builder for the settings used for calls to createExternalAccountKey.com.google.api.gax.rpc.UnaryCallSettings<CreateExternalAccountKeyRequest,ExternalAccountKey>
PublicCertificateAuthorityServiceSettings. createExternalAccountKeySettings()
Returns the object with the settings used for calls to createExternalAccountKey.static io.grpc.MethodDescriptor<CreateExternalAccountKeyRequest,ExternalAccountKey>
PublicCertificateAuthorityServiceGrpc. getCreateExternalAccountKeyMethod()
com.google.protobuf.Parser<CreateExternalAccountKeyRequest>
CreateExternalAccountKeyRequest. getParserForType()
static com.google.protobuf.Parser<CreateExternalAccountKeyRequest>
CreateExternalAccountKeyRequest. parser()
Methods in com.google.cloud.security.publicca.v1beta1 with parameters of type CreateExternalAccountKeyRequest Modifier and Type Method Description ExternalAccountKey
PublicCertificateAuthorityServiceClient. createExternalAccountKey(CreateExternalAccountKeyRequest request)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.default void
PublicCertificateAuthorityServiceGrpc.AsyncService. createExternalAccountKey(CreateExternalAccountKeyRequest request, io.grpc.stub.StreamObserver<ExternalAccountKey> responseObserver)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.ExternalAccountKey
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceBlockingStub. createExternalAccountKey(CreateExternalAccountKeyRequest request)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.com.google.common.util.concurrent.ListenableFuture<ExternalAccountKey>
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceFutureStub. createExternalAccountKey(CreateExternalAccountKeyRequest request)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.void
PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceStub. createExternalAccountKey(CreateExternalAccountKeyRequest request, io.grpc.stub.StreamObserver<ExternalAccountKey> responseObserver)
Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.CreateExternalAccountKeyRequest.Builder
CreateExternalAccountKeyRequest.Builder. mergeFrom(CreateExternalAccountKeyRequest other)
static CreateExternalAccountKeyRequest.Builder
CreateExternalAccountKeyRequest. newBuilder(CreateExternalAccountKeyRequest prototype)
-
Uses of CreateExternalAccountKeyRequest in com.google.cloud.security.publicca.v1beta1.stub
Methods in com.google.cloud.security.publicca.v1beta1.stub that return types with arguments of type CreateExternalAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>
GrpcPublicCertificateAuthorityServiceStub. createExternalAccountKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>
HttpJsonPublicCertificateAuthorityServiceStub. createExternalAccountKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>
PublicCertificateAuthorityServiceStub. createExternalAccountKeyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExternalAccountKeyRequest,ExternalAccountKey>
PublicCertificateAuthorityServiceStubSettings.Builder. createExternalAccountKeySettings()
Returns the builder for the settings used for calls to createExternalAccountKey.com.google.api.gax.rpc.UnaryCallSettings<CreateExternalAccountKeyRequest,ExternalAccountKey>
PublicCertificateAuthorityServiceStubSettings. createExternalAccountKeySettings()
Returns the object with the settings used for calls to createExternalAccountKey.
-