Package org.finos.tracdap.api
Interface ResourceInfoRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceInfoRequest,ResourceInfoRequest.Builder
public interface ResourceInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Resource key of the resource to get information for.com.google.protobuf.ByteString/ Resource key of the resource to get information for.org.finos.tracdap.metadata.ResourceType/ The type of resource to get information for.int/ The type of resource to get information for./ 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 get information for.
.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 get information for.
.tracdap.metadata.ResourceType resourceType = 2;- Returns:
- The resourceType.
-
getResourceKey
String getResourceKey()/ Resource key of the resource to get information for.
string resourceKey = 3;- Returns:
- The resourceKey.
-
getResourceKeyBytes
com.google.protobuf.ByteString getResourceKeyBytes()/ Resource key of the resource to get information for.
string resourceKey = 3;- Returns:
- The bytes for resourceKey.
-