Package io.dapr.v1
Interface DaprProtos.GetWorkflowResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.GetWorkflowResponse
,DaprProtos.GetWorkflowResponse.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.GetWorkflowResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsMetadata(String key)
map<string, string> metadata = 3;
String
getInstanceId()
string instance_id = 1;
com.google.protobuf.ByteString
getInstanceIdBytes()
string instance_id = 1;
Map<String,String>
getMetadata()
Deprecated.int
getMetadataCount()
map<string, string> metadata = 3;
Map<String,String>
getMetadataMap()
map<string, string> metadata = 3;
String
getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 3;
String
getMetadataOrThrow(String key)
map<string, string> metadata = 3;
long
getStartTime()
int64 start_time = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceId
String getInstanceId()
string instance_id = 1;
- Returns:
- The instanceId.
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
string instance_id = 1;
- Returns:
- The bytes for instanceId.
-
getStartTime
long getStartTime()
int64 start_time = 2;
- Returns:
- The startTime.
-
getMetadataCount
int getMetadataCount()
map<string, string> metadata = 3;
-
containsMetadata
boolean containsMetadata(String key)
map<string, string> metadata = 3;
-
getMetadata
@Deprecated Map<String,String> getMetadata()
Deprecated.UsegetMetadataMap()
instead.
-
getMetadataOrDefault
String getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 3;
-
-