Package org.finos.tracdap.api
Interface MetadataGetRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetadataGetRequest,MetadataGetRequest.Builder
public interface MetadataGetRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetObjectId()string objectId = 3;com.google.protobuf.ByteStringgetObjectIdBytes()string objectId = 3;org.finos.tracdap.metadata.ObjectTypegetObjectType().tracdap.metadata.ObjectType objectType = 2;intgetObjectTypeValue().tracdap.metadata.ObjectType objectType = 2;intgetObjectVersion()optional int32 objectVersion = 4;intgetTagVersion()optional int32 tagVersion = 5;java.lang.StringgetTenant()string tenant = 1;com.google.protobuf.ByteStringgetTenantBytes()string tenant = 1;booleanhasObjectVersion()optional int32 objectVersion = 4;booleanhasTagVersion()optional int32 tagVersion = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTenant
java.lang.String getTenant()
string tenant = 1;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()
string tenant = 1;- Returns:
- The bytes for tenant.
-
getObjectTypeValue
int getObjectTypeValue()
.tracdap.metadata.ObjectType objectType = 2;- Returns:
- The enum numeric value on the wire for objectType.
-
getObjectType
org.finos.tracdap.metadata.ObjectType getObjectType()
.tracdap.metadata.ObjectType objectType = 2;- Returns:
- The objectType.
-
getObjectId
java.lang.String getObjectId()
string objectId = 3;- Returns:
- The objectId.
-
getObjectIdBytes
com.google.protobuf.ByteString getObjectIdBytes()
string objectId = 3;- Returns:
- The bytes for objectId.
-
hasObjectVersion
boolean hasObjectVersion()
optional int32 objectVersion = 4;- Returns:
- Whether the objectVersion field is set.
-
getObjectVersion
int getObjectVersion()
optional int32 objectVersion = 4;- Returns:
- The objectVersion.
-
hasTagVersion
boolean hasTagVersion()
optional int32 tagVersion = 5;- Returns:
- Whether the tagVersion field is set.
-
getTagVersion
int getTagVersion()
optional int32 tagVersion = 5;- Returns:
- The tagVersion.
-
-