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 GetKeyStringResponse
GetKeyStringResponse.Builder. build()
GetKeyStringResponse
GetKeyStringResponse.Builder. buildPartial()
static GetKeyStringResponse
GetKeyStringResponse. getDefaultInstance()
GetKeyStringResponse
GetKeyStringResponse.Builder. getDefaultInstanceForType()
GetKeyStringResponse
GetKeyStringResponse. getDefaultInstanceForType()
GetKeyStringResponse
ApiKeysClient. getKeyString(GetKeyStringRequest request)
Get the key string for an API key.GetKeyStringResponse
ApiKeysClient. getKeyString(KeyName name)
Get the key string for an API key.GetKeyStringResponse
ApiKeysClient. getKeyString(String name)
Get the key string for an API key.GetKeyStringResponse
ApiKeysGrpc.ApiKeysBlockingStub. getKeyString(GetKeyStringRequest request)
Get the key string for an API key.static GetKeyStringResponse
GetKeyStringResponse. parseDelimitedFrom(InputStream input)
static GetKeyStringResponse
GetKeyStringResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(byte[] data)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(com.google.protobuf.ByteString data)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(InputStream input)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringResponse
GetKeyStringResponse. parseFrom(ByteBuffer data)
static GetKeyStringResponse
GetKeyStringResponse. 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.Builder
GetKeyStringResponse.Builder. mergeFrom(GetKeyStringResponse other)
static GetKeyStringResponse.Builder
GetKeyStringResponse. newBuilder(GetKeyStringResponse prototype)
Method parameters in com.google.api.apikeys.v2 with type arguments of type GetKeyStringResponse Modifier and Type Method Description void
ApiKeysGrpc.ApiKeysStub. getKeyString(GetKeyStringRequest request, io.grpc.stub.StreamObserver<GetKeyStringResponse> responseObserver)
Get the key string for an API key.default void
ApiKeysGrpc.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.
-