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