Package org.finos.tracdap.api
Interface ListResourcesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListResourcesResponse,ListResourcesResponse.Builder
public interface ListResourcesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResources(int index) / List of resource info objects for accessible resources of the requested type.int/ List of resource info objects for accessible resources of the requested type./ List of resource info objects for accessible resources of the requested type.getResourcesOrBuilder(int index) / List of resource info objects for accessible resources of the requested type.List<? extends ResourceInfoResponseOrBuilder> / List of resource info objects for accessible resources of the requested type.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourcesList
List<ResourceInfoResponse> getResourcesList()/ List of resource info objects for accessible resources of the requested type.
repeated .tracdap.api.ResourceInfoResponse resources = 1; -
getResources
/ List of resource info objects for accessible resources of the requested type.
repeated .tracdap.api.ResourceInfoResponse resources = 1; -
getResourcesCount
int getResourcesCount()/ List of resource info objects for accessible resources of the requested type.
repeated .tracdap.api.ResourceInfoResponse resources = 1; -
getResourcesOrBuilderList
List<? extends ResourceInfoResponseOrBuilder> getResourcesOrBuilderList()/ List of resource info objects for accessible resources of the requested type.
repeated .tracdap.api.ResourceInfoResponse resources = 1; -
getResourcesOrBuilder
/ List of resource info objects for accessible resources of the requested type.
repeated .tracdap.api.ResourceInfoResponse resources = 1;
-