Uses of Class
flyteidl.admin.Common.NamedEntityUpdateResponse
-
Packages that use Common.NamedEntityUpdateResponse Package Description flyteidl.admin flyteidl.service -
-
Uses of Common.NamedEntityUpdateResponse in flyteidl.admin
Methods in flyteidl.admin that return Common.NamedEntityUpdateResponse Modifier and Type Method Description Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse.Builder. build()Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse.Builder. buildPartial()static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. getDefaultInstance()Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse.Builder. getDefaultInstanceForType()Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. getDefaultInstanceForType()static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseDelimitedFrom(java.io.InputStream input)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(byte[] data)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(com.google.protobuf.ByteString data)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(java.io.InputStream input)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(java.nio.ByteBuffer data)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type Common.NamedEntityUpdateResponse Modifier and Type Method Description com.google.protobuf.Parser<Common.NamedEntityUpdateResponse>Common.NamedEntityUpdateResponse. getParserForType()static com.google.protobuf.Parser<Common.NamedEntityUpdateResponse>Common.NamedEntityUpdateResponse. parser()Methods in flyteidl.admin with parameters of type Common.NamedEntityUpdateResponse Modifier and Type Method Description Common.NamedEntityUpdateResponse.BuilderCommon.NamedEntityUpdateResponse.Builder. mergeFrom(Common.NamedEntityUpdateResponse other)static Common.NamedEntityUpdateResponse.BuilderCommon.NamedEntityUpdateResponse. newBuilder(Common.NamedEntityUpdateResponse prototype) -
Uses of Common.NamedEntityUpdateResponse in flyteidl.service
Methods in flyteidl.service that return Common.NamedEntityUpdateResponse Modifier and Type Method Description Common.NamedEntityUpdateResponseAdminServiceGrpc.AdminServiceBlockingStub. updateNamedEntity(Common.NamedEntityUpdateRequest request)Methods in flyteidl.service that return types with arguments of type Common.NamedEntityUpdateResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<Common.NamedEntityUpdateRequest,Common.NamedEntityUpdateResponse>AdminServiceGrpc. getUpdateNamedEntityMethod()com.google.common.util.concurrent.ListenableFuture<Common.NamedEntityUpdateResponse>AdminServiceGrpc.AdminServiceFutureStub. updateNamedEntity(Common.NamedEntityUpdateRequest request)Method parameters in flyteidl.service with type arguments of type Common.NamedEntityUpdateResponse Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. updateNamedEntity(Common.NamedEntityUpdateRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityUpdateResponse> responseObserver)voidAdminServiceGrpc.AdminServiceStub. updateNamedEntity(Common.NamedEntityUpdateRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityUpdateResponse> responseObserver)
-