Uses of Class
com.google.api.apikeys.v2.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of CreateKeyRequest in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return CreateKeyRequest Modifier and Type Method Description CreateKeyRequest
CreateKeyRequest.Builder. build()
CreateKeyRequest
CreateKeyRequest.Builder. buildPartial()
static CreateKeyRequest
CreateKeyRequest. getDefaultInstance()
CreateKeyRequest
CreateKeyRequest.Builder. getDefaultInstanceForType()
CreateKeyRequest
CreateKeyRequest. getDefaultInstanceForType()
static CreateKeyRequest
CreateKeyRequest. parseDelimitedFrom(InputStream input)
static CreateKeyRequest
CreateKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(byte[] data)
static CreateKeyRequest
CreateKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateKeyRequest
CreateKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(InputStream input)
static CreateKeyRequest
CreateKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateKeyRequest
CreateKeyRequest. parseFrom(ByteBuffer data)
static CreateKeyRequest
CreateKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.apikeys.v2 that return types with arguments of type CreateKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>
ApiKeysClient. createKeyCallable()
Creates a new API key.com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>
ApiKeysClient. createKeyOperationCallable()
Creates a new API key.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateKeyRequest,Key,com.google.protobuf.Empty>
ApiKeysSettings.Builder. createKeyOperationSettings()
Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.OperationCallSettings<CreateKeyRequest,Key,com.google.protobuf.Empty>
ApiKeysSettings. createKeyOperationSettings()
Returns the object with the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateKeyRequest,com.google.longrunning.Operation>
ApiKeysSettings.Builder. createKeySettings()
Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings<CreateKeyRequest,com.google.longrunning.Operation>
ApiKeysSettings. createKeySettings()
Returns the object with the settings used for calls to createKey.static io.grpc.MethodDescriptor<CreateKeyRequest,com.google.longrunning.Operation>
ApiKeysGrpc. getCreateKeyMethod()
com.google.protobuf.Parser<CreateKeyRequest>
CreateKeyRequest. getParserForType()
static com.google.protobuf.Parser<CreateKeyRequest>
CreateKeyRequest. parser()
Methods in com.google.api.apikeys.v2 with parameters of type CreateKeyRequest Modifier and Type Method Description com.google.longrunning.Operation
ApiKeysGrpc.ApiKeysBlockingStub. createKey(CreateKeyRequest request)
Creates a new API key.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ApiKeysGrpc.ApiKeysFutureStub. createKey(CreateKeyRequest request)
Creates a new API key.void
ApiKeysGrpc.ApiKeysStub. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new API key.default void
ApiKeysGrpc.AsyncService. createKey(CreateKeyRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new API key.com.google.api.gax.longrunning.OperationFuture<Key,com.google.protobuf.Empty>
ApiKeysClient. createKeyAsync(CreateKeyRequest request)
Creates a new API key.CreateKeyRequest.Builder
CreateKeyRequest.Builder. mergeFrom(CreateKeyRequest other)
static CreateKeyRequest.Builder
CreateKeyRequest. newBuilder(CreateKeyRequest prototype)
-
Uses of CreateKeyRequest in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type CreateKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>
ApiKeysStub. createKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>
GrpcApiKeysStub. createKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateKeyRequest,com.google.longrunning.Operation>
HttpJsonApiKeysStub. createKeyCallable()
com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>
ApiKeysStub. createKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>
GrpcApiKeysStub. createKeyOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateKeyRequest,Key,com.google.protobuf.Empty>
HttpJsonApiKeysStub. createKeyOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateKeyRequest,Key,com.google.protobuf.Empty>
ApiKeysStubSettings.Builder. createKeyOperationSettings()
Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.OperationCallSettings<CreateKeyRequest,Key,com.google.protobuf.Empty>
ApiKeysStubSettings. createKeyOperationSettings()
Returns the object with the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateKeyRequest,com.google.longrunning.Operation>
ApiKeysStubSettings.Builder. createKeySettings()
Returns the builder for the settings used for calls to createKey.com.google.api.gax.rpc.UnaryCallSettings<CreateKeyRequest,com.google.longrunning.Operation>
ApiKeysStubSettings. createKeySettings()
Returns the object with the settings used for calls to createKey.
-