public static interface Function.FunctionDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoAck()
bool autoAck = 9; |
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; |
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; |
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; |
Function.FunctionDetails.Runtime |
getRuntime()
.proto.FunctionDetails.Runtime runtime = 8; |
int |
getRuntimeValue()
.proto.FunctionDetails.Runtime runtime = 8; |
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; |
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 |
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;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;Copyright © 2017–2018 Apache Software Foundation. All rights reserved.