public interface SignalZoneStateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.  | 
      
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()Required. The state signal to send for this zone.
 
 .google.cloud.gdchardwaremanagement.v1alpha.SignalZoneStateRequest.StateSignal state_signal = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
SignalZoneStateRequest.StateSignal | 
        The stateSignal.  | 
      
getStateSignalValue()
public abstract int getStateSignalValue()Required. The state signal to send for this zone.
 
 .google.cloud.gdchardwaremanagement.v1alpha.SignalZoneStateRequest.StateSignal state_signal = 3 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for stateSignal.  |