Uses of Class
com.google.cloud.gkehub.v1.GetFeatureRequest
-
Packages that use GetFeatureRequest Package Description com.google.cloud.gkehub.v1 A client to GKE Hubcom.google.cloud.gkehub.v1.stub -
-
Uses of GetFeatureRequest in com.google.cloud.gkehub.v1
Methods in com.google.cloud.gkehub.v1 that return GetFeatureRequest Modifier and Type Method Description GetFeatureRequest
GetFeatureRequest.Builder. build()
GetFeatureRequest
GetFeatureRequest.Builder. buildPartial()
static GetFeatureRequest
GetFeatureRequest. getDefaultInstance()
GetFeatureRequest
GetFeatureRequest.Builder. getDefaultInstanceForType()
GetFeatureRequest
GetFeatureRequest. getDefaultInstanceForType()
static GetFeatureRequest
GetFeatureRequest. parseDelimitedFrom(InputStream input)
static GetFeatureRequest
GetFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFeatureRequest
GetFeatureRequest. parseFrom(byte[] data)
static GetFeatureRequest
GetFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFeatureRequest
GetFeatureRequest. parseFrom(com.google.protobuf.ByteString data)
static GetFeatureRequest
GetFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFeatureRequest
GetFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetFeatureRequest
GetFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFeatureRequest
GetFeatureRequest. parseFrom(InputStream input)
static GetFeatureRequest
GetFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFeatureRequest
GetFeatureRequest. parseFrom(ByteBuffer data)
static GetFeatureRequest
GetFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.v1 that return types with arguments of type GetFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature>
GkeHubClient. getFeatureCallable()
Gets details of a single Feature.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureRequest,Feature>
GkeHubSettings.Builder. getFeatureSettings()
Returns the builder for the settings used for calls to getFeature.com.google.api.gax.rpc.UnaryCallSettings<GetFeatureRequest,Feature>
GkeHubSettings. getFeatureSettings()
Returns the object with the settings used for calls to getFeature.static io.grpc.MethodDescriptor<GetFeatureRequest,Feature>
GkeHubGrpc. getGetFeatureMethod()
com.google.protobuf.Parser<GetFeatureRequest>
GetFeatureRequest. getParserForType()
static com.google.protobuf.Parser<GetFeatureRequest>
GetFeatureRequest. parser()
Methods in com.google.cloud.gkehub.v1 with parameters of type GetFeatureRequest Modifier and Type Method Description Feature
GkeHubClient. getFeature(GetFeatureRequest request)
Gets details of a single Feature.default void
GkeHubGrpc.AsyncService. getFeature(GetFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Gets details of a single Feature.Feature
GkeHubGrpc.GkeHubBlockingStub. getFeature(GetFeatureRequest request)
Gets details of a single Feature.com.google.common.util.concurrent.ListenableFuture<Feature>
GkeHubGrpc.GkeHubFutureStub. getFeature(GetFeatureRequest request)
Gets details of a single Feature.void
GkeHubGrpc.GkeHubStub. getFeature(GetFeatureRequest request, io.grpc.stub.StreamObserver<Feature> responseObserver)
Gets details of a single Feature.GetFeatureRequest.Builder
GetFeatureRequest.Builder. mergeFrom(GetFeatureRequest other)
static GetFeatureRequest.Builder
GetFeatureRequest. newBuilder(GetFeatureRequest prototype)
-
Uses of GetFeatureRequest in com.google.cloud.gkehub.v1.stub
Methods in com.google.cloud.gkehub.v1.stub that return types with arguments of type GetFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature>
GkeHubStub. getFeatureCallable()
com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature>
GrpcGkeHubStub. getFeatureCallable()
com.google.api.gax.rpc.UnaryCallable<GetFeatureRequest,Feature>
HttpJsonGkeHubStub. getFeatureCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureRequest,Feature>
GkeHubStubSettings.Builder. getFeatureSettings()
Returns the builder for the settings used for calls to getFeature.com.google.api.gax.rpc.UnaryCallSettings<GetFeatureRequest,Feature>
GkeHubStubSettings. getFeatureSettings()
Returns the object with the settings used for calls to getFeature.
-