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