org.finos.tracdap.api.ListResourcesRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tracdap-api-services Show documentation
Show all versions of tracdap-api-services Show documentation
TRAC D.A.P. platform API, contains service API definitions for the TRAC platform services
// 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();
}