Uses of Class
com.google.cloud.gkehub.v1beta.DeleteFeatureRequest
-
Packages that use DeleteFeatureRequest Package Description com.google.cloud.gkehub.v1beta A client to GKE Hubcom.google.cloud.gkehub.v1beta.stub -
-
Uses of DeleteFeatureRequest in com.google.cloud.gkehub.v1beta
Methods in com.google.cloud.gkehub.v1beta that return DeleteFeatureRequest Modifier and Type Method Description DeleteFeatureRequestDeleteFeatureRequest.Builder. build()DeleteFeatureRequestDeleteFeatureRequest.Builder. buildPartial()static DeleteFeatureRequestDeleteFeatureRequest. getDefaultInstance()DeleteFeatureRequestDeleteFeatureRequest.Builder. getDefaultInstanceForType()DeleteFeatureRequestDeleteFeatureRequest. getDefaultInstanceForType()static DeleteFeatureRequestDeleteFeatureRequest. parseDelimitedFrom(InputStream input)static DeleteFeatureRequestDeleteFeatureRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(byte[] data)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(InputStream input)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(ByteBuffer data)static DeleteFeatureRequestDeleteFeatureRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.gkehub.v1beta that return types with arguments of type DeleteFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteFeatureRequest,com.google.longrunning.Operation>GkeHubClient. deleteFeatureCallable()Removes a Feature.com.google.api.gax.rpc.OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>GkeHubClient. deleteFeatureOperationCallable()Removes a Feature.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>GkeHubSettings.Builder. deleteFeatureOperationSettings()Returns the builder for the settings used for calls to deleteFeature.com.google.api.gax.rpc.OperationCallSettings<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>GkeHubSettings. deleteFeatureOperationSettings()Returns the object with the settings used for calls to deleteFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureRequest,com.google.longrunning.Operation>GkeHubSettings.Builder. deleteFeatureSettings()Returns the builder for the settings used for calls to deleteFeature.com.google.api.gax.rpc.UnaryCallSettings<DeleteFeatureRequest,com.google.longrunning.Operation>GkeHubSettings. deleteFeatureSettings()Returns the object with the settings used for calls to deleteFeature.static io.grpc.MethodDescriptor<DeleteFeatureRequest,com.google.longrunning.Operation>GkeHubGrpc. getDeleteFeatureMethod()com.google.protobuf.Parser<DeleteFeatureRequest>DeleteFeatureRequest. getParserForType()static com.google.protobuf.Parser<DeleteFeatureRequest>DeleteFeatureRequest. parser()Methods in com.google.cloud.gkehub.v1beta with parameters of type DeleteFeatureRequest Modifier and Type Method Description default voidGkeHubGrpc.AsyncService. deleteFeature(DeleteFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Removes a Feature.com.google.longrunning.OperationGkeHubGrpc.GkeHubBlockingStub. deleteFeature(DeleteFeatureRequest request)Removes a Feature.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>GkeHubGrpc.GkeHubFutureStub. deleteFeature(DeleteFeatureRequest request)Removes a Feature.voidGkeHubGrpc.GkeHubStub. deleteFeature(DeleteFeatureRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Removes a Feature.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>GkeHubClient. deleteFeatureAsync(DeleteFeatureRequest request)Removes a Feature.DeleteFeatureRequest.BuilderDeleteFeatureRequest.Builder. mergeFrom(DeleteFeatureRequest other)static DeleteFeatureRequest.BuilderDeleteFeatureRequest. newBuilder(DeleteFeatureRequest prototype) -
Uses of DeleteFeatureRequest in com.google.cloud.gkehub.v1beta.stub
Methods in com.google.cloud.gkehub.v1beta.stub that return types with arguments of type DeleteFeatureRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteFeatureRequest,com.google.longrunning.Operation>GkeHubStub. deleteFeatureCallable()com.google.api.gax.rpc.UnaryCallable<DeleteFeatureRequest,com.google.longrunning.Operation>GrpcGkeHubStub. deleteFeatureCallable()com.google.api.gax.rpc.UnaryCallable<DeleteFeatureRequest,com.google.longrunning.Operation>HttpJsonGkeHubStub. deleteFeatureCallable()com.google.api.gax.rpc.OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>GkeHubStub. deleteFeatureOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>GrpcGkeHubStub. deleteFeatureOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>HttpJsonGkeHubStub. deleteFeatureOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>GkeHubStubSettings.Builder. deleteFeatureOperationSettings()Returns the builder for the settings used for calls to deleteFeature.com.google.api.gax.rpc.OperationCallSettings<DeleteFeatureRequest,com.google.protobuf.Empty,OperationMetadata>GkeHubStubSettings. deleteFeatureOperationSettings()Returns the object with the settings used for calls to deleteFeature.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureRequest,com.google.longrunning.Operation>GkeHubStubSettings.Builder. deleteFeatureSettings()Returns the builder for the settings used for calls to deleteFeature.com.google.api.gax.rpc.UnaryCallSettings<DeleteFeatureRequest,com.google.longrunning.Operation>GkeHubStubSettings. deleteFeatureSettings()Returns the object with the settings used for calls to deleteFeature.
-