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 Type
    Method
    Description
    getResources(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.
    / List of resource info objects for accessible resources of the requested type.
    / List of resource info objects for accessible resources of the requested type.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      ResourceInfoResponse getResources(int index)
       / 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

      ResourceInfoResponseOrBuilder getResourcesOrBuilder(int index)
       / List of resource info objects for accessible resources of the requested type.
       
      repeated .tracdap.api.ResourceInfoResponse resources = 1;