com.dimajix.flowman.kernel.proto.ResourceIdentifierOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package com.dimajix.flowman.kernel.proto;
public interface ResourceIdentifierOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.dimajix.flowman.kernel.ResourceIdentifier)
com.google.protobuf.MessageOrBuilder {
/**
* string category = 1;
* @return The category.
*/
java.lang.String getCategory();
/**
* string category = 1;
* @return The bytes for category.
*/
com.dimajix.shaded.protobuf.ByteString
getCategoryBytes();
/**
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2;
* @return The bytes for name.
*/
com.dimajix.shaded.protobuf.ByteString
getNameBytes();
/**
* map<string, string> partition = 3;
*/
int getPartitionCount();
/**
* map<string, string> partition = 3;
*/
boolean containsPartition(
java.lang.String key);
/**
* Use {@link #getPartitionMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getPartition();
/**
* map<string, string> partition = 3;
*/
java.util.Map
getPartitionMap();
/**
* map<string, string> partition = 3;
*/
/* nullable */
java.lang.String getPartitionOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
* map<string, string> partition = 3;
*/
java.lang.String getPartitionOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy