Uses of Class
com.google.api.apikeys.v2.GetKeyStringRequest
-
Packages that use GetKeyStringRequest Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of GetKeyStringRequest in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return GetKeyStringRequest Modifier and Type Method Description GetKeyStringRequest
GetKeyStringRequest.Builder. build()
GetKeyStringRequest
GetKeyStringRequest.Builder. buildPartial()
static GetKeyStringRequest
GetKeyStringRequest. getDefaultInstance()
GetKeyStringRequest
GetKeyStringRequest.Builder. getDefaultInstanceForType()
GetKeyStringRequest
GetKeyStringRequest. getDefaultInstanceForType()
static GetKeyStringRequest
GetKeyStringRequest. parseDelimitedFrom(InputStream input)
static GetKeyStringRequest
GetKeyStringRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(byte[] data)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(com.google.protobuf.ByteString data)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(InputStream input)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(ByteBuffer data)
static GetKeyStringRequest
GetKeyStringRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.apikeys.v2 that return types with arguments of type GetKeyStringRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetKeyStringRequest,GetKeyStringResponse>
ApiKeysGrpc. getGetKeyStringMethod()
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<GetKeyStringRequest>
GetKeyStringRequest. getParserForType()
static com.google.protobuf.Parser<GetKeyStringRequest>
GetKeyStringRequest. parser()
Methods in com.google.api.apikeys.v2 with parameters of type GetKeyStringRequest Modifier and Type Method Description GetKeyStringResponse
ApiKeysClient. getKeyString(GetKeyStringRequest request)
Get the key string for an API key.GetKeyStringResponse
ApiKeysGrpc.ApiKeysBlockingStub. getKeyString(GetKeyStringRequest request)
Get the key string for an API key.com.google.common.util.concurrent.ListenableFuture<GetKeyStringResponse>
ApiKeysGrpc.ApiKeysFutureStub. getKeyString(GetKeyStringRequest request)
Get the key string for an API key.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.GetKeyStringRequest.Builder
GetKeyStringRequest.Builder. mergeFrom(GetKeyStringRequest other)
static GetKeyStringRequest.Builder
GetKeyStringRequest. newBuilder(GetKeyStringRequest prototype)
-
Uses of GetKeyStringRequest in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type GetKeyStringRequest 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.
-