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
Fields in flyteidl.admin declared as Common.NamedEntityUpdateResponse Modifier and Type Field Description private static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type Common.NamedEntityUpdateResponse Modifier and Type Field Description private static com.google.protobuf.Parser<Common.NamedEntityUpdateResponse>Common.NamedEntityUpdateResponse. PARSERMethods 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(InputStream input)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseDelimitedFrom(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(InputStream input)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(ByteBuffer data)static Common.NamedEntityUpdateResponseCommon.NamedEntityUpdateResponse. parseFrom(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
Fields in flyteidl.service with type parameters of type Common.NamedEntityUpdateResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<Common.NamedEntityUpdateRequest,Common.NamedEntityUpdateResponse>AdminServiceGrpc. getUpdateNamedEntityMethodMethods in flyteidl.service that return Common.NamedEntityUpdateResponse Modifier and Type Method Description Common.NamedEntityUpdateResponseAdminServiceGrpc.AdminServiceBlockingStub. updateNamedEntity(Common.NamedEntityUpdateRequest request)Updates a :ref:`ref_flyteidl.admin.NamedEntity` object.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)Updates a :ref:`ref_flyteidl.admin.NamedEntity` object.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)Updates a :ref:`ref_flyteidl.admin.NamedEntity` object.voidAdminServiceGrpc.AdminServiceStub. updateNamedEntity(Common.NamedEntityUpdateRequest request, io.grpc.stub.StreamObserver<Common.NamedEntityUpdateResponse> responseObserver)Updates a :ref:`ref_flyteidl.admin.NamedEntity` object.
-