public static final class Function.FunctionDetails extends com.google.protobuf.GeneratedMessageV3 implements Function.FunctionDetailsOrBuilder
proto.FunctionDetails| Modifier and Type | Class and Description |
|---|---|
static class |
Function.FunctionDetails.Builder
Protobuf type
proto.FunctionDetails |
static class |
Function.FunctionDetails.ComponentType
Protobuf enum
proto.FunctionDetails.ComponentType |
static class |
Function.FunctionDetails.Runtime
Protobuf enum
proto.FunctionDetails.Runtime |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOACK_FIELD_NUMBER |
static int |
BUILTIN_FIELD_NUMBER |
static int |
CLASSNAME_FIELD_NUMBER |
static int |
COMPONENTTYPE_FIELD_NUMBER |
static int |
CUSTOMRUNTIMEOPTIONS_FIELD_NUMBER |
static int |
LOGTOPIC_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static int |
PACKAGEURL_FIELD_NUMBER |
static int |
PARALLELISM_FIELD_NUMBER |
static int |
PROCESSINGGUARANTEES_FIELD_NUMBER |
static int |
RESOURCES_FIELD_NUMBER |
static int |
RETAINKEYORDERING_FIELD_NUMBER |
static int |
RETAINORDERING_FIELD_NUMBER |
static int |
RETRYDETAILS_FIELD_NUMBER |
static int |
RUNTIME_FIELD_NUMBER |
static int |
RUNTIMEFLAGS_FIELD_NUMBER |
static int |
SECRETSMAP_FIELD_NUMBER |
static int |
SINK_FIELD_NUMBER |
static int |
SOURCE_FIELD_NUMBER |
static int |
SUBSCRIPTIONPOSITION_FIELD_NUMBER |
static int |
TENANT_FIELD_NUMBER |
static int |
USERCONFIG_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static Function.FunctionDetails |
getDefaultInstance() |
Function.FunctionDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<Function.FunctionDetails> |
getParserForType() |
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; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUserConfig()
string userConfig = 7; |
com.google.protobuf.ByteString |
getUserConfigBytes()
string userConfig = 7; |
int |
hashCode() |
boolean |
hasResources()
.proto.Resources resources = 13; |
boolean |
hasRetryDetails()
.proto.RetryDetails retryDetails = 15; |
boolean |
hasSink()
.proto.SinkSpec sink = 12; |
boolean |
hasSource()
.proto.SourceSpec source = 11; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Function.FunctionDetails.Builder |
newBuilder() |
static Function.FunctionDetails.Builder |
newBuilder(Function.FunctionDetails prototype) |
Function.FunctionDetails.Builder |
newBuilderForType() |
protected Function.FunctionDetails.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Function.FunctionDetails |
parseDelimitedFrom(InputStream input) |
static Function.FunctionDetails |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Function.FunctionDetails |
parseFrom(byte[] data) |
static Function.FunctionDetails |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Function.FunctionDetails |
parseFrom(ByteBuffer data) |
static Function.FunctionDetails |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Function.FunctionDetails |
parseFrom(com.google.protobuf.ByteString data) |
static Function.FunctionDetails |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Function.FunctionDetails |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Function.FunctionDetails |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Function.FunctionDetails |
parseFrom(InputStream input) |
static Function.FunctionDetails |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Function.FunctionDetails> |
parser() |
Function.FunctionDetails.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TENANT_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int CLASSNAME_FIELD_NUMBER
public static final int LOGTOPIC_FIELD_NUMBER
public static final int PROCESSINGGUARANTEES_FIELD_NUMBER
public static final int USERCONFIG_FIELD_NUMBER
public static final int SECRETSMAP_FIELD_NUMBER
public static final int RUNTIME_FIELD_NUMBER
public static final int AUTOACK_FIELD_NUMBER
public static final int PARALLELISM_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
public static final int SINK_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
public static final int PACKAGEURL_FIELD_NUMBER
public static final int RETRYDETAILS_FIELD_NUMBER
public static final int RUNTIMEFLAGS_FIELD_NUMBER
public static final int COMPONENTTYPE_FIELD_NUMBER
public static final int CUSTOMRUNTIMEOPTIONS_FIELD_NUMBER
public static final int BUILTIN_FIELD_NUMBER
public static final int RETAINORDERING_FIELD_NUMBER
public static final int RETAINKEYORDERING_FIELD_NUMBER
public static final int SUBSCRIPTIONPOSITION_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getTenant()
string tenant = 1;getTenant in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getTenantBytes()
string tenant = 1;getTenantBytes in interface Function.FunctionDetailsOrBuilderpublic String getNamespace()
string namespace = 2;getNamespace in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 2;getNamespaceBytes in interface Function.FunctionDetailsOrBuilderpublic String getName()
string name = 3;getName in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 3;getNameBytes in interface Function.FunctionDetailsOrBuilderpublic String getClassName()
string className = 4;getClassName in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getClassNameBytes()
string className = 4;getClassNameBytes in interface Function.FunctionDetailsOrBuilderpublic String getLogTopic()
string logTopic = 5;getLogTopic in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getLogTopicBytes()
string logTopic = 5;getLogTopicBytes in interface Function.FunctionDetailsOrBuilderpublic int getProcessingGuaranteesValue()
.proto.ProcessingGuarantees processingGuarantees = 6;getProcessingGuaranteesValue in interface Function.FunctionDetailsOrBuilderpublic Function.ProcessingGuarantees getProcessingGuarantees()
.proto.ProcessingGuarantees processingGuarantees = 6;getProcessingGuarantees in interface Function.FunctionDetailsOrBuilderpublic String getUserConfig()
string userConfig = 7;getUserConfig in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getUserConfigBytes()
string userConfig = 7;getUserConfigBytes in interface Function.FunctionDetailsOrBuilderpublic String getSecretsMap()
string secretsMap = 16;getSecretsMap in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getSecretsMapBytes()
string secretsMap = 16;getSecretsMapBytes in interface Function.FunctionDetailsOrBuilderpublic int getRuntimeValue()
.proto.FunctionDetails.Runtime runtime = 8;getRuntimeValue in interface Function.FunctionDetailsOrBuilderpublic Function.FunctionDetails.Runtime getRuntime()
.proto.FunctionDetails.Runtime runtime = 8;getRuntime in interface Function.FunctionDetailsOrBuilderpublic boolean getAutoAck()
bool autoAck = 9;getAutoAck in interface Function.FunctionDetailsOrBuilderpublic int getParallelism()
int32 parallelism = 10;getParallelism in interface Function.FunctionDetailsOrBuilderpublic boolean hasSource()
.proto.SourceSpec source = 11;hasSource in interface Function.FunctionDetailsOrBuilderpublic Function.SourceSpec getSource()
.proto.SourceSpec source = 11;getSource in interface Function.FunctionDetailsOrBuilderpublic Function.SourceSpecOrBuilder getSourceOrBuilder()
.proto.SourceSpec source = 11;getSourceOrBuilder in interface Function.FunctionDetailsOrBuilderpublic boolean hasSink()
.proto.SinkSpec sink = 12;hasSink in interface Function.FunctionDetailsOrBuilderpublic Function.SinkSpec getSink()
.proto.SinkSpec sink = 12;getSink in interface Function.FunctionDetailsOrBuilderpublic Function.SinkSpecOrBuilder getSinkOrBuilder()
.proto.SinkSpec sink = 12;getSinkOrBuilder in interface Function.FunctionDetailsOrBuilderpublic boolean hasResources()
.proto.Resources resources = 13;hasResources in interface Function.FunctionDetailsOrBuilderpublic Function.Resources getResources()
.proto.Resources resources = 13;getResources in interface Function.FunctionDetailsOrBuilderpublic Function.ResourcesOrBuilder getResourcesOrBuilder()
.proto.Resources resources = 13;getResourcesOrBuilder in interface Function.FunctionDetailsOrBuilderpublic String getPackageUrl()
present only if function submitted with package-url
string packageUrl = 14;getPackageUrl in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getPackageUrlBytes()
present only if function submitted with package-url
string packageUrl = 14;getPackageUrlBytes in interface Function.FunctionDetailsOrBuilderpublic boolean hasRetryDetails()
.proto.RetryDetails retryDetails = 15;hasRetryDetails in interface Function.FunctionDetailsOrBuilderpublic Function.RetryDetails getRetryDetails()
.proto.RetryDetails retryDetails = 15;getRetryDetails in interface Function.FunctionDetailsOrBuilderpublic Function.RetryDetailsOrBuilder getRetryDetailsOrBuilder()
.proto.RetryDetails retryDetails = 15;getRetryDetailsOrBuilder in interface Function.FunctionDetailsOrBuilderpublic String getRuntimeFlags()
string runtimeFlags = 17;getRuntimeFlags in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getRuntimeFlagsBytes()
string runtimeFlags = 17;getRuntimeFlagsBytes in interface Function.FunctionDetailsOrBuilderpublic int getComponentTypeValue()
.proto.FunctionDetails.ComponentType componentType = 18;getComponentTypeValue in interface Function.FunctionDetailsOrBuilderpublic Function.FunctionDetails.ComponentType getComponentType()
.proto.FunctionDetails.ComponentType componentType = 18;getComponentType in interface Function.FunctionDetailsOrBuilderpublic String getCustomRuntimeOptions()
string customRuntimeOptions = 19;getCustomRuntimeOptions in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getCustomRuntimeOptionsBytes()
string customRuntimeOptions = 19;getCustomRuntimeOptionsBytes in interface Function.FunctionDetailsOrBuilderpublic String getBuiltin()
If specified, this will refer to an archive that is already present in the server
string builtin = 20;getBuiltin in interface Function.FunctionDetailsOrBuilderpublic com.google.protobuf.ByteString getBuiltinBytes()
If specified, this will refer to an archive that is already present in the server
string builtin = 20;getBuiltinBytes in interface Function.FunctionDetailsOrBuilderpublic boolean getRetainOrdering()
bool retainOrdering = 21;getRetainOrdering in interface Function.FunctionDetailsOrBuilderpublic boolean getRetainKeyOrdering()
bool retainKeyOrdering = 22;getRetainKeyOrdering in interface Function.FunctionDetailsOrBuilderpublic int getSubscriptionPositionValue()
.proto.SubscriptionPosition subscriptionPosition = 23;getSubscriptionPositionValue in interface Function.FunctionDetailsOrBuilderpublic Function.SubscriptionPosition getSubscriptionPosition()
.proto.SubscriptionPosition subscriptionPosition = 23;getSubscriptionPosition in interface Function.FunctionDetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Function.FunctionDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Function.FunctionDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Function.FunctionDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Function.FunctionDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Function.FunctionDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Function.FunctionDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Function.FunctionDetails parseFrom(InputStream input) throws IOException
IOExceptionpublic static Function.FunctionDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Function.FunctionDetails parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Function.FunctionDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Function.FunctionDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Function.FunctionDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Function.FunctionDetails.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Function.FunctionDetails.Builder newBuilder()
public static Function.FunctionDetails.Builder newBuilder(Function.FunctionDetails prototype)
public Function.FunctionDetails.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Function.FunctionDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Function.FunctionDetails getDefaultInstance()
public static com.google.protobuf.Parser<Function.FunctionDetails> parser()
public com.google.protobuf.Parser<Function.FunctionDetails> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Function.FunctionDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2017–2022 Apache Software Foundation. All rights reserved.