All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.finos.tracdap.api.ListResourcesRequestOrBuilder Maven / Gradle / Ivy

Go to download

TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services

There is a newer version: 0.6.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: tracdap/api/metadata.proto
// Protobuf Java Version: 4.28.2

package org.finos.tracdap.api;

public interface ListResourcesRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tracdap.api.ListResourcesRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * / Tenant code for the requested operation, always required.
   * 
* * string tenant = 1; * @return The tenant. */ java.lang.String getTenant(); /** *
   * / Tenant code for the requested operation, always required.
   * 
* * string tenant = 1; * @return The bytes for tenant. */ com.google.protobuf.ByteString getTenantBytes(); /** *
   * / The type of resource to list.
   * 
* * .tracdap.metadata.ResourceType resourceType = 2; * @return The enum numeric value on the wire for resourceType. */ int getResourceTypeValue(); /** *
   * / The type of resource to list.
   * 
* * .tracdap.metadata.ResourceType resourceType = 2; * @return The resourceType. */ org.finos.tracdap.metadata.ResourceType getResourceType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy