Uses of Class
com.google.cloud.gkehub.v1.ListFeaturesRequest
-
Packages that use ListFeaturesRequest Package Description com.google.cloud.gkehub.v1 A client to GKE Hubcom.google.cloud.gkehub.v1.stub -
-
Uses of ListFeaturesRequest in com.google.cloud.gkehub.v1
Methods in com.google.cloud.gkehub.v1 that return ListFeaturesRequest Modifier and Type Method Description ListFeaturesRequest
ListFeaturesRequest.Builder. build()
ListFeaturesRequest
ListFeaturesRequest.Builder. buildPartial()
static ListFeaturesRequest
ListFeaturesRequest. getDefaultInstance()
ListFeaturesRequest
ListFeaturesRequest.Builder. getDefaultInstanceForType()
ListFeaturesRequest
ListFeaturesRequest. getDefaultInstanceForType()
static ListFeaturesRequest
ListFeaturesRequest. parseDelimitedFrom(InputStream input)
static ListFeaturesRequest
ListFeaturesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(byte[] data)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(InputStream input)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(ByteBuffer data)
static ListFeaturesRequest
ListFeaturesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.v1 that return types with arguments of type ListFeaturesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListFeaturesRequest,ListFeaturesResponse>
GkeHubGrpc. getListFeaturesMethod()
com.google.protobuf.Parser<ListFeaturesRequest>
ListFeaturesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>
GkeHubClient. listFeaturesCallable()
Lists Features in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,GkeHubClient.ListFeaturesPagedResponse>
GkeHubClient. listFeaturesPagedCallable()
Lists Features in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse>
GkeHubSettings.Builder. listFeaturesSettings()
Returns the builder for the settings used for calls to listFeatures.com.google.api.gax.rpc.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse>
GkeHubSettings. listFeaturesSettings()
Returns the object with the settings used for calls to listFeatures.static com.google.protobuf.Parser<ListFeaturesRequest>
ListFeaturesRequest. parser()
Methods in com.google.cloud.gkehub.v1 with parameters of type ListFeaturesRequest Modifier and Type Method Description GkeHubClient.ListFeaturesPagedResponse
GkeHubClient. listFeatures(ListFeaturesRequest request)
Lists Features in a given project and location.default void
GkeHubGrpc.AsyncService. listFeatures(ListFeaturesRequest request, io.grpc.stub.StreamObserver<ListFeaturesResponse> responseObserver)
Lists Features in a given project and location.ListFeaturesResponse
GkeHubGrpc.GkeHubBlockingStub. listFeatures(ListFeaturesRequest request)
Lists Features in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListFeaturesResponse>
GkeHubGrpc.GkeHubFutureStub. listFeatures(ListFeaturesRequest request)
Lists Features in a given project and location.void
GkeHubGrpc.GkeHubStub. listFeatures(ListFeaturesRequest request, io.grpc.stub.StreamObserver<ListFeaturesResponse> responseObserver)
Lists Features in a given project and location.ListFeaturesRequest.Builder
ListFeaturesRequest.Builder. mergeFrom(ListFeaturesRequest other)
static ListFeaturesRequest.Builder
ListFeaturesRequest. newBuilder(ListFeaturesRequest prototype)
Method parameters in com.google.cloud.gkehub.v1 with type arguments of type ListFeaturesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<GkeHubClient.ListFeaturesPagedResponse>
GkeHubClient.ListFeaturesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<ListFeaturesResponse> futureResponse)
protected GkeHubClient.ListFeaturesPage
GkeHubClient.ListFeaturesPage. createPage(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, ListFeaturesResponse response)
com.google.api.core.ApiFuture<GkeHubClient.ListFeaturesPage>
GkeHubClient.ListFeaturesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFeaturesRequest,ListFeaturesResponse,Feature> context, com.google.api.core.ApiFuture<ListFeaturesResponse> futureResponse)
-
Uses of ListFeaturesRequest in com.google.cloud.gkehub.v1.stub
Methods in com.google.cloud.gkehub.v1.stub that return types with arguments of type ListFeaturesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>
GkeHubStub. listFeaturesCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>
GrpcGkeHubStub. listFeaturesCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>
HttpJsonGkeHubStub. listFeaturesCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,GkeHubClient.ListFeaturesPagedResponse>
GkeHubStub. listFeaturesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,GkeHubClient.ListFeaturesPagedResponse>
GrpcGkeHubStub. listFeaturesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListFeaturesRequest,GkeHubClient.ListFeaturesPagedResponse>
HttpJsonGkeHubStub. listFeaturesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse>
GkeHubStubSettings.Builder. listFeaturesSettings()
Returns the builder for the settings used for calls to listFeatures.com.google.api.gax.rpc.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,GkeHubClient.ListFeaturesPagedResponse>
GkeHubStubSettings. listFeaturesSettings()
Returns the object with the settings used for calls to listFeatures.
-