Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::DeleteNodePoolRequest.
Deletes a node pool.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The resource name of the node pool.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the node pool.
Returns
- (::String) — Required. The resource name of the node pool.
#request_id
def request_id() -> ::String
Returns
-
(::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
Returns
-
(::String) — A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.