public static interface Function.FunctionDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoAck()
bool autoAck = 9; |
String |
getBuiltin()
If specified, this will refer to an archive that is
already present in the server
|
com.google.protobuf.ByteString |
getBuiltinBytes()
If specified, this will refer to an archive that is
already present in the server
|
String |
getClassName()
string className = 4; |
com.google.protobuf.ByteString |
getClassNameBytes()
string className = 4; |
Function.FunctionDetails.ComponentType |
getComponentType()
.proto.FunctionDetails.ComponentType componentType = 18; |
int |
getComponentTypeValue()
.proto.FunctionDetails.ComponentType componentType = 18; |
String |
getCustomRuntimeOptions()
string customRuntimeOptions = 19; |
com.google.protobuf.ByteString |
getCustomRuntimeOptionsBytes()
string customRuntimeOptions = 19; |
String |
getExternalPulsarsMap()
string externalPulsarsMap = 24; |
com.google.protobuf.ByteString |
getExternalPulsarsMapBytes()
string externalPulsarsMap = 24; |
String |
getLogTopic()
string logTopic = 5; |
com.google.protobuf.ByteString |
getLogTopicBytes()
string logTopic = 5; |
String |
getName()
string name = 3; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 3; |
String |
getNamespace()
string namespace = 2; |
com.google.protobuf.ByteString |
getNamespaceBytes()
string namespace = 2; |
String |
getPackageUrl()
present only if function submitted with package-url
|
com.google.protobuf.ByteString |
getPackageUrlBytes()
present only if function submitted with package-url
|
int |
getParallelism()
int32 parallelism = 10; |
Function.ProcessingGuarantees |
getProcessingGuarantees()
.proto.ProcessingGuarantees processingGuarantees = 6; |
int |
getProcessingGuaranteesValue()
.proto.ProcessingGuarantees processingGuarantees = 6; |
Function.Resources |
getResources()
.proto.Resources resources = 13; |
Function.ResourcesOrBuilder |
getResourcesOrBuilder()
.proto.Resources resources = 13; |
boolean |
getRetainKeyOrdering()
bool retainKeyOrdering = 22; |
boolean |
getRetainOrdering()
bool retainOrdering = 21; |
Function.RetryDetails |
getRetryDetails()
.proto.RetryDetails retryDetails = 15; |
Function.RetryDetailsOrBuilder |
getRetryDetailsOrBuilder()
.proto.RetryDetails retryDetails = 15; |
Function.FunctionDetails.Runtime |
getRuntime()
.proto.FunctionDetails.Runtime runtime = 8; |
String |
getRuntimeFlags()
string runtimeFlags = 17; |
com.google.protobuf.ByteString |
getRuntimeFlagsBytes()
string runtimeFlags = 17; |
int |
getRuntimeValue()
.proto.FunctionDetails.Runtime runtime = 8; |
String |
getSecretsMap()
string secretsMap = 16; |
com.google.protobuf.ByteString |
getSecretsMapBytes()
string secretsMap = 16; |
Function.SinkSpec |
getSink()
.proto.SinkSpec sink = 12; |
Function.SinkSpecOrBuilder |
getSinkOrBuilder()
.proto.SinkSpec sink = 12; |
Function.SourceSpec |
getSource()
.proto.SourceSpec source = 11; |
Function.SourceSpecOrBuilder |
getSourceOrBuilder()
.proto.SourceSpec source = 11; |
Function.SubscriptionPosition |
getSubscriptionPosition()
.proto.SubscriptionPosition subscriptionPosition = 23; |
int |
getSubscriptionPositionValue()
.proto.SubscriptionPosition subscriptionPosition = 23; |
String |
getTenant()
string tenant = 1; |
com.google.protobuf.ByteString |
getTenantBytes()
string tenant = 1; |
String |
getUserConfig()
string userConfig = 7; |
com.google.protobuf.ByteString |
getUserConfigBytes()
string userConfig = 7; |
boolean |
hasResources()
.proto.Resources resources = 13; |
boolean |
hasRetryDetails()
.proto.RetryDetails retryDetails = 15; |
boolean |
hasSink()
.proto.SinkSpec sink = 12; |
boolean |
hasSource()
.proto.SourceSpec source = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTenant()
string tenant = 1;com.google.protobuf.ByteString getTenantBytes()
string tenant = 1;String getNamespace()
string namespace = 2;com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 2;String getName()
string name = 3;com.google.protobuf.ByteString getNameBytes()
string name = 3;String getClassName()
string className = 4;com.google.protobuf.ByteString getClassNameBytes()
string className = 4;String getLogTopic()
string logTopic = 5;com.google.protobuf.ByteString getLogTopicBytes()
string logTopic = 5;int getProcessingGuaranteesValue()
.proto.ProcessingGuarantees processingGuarantees = 6;Function.ProcessingGuarantees getProcessingGuarantees()
.proto.ProcessingGuarantees processingGuarantees = 6;String getUserConfig()
string userConfig = 7;com.google.protobuf.ByteString getUserConfigBytes()
string userConfig = 7;String getSecretsMap()
string secretsMap = 16;com.google.protobuf.ByteString getSecretsMapBytes()
string secretsMap = 16;int getRuntimeValue()
.proto.FunctionDetails.Runtime runtime = 8;Function.FunctionDetails.Runtime getRuntime()
.proto.FunctionDetails.Runtime runtime = 8;boolean getAutoAck()
bool autoAck = 9;int getParallelism()
int32 parallelism = 10;boolean hasSource()
.proto.SourceSpec source = 11;Function.SourceSpec getSource()
.proto.SourceSpec source = 11;Function.SourceSpecOrBuilder getSourceOrBuilder()
.proto.SourceSpec source = 11;boolean hasSink()
.proto.SinkSpec sink = 12;Function.SinkSpec getSink()
.proto.SinkSpec sink = 12;Function.SinkSpecOrBuilder getSinkOrBuilder()
.proto.SinkSpec sink = 12;boolean hasResources()
.proto.Resources resources = 13;Function.Resources getResources()
.proto.Resources resources = 13;Function.ResourcesOrBuilder getResourcesOrBuilder()
.proto.Resources resources = 13;String getPackageUrl()
present only if function submitted with package-url
string packageUrl = 14;com.google.protobuf.ByteString getPackageUrlBytes()
present only if function submitted with package-url
string packageUrl = 14;boolean hasRetryDetails()
.proto.RetryDetails retryDetails = 15;Function.RetryDetails getRetryDetails()
.proto.RetryDetails retryDetails = 15;Function.RetryDetailsOrBuilder getRetryDetailsOrBuilder()
.proto.RetryDetails retryDetails = 15;String getRuntimeFlags()
string runtimeFlags = 17;com.google.protobuf.ByteString getRuntimeFlagsBytes()
string runtimeFlags = 17;int getComponentTypeValue()
.proto.FunctionDetails.ComponentType componentType = 18;Function.FunctionDetails.ComponentType getComponentType()
.proto.FunctionDetails.ComponentType componentType = 18;String getCustomRuntimeOptions()
string customRuntimeOptions = 19;com.google.protobuf.ByteString getCustomRuntimeOptionsBytes()
string customRuntimeOptions = 19;String getBuiltin()
If specified, this will refer to an archive that is already present in the server
string builtin = 20;com.google.protobuf.ByteString getBuiltinBytes()
If specified, this will refer to an archive that is already present in the server
string builtin = 20;boolean getRetainOrdering()
bool retainOrdering = 21;boolean getRetainKeyOrdering()
bool retainKeyOrdering = 22;int getSubscriptionPositionValue()
.proto.SubscriptionPosition subscriptionPosition = 23;Function.SubscriptionPosition getSubscriptionPosition()
.proto.SubscriptionPosition subscriptionPosition = 23;String getExternalPulsarsMap()
string externalPulsarsMap = 24;com.google.protobuf.ByteString getExternalPulsarsMapBytes()
string externalPulsarsMap = 24;Copyright © 2017–2021 Apache Software Foundation. All rights reserved.