Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest.
A request to signal the state of a zone.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the zone.
Format:
projects/{project}/locations/{location}/zones/{zone}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the zone.
Format:
projects/{project}/locations/{location}/zones/{zone}
Returns
-
(::String) — Required. The name of the zone.
Format:
projects/{project}/locations/{location}/zones/{zone}
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. An optional unique identifier for this request. See AIP-155.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Optional. An optional unique identifier for this request. See AIP-155.
Returns
- (::String) — Optional. An optional unique identifier for this request. See AIP-155.
#state_signal
def state_signal() -> ::Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest::StateSignal
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest::StateSignal) — Required. The state signal to send for this zone.
#state_signal=
def state_signal=(value) -> ::Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest::StateSignal
Parameter
- value (::Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest::StateSignal) — Required. The state signal to send for this zone.
Returns
- (::Google::Cloud::GDCHardwareManagement::V1alpha::SignalZoneStateRequest::StateSignal) — Required. The state signal to send for this zone.