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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAutoAck()bool autoAck = 9;java.lang.StringgetBuiltin()If specified, this will refer to an archive that is already present in the servercom.google.protobuf.ByteStringgetBuiltinBytes()If specified, this will refer to an archive that is already present in the serverjava.lang.StringgetClassName()string className = 4;com.google.protobuf.ByteStringgetClassNameBytes()string className = 4;Function.FunctionDetails.ComponentTypegetComponentType().proto.FunctionDetails.ComponentType componentType = 18;intgetComponentTypeValue().proto.FunctionDetails.ComponentType componentType = 18;java.lang.StringgetCustomRuntimeOptions()string customRuntimeOptions = 19;com.google.protobuf.ByteStringgetCustomRuntimeOptionsBytes()string customRuntimeOptions = 19;java.lang.StringgetLogTopic()string logTopic = 5;com.google.protobuf.ByteStringgetLogTopicBytes()string logTopic = 5;java.lang.StringgetName()string name = 3;com.google.protobuf.ByteStringgetNameBytes()string name = 3;java.lang.StringgetNamespace()string namespace = 2;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 2;java.lang.StringgetPackageUrl()present only if function submitted with package-urlcom.google.protobuf.ByteStringgetPackageUrlBytes()present only if function submitted with package-urlintgetParallelism()int32 parallelism = 10;Function.ProcessingGuaranteesgetProcessingGuarantees().proto.ProcessingGuarantees processingGuarantees = 6;intgetProcessingGuaranteesValue().proto.ProcessingGuarantees processingGuarantees = 6;Function.ResourcesgetResources().proto.Resources resources = 13;Function.ResourcesOrBuildergetResourcesOrBuilder().proto.Resources resources = 13;booleangetRetainKeyOrdering()bool retainKeyOrdering = 22;booleangetRetainOrdering()bool retainOrdering = 21;Function.RetryDetailsgetRetryDetails().proto.RetryDetails retryDetails = 15;Function.RetryDetailsOrBuildergetRetryDetailsOrBuilder().proto.RetryDetails retryDetails = 15;Function.FunctionDetails.RuntimegetRuntime().proto.FunctionDetails.Runtime runtime = 8;java.lang.StringgetRuntimeFlags()string runtimeFlags = 17;com.google.protobuf.ByteStringgetRuntimeFlagsBytes()string runtimeFlags = 17;intgetRuntimeValue().proto.FunctionDetails.Runtime runtime = 8;java.lang.StringgetSecretsMap()string secretsMap = 16;com.google.protobuf.ByteStringgetSecretsMapBytes()string secretsMap = 16;Function.SinkSpecgetSink().proto.SinkSpec sink = 12;Function.SinkSpecOrBuildergetSinkOrBuilder().proto.SinkSpec sink = 12;Function.SourceSpecgetSource().proto.SourceSpec source = 11;Function.SourceSpecOrBuildergetSourceOrBuilder().proto.SourceSpec source = 11;Function.SubscriptionPositiongetSubscriptionPosition().proto.SubscriptionPosition subscriptionPosition = 23;intgetSubscriptionPositionValue().proto.SubscriptionPosition subscriptionPosition = 23;java.lang.StringgetTenant()string tenant = 1;com.google.protobuf.ByteStringgetTenantBytes()string tenant = 1;java.lang.StringgetUserConfig()string userConfig = 7;com.google.protobuf.ByteStringgetUserConfigBytes()string userConfig = 7;booleanhasResources().proto.Resources resources = 13;booleanhasRetryDetails().proto.RetryDetails retryDetails = 15;booleanhasSink().proto.SinkSpec sink = 12;booleanhasSource().proto.SourceSpec source = 11;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTenant
java.lang.String getTenant()
string tenant = 1;- Returns:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()
string tenant = 1;- Returns:
- The bytes for tenant.
-
getNamespace
java.lang.String getNamespace()
string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 2;- Returns:
- The bytes for namespace.
-
getName
java.lang.String getName()
string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 3;- Returns:
- The bytes for name.
-
getClassName
java.lang.String getClassName()
string className = 4;- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
string className = 4;- Returns:
- The bytes for className.
-
getLogTopic
java.lang.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
java.lang.String getUserConfig()
string userConfig = 7;- Returns:
- The userConfig.
-
getUserConfigBytes
com.google.protobuf.ByteString getUserConfigBytes()
string userConfig = 7;- Returns:
- The bytes for userConfig.
-
getSecretsMap
java.lang.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
boolean getAutoAck()
bool autoAck = 9;- 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
java.lang.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
java.lang.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
java.lang.String getCustomRuntimeOptions()
string customRuntimeOptions = 19;- Returns:
- The customRuntimeOptions.
-
getCustomRuntimeOptionsBytes
com.google.protobuf.ByteString getCustomRuntimeOptionsBytes()
string customRuntimeOptions = 19;- Returns:
- The bytes for customRuntimeOptions.
-
getBuiltin
java.lang.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.
-
-