Package org.finos.tracdap.api
Interface ListResourcesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListResourcesRequest,ListResourcesRequest.Builder
public interface ListResourcesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.finos.tracdap.metadata.ResourceType/ The type of resource to list.int/ The type of resource to list./ Tenant code for the requested operation, always required.com.google.protobuf.ByteString/ Tenant code for the requested operation, always required.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
-
getTenant
String getTenant()/ Tenant code for the requested operation, always required.
string tenant = 1;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()/ Tenant code for the requested operation, always required.
string tenant = 1;- Returns:
- The bytes for tenant.
-
getResourceTypeValue
int getResourceTypeValue()/ The type of resource to list.
.tracdap.metadata.ResourceType resourceType = 2;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
org.finos.tracdap.metadata.ResourceType getResourceType()/ The type of resource to list.
.tracdap.metadata.ResourceType resourceType = 2;- Returns:
- The resourceType.
-