Interface OrchestratorService.ParentInstanceInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrchestratorService.ParentInstanceInfo,OrchestratorService.ParentInstanceInfo.Builder
- Enclosing class:
- OrchestratorService
public static interface OrchestratorService.ParentInstanceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StringValuegetName().google.protobuf.StringValue name = 2;com.google.protobuf.StringValueOrBuildergetNameOrBuilder().google.protobuf.StringValue name = 2;OrchestratorService.OrchestrationInstancegetOrchestrationInstance().OrchestrationInstance orchestrationInstance = 4;OrchestratorService.OrchestrationInstanceOrBuildergetOrchestrationInstanceOrBuilder().OrchestrationInstance orchestrationInstance = 4;intgetTaskScheduledId()int32 taskScheduledId = 1;com.google.protobuf.StringValuegetVersion().google.protobuf.StringValue version = 3;com.google.protobuf.StringValueOrBuildergetVersionOrBuilder().google.protobuf.StringValue version = 3;booleanhasName().google.protobuf.StringValue name = 2;booleanhasOrchestrationInstance().OrchestrationInstance orchestrationInstance = 4;booleanhasVersion().google.protobuf.StringValue version = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTaskScheduledId
int getTaskScheduledId()
int32 taskScheduledId = 1;- Returns:
- The taskScheduledId.
-
hasName
boolean hasName()
.google.protobuf.StringValue name = 2;- Returns:
- Whether the name field is set.
-
getName
com.google.protobuf.StringValue getName()
.google.protobuf.StringValue name = 2;- Returns:
- The name.
-
getNameOrBuilder
com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
.google.protobuf.StringValue name = 2;
-
hasVersion
boolean hasVersion()
.google.protobuf.StringValue version = 3;- Returns:
- Whether the version field is set.
-
getVersion
com.google.protobuf.StringValue getVersion()
.google.protobuf.StringValue version = 3;- Returns:
- The version.
-
getVersionOrBuilder
com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
.google.protobuf.StringValue version = 3;
-
hasOrchestrationInstance
boolean hasOrchestrationInstance()
.OrchestrationInstance orchestrationInstance = 4;- Returns:
- Whether the orchestrationInstance field is set.
-
getOrchestrationInstance
OrchestratorService.OrchestrationInstance getOrchestrationInstance()
.OrchestrationInstance orchestrationInstance = 4;- Returns:
- The orchestrationInstance.
-
getOrchestrationInstanceOrBuilder
OrchestratorService.OrchestrationInstanceOrBuilder getOrchestrationInstanceOrBuilder()
.OrchestrationInstance orchestrationInstance = 4;
-
-