public interface SignalZoneStateRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDetails()
public abstract String getDetails()
Optional. Additional details, such as an error message when state_signal is FACTORY_TURNUP_CHECKS_FAILED.
string details = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The details. |
getDetailsBytes()
public abstract ByteString getDetailsBytes()
Optional. Additional details, such as an error message when state_signal is FACTORY_TURNUP_CHECKS_FAILED.
string details = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for details. |
getName()
public abstract String getName()
Required. The name of the zone.
Format: projects/{project}/locations/{location}/zones/{zone}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the zone.
Format: projects/{project}/locations/{location}/zones/{zone}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getProvisioningStateSignal()
public abstract SignalZoneStateRequest.ProvisioningStateSignal getProvisioningStateSignal()
Optional. The provisioning state signal to send for this zone. Either state_signal or provisioning_state_signal must be set, but not both.
.google.cloud.gdchardwaremanagement.v1alpha.SignalZoneStateRequest.ProvisioningStateSignal provisioning_state_signal = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SignalZoneStateRequest.ProvisioningStateSignal |
The provisioningStateSignal. |
getProvisioningStateSignalValue()
public abstract int getProvisioningStateSignalValue()
Optional. The provisioning state signal to send for this zone. Either state_signal or provisioning_state_signal must be set, but not both.
.google.cloud.gdchardwaremanagement.v1alpha.SignalZoneStateRequest.ProvisioningStateSignal provisioning_state_signal = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for provisioningStateSignal. |
getRequestId()
public abstract String getRequestId()
Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes()
Optional. An optional unique identifier for this request. See AIP-155.
string request_id = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for requestId. |
getStateSignal()
public abstract SignalZoneStateRequest.StateSignal getStateSignal()
Optional. The state signal to send for this zone. Either state_signal or provisioning_state_signal must be set, but not both.
.google.cloud.gdchardwaremanagement.v1alpha.SignalZoneStateRequest.StateSignal state_signal = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SignalZoneStateRequest.StateSignal |
The stateSignal. |
getStateSignalValue()
public abstract int getStateSignalValue()
Optional. The state signal to send for this zone. Either state_signal or provisioning_state_signal must be set, but not both.
.google.cloud.gdchardwaremanagement.v1alpha.SignalZoneStateRequest.StateSignal state_signal = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for stateSignal. |
getStep()
public abstract String getStep()
Optional. The step being executed. Provides a finer grained status when the state_signal is FACTORY_TURNUP_CHECKS_STARTED or FACTORY_TURNUP_CHECKS_FAILED.
string step = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The step. |
getStepBytes()
public abstract ByteString getStepBytes()
Optional. The step being executed. Provides a finer grained status when the state_signal is FACTORY_TURNUP_CHECKS_STARTED or FACTORY_TURNUP_CHECKS_FAILED.
string step = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for step. |