Package org.finos.tracdap.api
Interface MetadataWriteBatchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetadataWriteBatchRequest,MetadataWriteBatchRequest.Builder
public interface MetadataWriteBatchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCreateObjects(int index) * Requests to be processed using createObject()int* Requests to be processed using createObject()* Requests to be processed using createObject()getCreateObjectsOrBuilder(int index) * Requests to be processed using createObject()List<? extends MetadataWriteRequestOrBuilder> * Requests to be processed using createObject()getCreatePreallocatedObjects(int index) * Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.int* Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.* Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.getCreatePreallocatedObjectsOrBuilder(int index) * Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.List<? extends MetadataWriteRequestOrBuilder> * Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.getPreallocateIds(int index) * Requests to be processed using preallocateId() This request type is only available in the internal metadata API.int* Requests to be processed using preallocateId() This request type is only available in the internal metadata API.* Requests to be processed using preallocateId() This request type is only available in the internal metadata API.getPreallocateIdsOrBuilder(int index) * Requests to be processed using preallocateId() This request type is only available in the internal metadata API.List<? extends MetadataWriteRequestOrBuilder> * Requests to be processed using preallocateId() This request type is only available in the internal metadata API.* Tenant code for the requested operation, always required.com.google.protobuf.ByteString* Tenant code for the requested operation, always required.getUpdateObjects(int index) * Requests to be processed using updateObject()int* Requests to be processed using updateObject()* Requests to be processed using updateObject()getUpdateObjectsOrBuilder(int index) * Requests to be processed using updateObject()List<? extends MetadataWriteRequestOrBuilder> * Requests to be processed using updateObject()getUpdateTags(int index) * Requests to be processed using updateTag()int* Requests to be processed using updateTag()* Requests to be processed using updateTag()getUpdateTagsOrBuilder(int index) * Requests to be processed using updateTag()List<? extends MetadataWriteRequestOrBuilder> * Requests to be processed using updateTag()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.
-
getCreateObjectsList
List<MetadataWriteRequest> getCreateObjectsList()* Requests to be processed using createObject()
repeated .tracdap.api.MetadataWriteRequest createObjects = 2; -
getCreateObjects
* Requests to be processed using createObject()
repeated .tracdap.api.MetadataWriteRequest createObjects = 2; -
getCreateObjectsCount
int getCreateObjectsCount()* Requests to be processed using createObject()
repeated .tracdap.api.MetadataWriteRequest createObjects = 2; -
getCreateObjectsOrBuilderList
List<? extends MetadataWriteRequestOrBuilder> getCreateObjectsOrBuilderList()* Requests to be processed using createObject()
repeated .tracdap.api.MetadataWriteRequest createObjects = 2; -
getCreateObjectsOrBuilder
* Requests to be processed using createObject()
repeated .tracdap.api.MetadataWriteRequest createObjects = 2; -
getUpdateObjectsList
List<MetadataWriteRequest> getUpdateObjectsList()* Requests to be processed using updateObject()
repeated .tracdap.api.MetadataWriteRequest updateObjects = 3; -
getUpdateObjects
* Requests to be processed using updateObject()
repeated .tracdap.api.MetadataWriteRequest updateObjects = 3; -
getUpdateObjectsCount
int getUpdateObjectsCount()* Requests to be processed using updateObject()
repeated .tracdap.api.MetadataWriteRequest updateObjects = 3; -
getUpdateObjectsOrBuilderList
List<? extends MetadataWriteRequestOrBuilder> getUpdateObjectsOrBuilderList()* Requests to be processed using updateObject()
repeated .tracdap.api.MetadataWriteRequest updateObjects = 3; -
getUpdateObjectsOrBuilder
* Requests to be processed using updateObject()
repeated .tracdap.api.MetadataWriteRequest updateObjects = 3; -
getUpdateTagsList
List<MetadataWriteRequest> getUpdateTagsList()* Requests to be processed using updateTag()
repeated .tracdap.api.MetadataWriteRequest updateTags = 4; -
getUpdateTags
* Requests to be processed using updateTag()
repeated .tracdap.api.MetadataWriteRequest updateTags = 4; -
getUpdateTagsCount
int getUpdateTagsCount()* Requests to be processed using updateTag()
repeated .tracdap.api.MetadataWriteRequest updateTags = 4; -
getUpdateTagsOrBuilderList
List<? extends MetadataWriteRequestOrBuilder> getUpdateTagsOrBuilderList()* Requests to be processed using updateTag()
repeated .tracdap.api.MetadataWriteRequest updateTags = 4; -
getUpdateTagsOrBuilder
* Requests to be processed using updateTag()
repeated .tracdap.api.MetadataWriteRequest updateTags = 4; -
getPreallocateIdsList
List<MetadataWriteRequest> getPreallocateIdsList()* Requests to be processed using preallocateId() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest preallocateIds = 5; -
getPreallocateIds
* Requests to be processed using preallocateId() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest preallocateIds = 5; -
getPreallocateIdsCount
int getPreallocateIdsCount()* Requests to be processed using preallocateId() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest preallocateIds = 5; -
getPreallocateIdsOrBuilderList
List<? extends MetadataWriteRequestOrBuilder> getPreallocateIdsOrBuilderList()* Requests to be processed using preallocateId() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest preallocateIds = 5; -
getPreallocateIdsOrBuilder
* Requests to be processed using preallocateId() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest preallocateIds = 5; -
getCreatePreallocatedObjectsList
List<MetadataWriteRequest> getCreatePreallocatedObjectsList()* Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest createPreallocatedObjects = 6; -
getCreatePreallocatedObjects
* Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest createPreallocatedObjects = 6; -
getCreatePreallocatedObjectsCount
int getCreatePreallocatedObjectsCount()* Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest createPreallocatedObjects = 6; -
getCreatePreallocatedObjectsOrBuilderList
List<? extends MetadataWriteRequestOrBuilder> getCreatePreallocatedObjectsOrBuilderList()* Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest createPreallocatedObjects = 6; -
getCreatePreallocatedObjectsOrBuilder
* Requests to be processed using createPreallocatedObject() This request type is only available in the internal metadata API.
repeated .tracdap.api.MetadataWriteRequest createPreallocatedObjects = 6;
-