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 GetKeyRequestGetKeyRequest.Builder. build()GetKeyRequestGetKeyRequest.Builder. buildPartial()static GetKeyRequestGetKeyRequest. getDefaultInstance()GetKeyRequestGetKeyRequest.Builder. getDefaultInstanceForType()GetKeyRequestGetKeyRequest. getDefaultInstanceForType()static GetKeyRequestGetKeyRequest. parseDelimitedFrom(InputStream input)static GetKeyRequestGetKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(byte[] data)static GetKeyRequestGetKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.ByteString data)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetKeyRequestGetKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(InputStream input)static GetKeyRequestGetKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetKeyRequestGetKeyRequest. parseFrom(ByteBuffer data)static GetKeyRequestGetKeyRequest. 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 KeyApiKeysClient. getKey(GetKeyRequest request)Gets the metadata for an API key.KeyApiKeysGrpc.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.voidApiKeysGrpc.ApiKeysStub. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Gets the metadata for an API key.default voidApiKeysGrpc.AsyncService. getKey(GetKeyRequest request, io.grpc.stub.StreamObserver<Key> responseObserver)Gets the metadata for an API key.GetKeyRequest.BuilderGetKeyRequest.Builder. mergeFrom(GetKeyRequest other)static GetKeyRequest.BuilderGetKeyRequest. 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.
-