Uses of Class
com.google.cloud.gkehub.v1.UpdateFeatureRequest
-
Packages that use UpdateFeatureRequest Package Description com.google.cloud.gkehub.v1 A client to GKE Hubcom.google.cloud.gkehub.v1.stub -
-
Uses of UpdateFeatureRequest in com.google.cloud.gkehub.v1
Methods in com.google.cloud.gkehub.v1 that return UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequest
UpdateFeatureRequest.Builder. build()
UpdateFeatureRequest
UpdateFeatureRequest.Builder. buildPartial()
static UpdateFeatureRequest
UpdateFeatureRequest. getDefaultInstance()
UpdateFeatureRequest
UpdateFeatureRequest.Builder. getDefaultInstanceForType()
UpdateFeatureRequest
UpdateFeatureRequest. getDefaultInstanceForType()
static UpdateFeatureRequest
UpdateFeatureRequest. parseDelimitedFrom(InputStream input)
static UpdateFeatureRequest
UpdateFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(byte[] data)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(InputStream input)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(ByteBuffer data)
static UpdateFeatureRequest
UpdateFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkehub.v1 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.v1 with parameters of type UpdateFeatureRequest Modifier and Type Method Description UpdateFeatureRequest.Builder
UpdateFeatureRequest.Builder. mergeFrom(UpdateFeatureRequest other)
static UpdateFeatureRequest.Builder
UpdateFeatureRequest. newBuilder(UpdateFeatureRequest prototype)
default void
GkeHubGrpc.AsyncService. updateFeature(UpdateFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates an existing Feature.com.google.longrunning.Operation
GkeHubGrpc.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.void
GkeHubGrpc.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.v1.stub
Methods in com.google.cloud.gkehub.v1.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.
-