Interface Function.FunctionDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Function.FunctionDetails,Function.FunctionDetails.Builder
- Enclosing class:
- Function
public static interface Function.FunctionDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.proto.FunctionDetails.autoAck is deprecated.If specified, this will refer to an archive that is already present in the servercom.google.protobuf.ByteStringIf specified, this will refer to an archive that is already present in the serverstring className = 4;com.google.protobuf.ByteStringstring className = 4;.proto.FunctionDetails.ComponentType componentType = 18;int.proto.FunctionDetails.ComponentType componentType = 18;string customRuntimeOptions = 19;com.google.protobuf.ByteStringstring customRuntimeOptions = 19;string logTopic = 5;com.google.protobuf.ByteStringstring logTopic = 5;getName()string name = 3;com.google.protobuf.ByteStringstring name = 3;string namespace = 2;com.google.protobuf.ByteStringstring namespace = 2;present only if function submitted with package-urlcom.google.protobuf.ByteStringpresent only if function submitted with package-urlintint32 parallelism = 10;.proto.ProcessingGuarantees processingGuarantees = 6;int.proto.ProcessingGuarantees processingGuarantees = 6;.proto.Resources resources = 13;.proto.Resources resources = 13;booleanbool retainKeyOrdering = 22;booleanbool retainOrdering = 21;.proto.RetryDetails retryDetails = 15;.proto.RetryDetails retryDetails = 15;.proto.FunctionDetails.Runtime runtime = 8;string runtimeFlags = 17;com.google.protobuf.ByteStringstring runtimeFlags = 17;int.proto.FunctionDetails.Runtime runtime = 8;string secretsMap = 16;com.google.protobuf.ByteStringstring secretsMap = 16;getSink().proto.SinkSpec sink = 12;.proto.SinkSpec sink = 12;.proto.SourceSpec source = 11;.proto.SourceSpec source = 11;.proto.SubscriptionPosition subscriptionPosition = 23;int.proto.SubscriptionPosition subscriptionPosition = 23;string tenant = 1;com.google.protobuf.ByteStringstring tenant = 1;string userConfig = 7;com.google.protobuf.ByteStringstring userConfig = 7;boolean.proto.Resources resources = 13;boolean.proto.RetryDetails retryDetails = 15;booleanhasSink().proto.SinkSpec sink = 12;boolean.proto.SourceSpec source = 11;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()string tenant = 1;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()string tenant = 1;- Returns:
- The bytes for tenant.
-
getNamespace
String getNamespace()string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 2;- Returns:
- The bytes for namespace.
-
getName
String getName()string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;- Returns:
- The bytes for name.
-
getClassName
String getClassName()string className = 4;- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()string className = 4;- Returns:
- The bytes for className.
-
getLogTopic
String getLogTopic()string logTopic = 5;- Returns:
- The logTopic.
-
getLogTopicBytes
com.google.protobuf.ByteString getLogTopicBytes()string logTopic = 5;- Returns:
- The bytes for logTopic.
-
getProcessingGuaranteesValue
int getProcessingGuaranteesValue().proto.ProcessingGuarantees processingGuarantees = 6;- Returns:
- The enum numeric value on the wire for processingGuarantees.
-
getProcessingGuarantees
Function.ProcessingGuarantees getProcessingGuarantees().proto.ProcessingGuarantees processingGuarantees = 6;- Returns:
- The processingGuarantees.
-
getUserConfig
String getUserConfig()string userConfig = 7;- Returns:
- The userConfig.
-
getUserConfigBytes
com.google.protobuf.ByteString getUserConfigBytes()string userConfig = 7;- Returns:
- The bytes for userConfig.
-
getSecretsMap
String getSecretsMap()string secretsMap = 16;- Returns:
- The secretsMap.
-
getSecretsMapBytes
com.google.protobuf.ByteString getSecretsMapBytes()string secretsMap = 16;- Returns:
- The bytes for secretsMap.
-
getRuntimeValue
int getRuntimeValue().proto.FunctionDetails.Runtime runtime = 8;- Returns:
- The enum numeric value on the wire for runtime.
-
getRuntime
Function.FunctionDetails.Runtime getRuntime().proto.FunctionDetails.Runtime runtime = 8;- Returns:
- The runtime.
-
getAutoAck
Deprecated.proto.FunctionDetails.autoAck is deprecated. See Function.proto;l=84Deprecated since, see https://github.com/apache/pulsar/issues/15560
bool autoAck = 9 [deprecated = true];- Returns:
- The autoAck.
-
getParallelism
int getParallelism()int32 parallelism = 10;- Returns:
- The parallelism.
-
hasSource
boolean hasSource().proto.SourceSpec source = 11;- Returns:
- Whether the source field is set.
-
getSource
Function.SourceSpec getSource().proto.SourceSpec source = 11;- Returns:
- The source.
-
getSourceOrBuilder
Function.SourceSpecOrBuilder getSourceOrBuilder().proto.SourceSpec source = 11; -
hasSink
boolean hasSink().proto.SinkSpec sink = 12;- Returns:
- Whether the sink field is set.
-
getSink
Function.SinkSpec getSink().proto.SinkSpec sink = 12;- Returns:
- The sink.
-
getSinkOrBuilder
Function.SinkSpecOrBuilder getSinkOrBuilder().proto.SinkSpec sink = 12; -
hasResources
boolean hasResources().proto.Resources resources = 13;- Returns:
- Whether the resources field is set.
-
getResources
Function.Resources getResources().proto.Resources resources = 13;- Returns:
- The resources.
-
getResourcesOrBuilder
Function.ResourcesOrBuilder getResourcesOrBuilder().proto.Resources resources = 13; -
getPackageUrl
String getPackageUrl()present only if function submitted with package-url
string packageUrl = 14;- Returns:
- The packageUrl.
-
getPackageUrlBytes
com.google.protobuf.ByteString getPackageUrlBytes()present only if function submitted with package-url
string packageUrl = 14;- Returns:
- The bytes for packageUrl.
-
hasRetryDetails
boolean hasRetryDetails().proto.RetryDetails retryDetails = 15;- Returns:
- Whether the retryDetails field is set.
-
getRetryDetails
Function.RetryDetails getRetryDetails().proto.RetryDetails retryDetails = 15;- Returns:
- The retryDetails.
-
getRetryDetailsOrBuilder
Function.RetryDetailsOrBuilder getRetryDetailsOrBuilder().proto.RetryDetails retryDetails = 15; -
getRuntimeFlags
String getRuntimeFlags()string runtimeFlags = 17;- Returns:
- The runtimeFlags.
-
getRuntimeFlagsBytes
com.google.protobuf.ByteString getRuntimeFlagsBytes()string runtimeFlags = 17;- Returns:
- The bytes for runtimeFlags.
-
getComponentTypeValue
int getComponentTypeValue().proto.FunctionDetails.ComponentType componentType = 18;- Returns:
- The enum numeric value on the wire for componentType.
-
getComponentType
Function.FunctionDetails.ComponentType getComponentType().proto.FunctionDetails.ComponentType componentType = 18;- Returns:
- The componentType.
-
getCustomRuntimeOptions
String getCustomRuntimeOptions()string customRuntimeOptions = 19;- Returns:
- The customRuntimeOptions.
-
getCustomRuntimeOptionsBytes
com.google.protobuf.ByteString getCustomRuntimeOptionsBytes()string customRuntimeOptions = 19;- Returns:
- The bytes for customRuntimeOptions.
-
getBuiltin
String getBuiltin()If specified, this will refer to an archive that is already present in the server
string builtin = 20;- Returns:
- The builtin.
-
getBuiltinBytes
com.google.protobuf.ByteString getBuiltinBytes()If specified, this will refer to an archive that is already present in the server
string builtin = 20;- Returns:
- The bytes for builtin.
-
getRetainOrdering
boolean getRetainOrdering()bool retainOrdering = 21;- Returns:
- The retainOrdering.
-
getRetainKeyOrdering
boolean getRetainKeyOrdering()bool retainKeyOrdering = 22;- Returns:
- The retainKeyOrdering.
-
getSubscriptionPositionValue
int getSubscriptionPositionValue().proto.SubscriptionPosition subscriptionPosition = 23;- Returns:
- The enum numeric value on the wire for subscriptionPosition.
-
getSubscriptionPosition
Function.SubscriptionPosition getSubscriptionPosition().proto.SubscriptionPosition subscriptionPosition = 23;- Returns:
- The subscriptionPosition.
-