接口 Function.FunctionDetailsOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Function
public static interface Function.FunctionDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleanbool autoAck = 9;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;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getTenant
String getTenant()string tenant = 1;- 返回:
- The tenant.
-
getTenantBytes
com.google.protobuf.ByteString getTenantBytes()string tenant = 1;- 返回:
- The bytes for tenant.
-
getNamespace
String getNamespace()string namespace = 2;- 返回:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 2;- 返回:
- The bytes for namespace.
-
getName
String getName()string name = 3;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;- 返回:
- The bytes for name.
-
getClassName
String getClassName()string className = 4;- 返回:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()string className = 4;- 返回:
- The bytes for className.
-
getLogTopic
String getLogTopic()string logTopic = 5;- 返回:
- The logTopic.
-
getLogTopicBytes
com.google.protobuf.ByteString getLogTopicBytes()string logTopic = 5;- 返回:
- The bytes for logTopic.
-
getProcessingGuaranteesValue
int getProcessingGuaranteesValue().proto.ProcessingGuarantees processingGuarantees = 6;- 返回:
- The enum numeric value on the wire for processingGuarantees.
-
getProcessingGuarantees
Function.ProcessingGuarantees getProcessingGuarantees().proto.ProcessingGuarantees processingGuarantees = 6;- 返回:
- The processingGuarantees.
-
getUserConfig
String getUserConfig()string userConfig = 7;- 返回:
- The userConfig.
-
getUserConfigBytes
com.google.protobuf.ByteString getUserConfigBytes()string userConfig = 7;- 返回:
- The bytes for userConfig.
-
getSecretsMap
String getSecretsMap()string secretsMap = 16;- 返回:
- The secretsMap.
-
getSecretsMapBytes
com.google.protobuf.ByteString getSecretsMapBytes()string secretsMap = 16;- 返回:
- The bytes for secretsMap.
-
getRuntimeValue
int getRuntimeValue().proto.FunctionDetails.Runtime runtime = 8;- 返回:
- The enum numeric value on the wire for runtime.
-
getRuntime
Function.FunctionDetails.Runtime getRuntime().proto.FunctionDetails.Runtime runtime = 8;- 返回:
- The runtime.
-
getAutoAck
boolean getAutoAck()bool autoAck = 9;- 返回:
- The autoAck.
-
getParallelism
int getParallelism()int32 parallelism = 10;- 返回:
- The parallelism.
-
hasSource
boolean hasSource().proto.SourceSpec source = 11;- 返回:
- Whether the source field is set.
-
getSource
Function.SourceSpec getSource().proto.SourceSpec source = 11;- 返回:
- The source.
-
getSourceOrBuilder
Function.SourceSpecOrBuilder getSourceOrBuilder().proto.SourceSpec source = 11; -
hasSink
boolean hasSink().proto.SinkSpec sink = 12;- 返回:
- Whether the sink field is set.
-
getSink
Function.SinkSpec getSink().proto.SinkSpec sink = 12;- 返回:
- The sink.
-
getSinkOrBuilder
Function.SinkSpecOrBuilder getSinkOrBuilder().proto.SinkSpec sink = 12; -
hasResources
boolean hasResources().proto.Resources resources = 13;- 返回:
- Whether the resources field is set.
-
getResources
Function.Resources getResources().proto.Resources resources = 13;- 返回:
- The resources.
-
getResourcesOrBuilder
Function.ResourcesOrBuilder getResourcesOrBuilder().proto.Resources resources = 13; -
getPackageUrl
String getPackageUrl()present only if function submitted with package-url
string packageUrl = 14;- 返回:
- The packageUrl.
-
getPackageUrlBytes
com.google.protobuf.ByteString getPackageUrlBytes()present only if function submitted with package-url
string packageUrl = 14;- 返回:
- The bytes for packageUrl.
-
hasRetryDetails
boolean hasRetryDetails().proto.RetryDetails retryDetails = 15;- 返回:
- Whether the retryDetails field is set.
-
getRetryDetails
Function.RetryDetails getRetryDetails().proto.RetryDetails retryDetails = 15;- 返回:
- The retryDetails.
-
getRetryDetailsOrBuilder
Function.RetryDetailsOrBuilder getRetryDetailsOrBuilder().proto.RetryDetails retryDetails = 15; -
getRuntimeFlags
String getRuntimeFlags()string runtimeFlags = 17;- 返回:
- The runtimeFlags.
-
getRuntimeFlagsBytes
com.google.protobuf.ByteString getRuntimeFlagsBytes()string runtimeFlags = 17;- 返回:
- The bytes for runtimeFlags.
-
getComponentTypeValue
int getComponentTypeValue().proto.FunctionDetails.ComponentType componentType = 18;- 返回:
- The enum numeric value on the wire for componentType.
-
getComponentType
Function.FunctionDetails.ComponentType getComponentType().proto.FunctionDetails.ComponentType componentType = 18;- 返回:
- The componentType.
-
getCustomRuntimeOptions
String getCustomRuntimeOptions()string customRuntimeOptions = 19;- 返回:
- The customRuntimeOptions.
-
getCustomRuntimeOptionsBytes
com.google.protobuf.ByteString getCustomRuntimeOptionsBytes()string customRuntimeOptions = 19;- 返回:
- 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;- 返回:
- 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;- 返回:
- The bytes for builtin.
-
getRetainOrdering
boolean getRetainOrdering()bool retainOrdering = 21;- 返回:
- The retainOrdering.
-
getRetainKeyOrdering
boolean getRetainKeyOrdering()bool retainKeyOrdering = 22;- 返回:
- The retainKeyOrdering.
-
getSubscriptionPositionValue
int getSubscriptionPositionValue().proto.SubscriptionPosition subscriptionPosition = 23;- 返回:
- The enum numeric value on the wire for subscriptionPosition.
-
getSubscriptionPosition
Function.SubscriptionPosition getSubscriptionPosition().proto.SubscriptionPosition subscriptionPosition = 23;- 返回:
- The subscriptionPosition.
-