Uses of Class
flyteidl.admin.MatchableResourceOuterClass.ListMatchableAttributesResponse
-
Packages that use MatchableResourceOuterClass.ListMatchableAttributesResponse Package Description flyteidl.admin flyteidl.service -
-
Uses of MatchableResourceOuterClass.ListMatchableAttributesResponse in flyteidl.admin
Fields in flyteidl.admin declared as MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Field Description private static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. DEFAULT_INSTANCEFields in flyteidl.admin with type parameters of type MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Field Description private static com.google.protobuf.Parser<MatchableResourceOuterClass.ListMatchableAttributesResponse>MatchableResourceOuterClass.ListMatchableAttributesResponse. PARSERMethods in flyteidl.admin that return MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Method Description MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse.Builder. build()MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse.Builder. buildPartial()static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. getDefaultInstance()MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse.Builder. getDefaultInstanceForType()MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. getDefaultInstanceForType()static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseDelimitedFrom(InputStream input)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(byte[] data)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(com.google.protobuf.ByteString data)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(InputStream input)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(ByteBuffer data)static MatchableResourceOuterClass.ListMatchableAttributesResponseMatchableResourceOuterClass.ListMatchableAttributesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Method Description com.google.protobuf.Parser<MatchableResourceOuterClass.ListMatchableAttributesResponse>MatchableResourceOuterClass.ListMatchableAttributesResponse. getParserForType()static com.google.protobuf.Parser<MatchableResourceOuterClass.ListMatchableAttributesResponse>MatchableResourceOuterClass.ListMatchableAttributesResponse. parser()Methods in flyteidl.admin with parameters of type MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Method Description private voidMatchableResourceOuterClass.ListMatchableAttributesResponse.Builder. buildPartial0(MatchableResourceOuterClass.ListMatchableAttributesResponse result)private voidMatchableResourceOuterClass.ListMatchableAttributesResponse.Builder. buildPartialRepeatedFields(MatchableResourceOuterClass.ListMatchableAttributesResponse result)MatchableResourceOuterClass.ListMatchableAttributesResponse.BuilderMatchableResourceOuterClass.ListMatchableAttributesResponse.Builder. mergeFrom(MatchableResourceOuterClass.ListMatchableAttributesResponse other)static MatchableResourceOuterClass.ListMatchableAttributesResponse.BuilderMatchableResourceOuterClass.ListMatchableAttributesResponse. newBuilder(MatchableResourceOuterClass.ListMatchableAttributesResponse prototype) -
Uses of MatchableResourceOuterClass.ListMatchableAttributesResponse in flyteidl.service
Fields in flyteidl.service with type parameters of type MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<MatchableResourceOuterClass.ListMatchableAttributesRequest,MatchableResourceOuterClass.ListMatchableAttributesResponse>AdminServiceGrpc. getListMatchableAttributesMethodMethods in flyteidl.service that return MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Method Description MatchableResourceOuterClass.ListMatchableAttributesResponseAdminServiceGrpc.AdminServiceBlockingStub. listMatchableAttributes(MatchableResourceOuterClass.ListMatchableAttributesRequest request)Lists custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a specific resource type.Methods in flyteidl.service that return types with arguments of type MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<MatchableResourceOuterClass.ListMatchableAttributesRequest,MatchableResourceOuterClass.ListMatchableAttributesResponse>AdminServiceGrpc. getListMatchableAttributesMethod()com.google.common.util.concurrent.ListenableFuture<MatchableResourceOuterClass.ListMatchableAttributesResponse>AdminServiceGrpc.AdminServiceFutureStub. listMatchableAttributes(MatchableResourceOuterClass.ListMatchableAttributesRequest request)Lists custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a specific resource type.Method parameters in flyteidl.service with type arguments of type MatchableResourceOuterClass.ListMatchableAttributesResponse Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceImplBase. listMatchableAttributes(MatchableResourceOuterClass.ListMatchableAttributesRequest request, io.grpc.stub.StreamObserver<MatchableResourceOuterClass.ListMatchableAttributesResponse> responseObserver)Lists custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a specific resource type.voidAdminServiceGrpc.AdminServiceStub. listMatchableAttributes(MatchableResourceOuterClass.ListMatchableAttributesRequest request, io.grpc.stub.StreamObserver<MatchableResourceOuterClass.ListMatchableAttributesResponse> responseObserver)Lists custom :ref:`ref_flyteidl.admin.MatchableAttributesConfiguration` for a specific resource type.
-