Uses of Class
com.google.cloud.gkehub.v1alpha.UpdateFeatureRequest
-
Packages that use UpdateFeatureRequest Package Description com.google.cloud.gkehub.v1alpha A client to GKE Hubcom.google.cloud.gkehub.v1alpha.stub -
-
Uses of UpdateFeatureRequest in com.google.cloud.gkehub.v1alpha
Methods in com.google.cloud.gkehub.v1alpha that return UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequestUpdateFeatureRequest.Builder. build()UpdateFeatureRequestUpdateFeatureRequest.Builder. buildPartial()static UpdateFeatureRequestUpdateFeatureRequest. getDefaultInstance()UpdateFeatureRequestUpdateFeatureRequest.Builder. getDefaultInstanceForType()UpdateFeatureRequestUpdateFeatureRequest. getDefaultInstanceForType()static UpdateFeatureRequestUpdateFeatureRequest. parseDelimitedFrom(InputStream input)static UpdateFeatureRequestUpdateFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(byte[] data)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(InputStream input)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(ByteBuffer data)static UpdateFeatureRequestUpdateFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkehub.v1alpha that return types with arguments of type UpdateFeatureRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateFeatureRequest>UpdateFeatureRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateFeatureRequest,com.google.longrunning.Operation>GkeHubGrpc. getUpdateFeatureMethod()static com.google.protobuf.Parser<UpdateFeatureRequest>UpdateFeatureRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,com.google.longrunning.Operation>GkeHubClient. updateFeatureCallable()Updates an existing Feature.com.google.api.gax.rpc.OperationCallable<UpdateFeatureRequest,Feature,OperationMetadata>GkeHubClient. updateFeatureOperationCallable()Updates an existing Feature.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureRequest,Feature,OperationMetadata>GkeHubSettings.Builder. updateFeatureOperationSettings()Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.OperationCallSettings<UpdateFeatureRequest,Feature,OperationMetadata>GkeHubSettings. updateFeatureOperationSettings()Returns the object with the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,com.google.longrunning.Operation>GkeHubSettings.Builder. updateFeatureSettings()Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,com.google.longrunning.Operation>GkeHubSettings. updateFeatureSettings()Returns the object with the settings used for calls to updateFeature.Methods in com.google.cloud.gkehub.v1alpha with parameters of type UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequest.BuilderUpdateFeatureRequest.Builder. mergeFrom(UpdateFeatureRequest other)static UpdateFeatureRequest.BuilderUpdateFeatureRequest. newBuilder(UpdateFeatureRequest prototype)default voidGkeHubGrpc.AsyncService. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates an existing Feature.com.google.longrunning.OperationGkeHubGrpc.GkeHubBlockingStub. updateFeature(UpdateFeatureRequest request)Updates an existing Feature.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>GkeHubGrpc.GkeHubFutureStub. updateFeature(UpdateFeatureRequest request)Updates an existing Feature.voidGkeHubGrpc.GkeHubStub. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates an existing Feature.com.google.api.gax.longrunning.OperationFuture<Feature,OperationMetadata>GkeHubClient. updateFeatureAsync(UpdateFeatureRequest request)Updates an existing Feature. -
Uses of UpdateFeatureRequest in com.google.cloud.gkehub.v1alpha.stub
Methods in com.google.cloud.gkehub.v1alpha.stub that return types with arguments of type UpdateFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,com.google.longrunning.Operation>GkeHubStub. updateFeatureCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,com.google.longrunning.Operation>GrpcGkeHubStub. updateFeatureCallable()com.google.api.gax.rpc.UnaryCallable<UpdateFeatureRequest,com.google.longrunning.Operation>HttpJsonGkeHubStub. updateFeatureCallable()com.google.api.gax.rpc.OperationCallable<UpdateFeatureRequest,Feature,OperationMetadata>GkeHubStub. updateFeatureOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateFeatureRequest,Feature,OperationMetadata>GrpcGkeHubStub. updateFeatureOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateFeatureRequest,Feature,OperationMetadata>HttpJsonGkeHubStub. updateFeatureOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureRequest,Feature,OperationMetadata>GkeHubStubSettings.Builder. updateFeatureOperationSettings()Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.OperationCallSettings<UpdateFeatureRequest,Feature,OperationMetadata>GkeHubStubSettings. updateFeatureOperationSettings()Returns the object with the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,com.google.longrunning.Operation>GkeHubStubSettings.Builder. updateFeatureSettings()Returns the builder for the settings used for calls to updateFeature.com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,com.google.longrunning.Operation>GkeHubStubSettings. updateFeatureSettings()Returns the object with the settings used for calls to updateFeature.
-