Uses of Class
com.google.api.apikeys.v2.ListKeysResponse
-
Packages that use ListKeysResponse Package Description com.google.api.apikeys.v2 A client to API Keys APIcom.google.api.apikeys.v2.stub -
-
Uses of ListKeysResponse in com.google.api.apikeys.v2
Methods in com.google.api.apikeys.v2 that return ListKeysResponse Modifier and Type Method Description ListKeysResponse
ListKeysResponse.Builder. build()
ListKeysResponse
ListKeysResponse.Builder. buildPartial()
static ListKeysResponse
ListKeysResponse. getDefaultInstance()
ListKeysResponse
ListKeysResponse.Builder. getDefaultInstanceForType()
ListKeysResponse
ListKeysResponse. getDefaultInstanceForType()
ListKeysResponse
ApiKeysGrpc.ApiKeysBlockingStub. listKeys(ListKeysRequest request)
Lists the API keys owned by a project.static ListKeysResponse
ListKeysResponse. parseDelimitedFrom(InputStream input)
static ListKeysResponse
ListKeysResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeysResponse
ListKeysResponse. parseFrom(byte[] data)
static ListKeysResponse
ListKeysResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeysResponse
ListKeysResponse. parseFrom(com.google.protobuf.ByteString data)
static ListKeysResponse
ListKeysResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeysResponse
ListKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListKeysResponse
ListKeysResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeysResponse
ListKeysResponse. parseFrom(InputStream input)
static ListKeysResponse
ListKeysResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListKeysResponse
ListKeysResponse. parseFrom(ByteBuffer data)
static ListKeysResponse
ListKeysResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api.apikeys.v2 that return types with arguments of type ListKeysResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListKeysRequest,ListKeysResponse>
ApiKeysGrpc. getListKeysMethod()
com.google.protobuf.Parser<ListKeysResponse>
ListKeysResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListKeysResponse>
ApiKeysGrpc.ApiKeysFutureStub. listKeys(ListKeysRequest request)
Lists the API keys owned by a project.com.google.api.gax.rpc.UnaryCallable<ListKeysRequest,ListKeysResponse>
ApiKeysClient. listKeysCallable()
Lists the API keys owned by a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListKeysRequest,ListKeysResponse,ApiKeysClient.ListKeysPagedResponse>
ApiKeysSettings.Builder. listKeysSettings()
Returns the builder for the settings used for calls to listKeys.com.google.api.gax.rpc.PagedCallSettings<ListKeysRequest,ListKeysResponse,ApiKeysClient.ListKeysPagedResponse>
ApiKeysSettings. listKeysSettings()
Returns the object with the settings used for calls to listKeys.static com.google.protobuf.Parser<ListKeysResponse>
ListKeysResponse. parser()
Methods in com.google.api.apikeys.v2 with parameters of type ListKeysResponse Modifier and Type Method Description protected ApiKeysClient.ListKeysPage
ApiKeysClient.ListKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)
ListKeysResponse.Builder
ListKeysResponse.Builder. mergeFrom(ListKeysResponse other)
static ListKeysResponse.Builder
ListKeysResponse. newBuilder(ListKeysResponse prototype)
Method parameters in com.google.api.apikeys.v2 with type arguments of type ListKeysResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPagedResponse>
ApiKeysClient.ListKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)
static com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPagedResponse>
ApiKeysClient.ListKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)
protected ApiKeysClient.ListKeysPage
ApiKeysClient.ListKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)
com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPage>
ApiKeysClient.ListKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)
com.google.api.core.ApiFuture<ApiKeysClient.ListKeysPage>
ApiKeysClient.ListKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key> context, com.google.api.core.ApiFuture<ListKeysResponse> futureResponse)
void
ApiKeysGrpc.ApiKeysStub. listKeys(ListKeysRequest request, io.grpc.stub.StreamObserver<ListKeysResponse> responseObserver)
Lists the API keys owned by a project.default void
ApiKeysGrpc.AsyncService. listKeys(ListKeysRequest request, io.grpc.stub.StreamObserver<ListKeysResponse> responseObserver)
Lists the API keys owned by a project. -
Uses of ListKeysResponse in com.google.api.apikeys.v2.stub
Methods in com.google.api.apikeys.v2.stub that return types with arguments of type ListKeysResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListKeysRequest,ListKeysResponse>
ApiKeysStub. listKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListKeysRequest,ListKeysResponse>
GrpcApiKeysStub. listKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListKeysRequest,ListKeysResponse>
HttpJsonApiKeysStub. listKeysCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListKeysRequest,ListKeysResponse,ApiKeysClient.ListKeysPagedResponse>
ApiKeysStubSettings.Builder. listKeysSettings()
Returns the builder for the settings used for calls to listKeys.com.google.api.gax.rpc.PagedCallSettings<ListKeysRequest,ListKeysResponse,ApiKeysClient.ListKeysPagedResponse>
ApiKeysStubSettings. listKeysSettings()
Returns the object with the settings used for calls to listKeys.
-