Interface Command.CommandMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Command.CommandMessage,Command.CommandMessage.Builder
- Enclosing class:
Command
public static interface Command.CommandMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.command_alert.ActionConfig actionConfig = 2;.command_alert.ActionConfig actionConfig = 2;.command_cluster_metadata.ClusterMetadata clusterMetadata = 4;.command_cluster_metadata.ClusterMetadata clusterMetadata = 4;.command.LicenseInfo licenseInfo = 1;.command.LicenseInfo licenseInfo = 1;.command_alert.MonitoringTriggerConfig monitoringTriggerConfig = 3;.command_alert.MonitoringTriggerConfig monitoringTriggerConfig = 3;boolean.command_alert.ActionConfig actionConfig = 2;boolean.command_cluster_metadata.ClusterMetadata clusterMetadata = 4;boolean.command.LicenseInfo licenseInfo = 1;boolean.command_alert.MonitoringTriggerConfig monitoringTriggerConfig = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLicenseInfo
boolean hasLicenseInfo().command.LicenseInfo licenseInfo = 1;- Returns:
- Whether the licenseInfo field is set.
-
getLicenseInfo
Command.LicenseInfo getLicenseInfo().command.LicenseInfo licenseInfo = 1;- Returns:
- The licenseInfo.
-
getLicenseInfoOrBuilder
Command.LicenseInfoOrBuilder getLicenseInfoOrBuilder().command.LicenseInfo licenseInfo = 1; -
hasActionConfig
boolean hasActionConfig().command_alert.ActionConfig actionConfig = 2;- Returns:
- Whether the actionConfig field is set.
-
getActionConfig
CommandAlert.ActionConfig getActionConfig().command_alert.ActionConfig actionConfig = 2;- Returns:
- The actionConfig.
-
getActionConfigOrBuilder
CommandAlert.ActionConfigOrBuilder getActionConfigOrBuilder().command_alert.ActionConfig actionConfig = 2; -
hasMonitoringTriggerConfig
boolean hasMonitoringTriggerConfig().command_alert.MonitoringTriggerConfig monitoringTriggerConfig = 3;- Returns:
- Whether the monitoringTriggerConfig field is set.
-
getMonitoringTriggerConfig
CommandAlert.MonitoringTriggerConfig getMonitoringTriggerConfig().command_alert.MonitoringTriggerConfig monitoringTriggerConfig = 3;- Returns:
- The monitoringTriggerConfig.
-
getMonitoringTriggerConfigOrBuilder
CommandAlert.MonitoringTriggerConfigOrBuilder getMonitoringTriggerConfigOrBuilder().command_alert.MonitoringTriggerConfig monitoringTriggerConfig = 3; -
hasClusterMetadata
boolean hasClusterMetadata().command_cluster_metadata.ClusterMetadata clusterMetadata = 4;- Returns:
- Whether the clusterMetadata field is set.
-
getClusterMetadata
CommandClusterMetadata.ClusterMetadata getClusterMetadata().command_cluster_metadata.ClusterMetadata clusterMetadata = 4;- Returns:
- The clusterMetadata.
-
getClusterMetadataOrBuilder
CommandClusterMetadata.ClusterMetadataOrBuilder getClusterMetadataOrBuilder().command_cluster_metadata.ClusterMetadata clusterMetadata = 4; -
getCommandCase
Command.CommandMessage.CommandCase getCommandCase()
-