Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GetRegionNetworkEndpointGroupRequest.
A request message for RegionNetworkEndpointGroups.Get. See the method description for details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#network_endpoint_group
def network_endpoint_group() -> ::String
Returns
- (::String) — The name of the network endpoint group. It should comply with RFC1035.
#network_endpoint_group=
def network_endpoint_group=(value) -> ::String
Parameter
- value (::String) — The name of the network endpoint group. It should comply with RFC1035.
Returns
- (::String) — The name of the network endpoint group. It should comply with RFC1035.
#project
def project() -> ::String
Returns
- (::String) — Project ID for this request.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Project ID for this request.
Returns
- (::String) — Project ID for this request.
#region
def region() -> ::String
Returns
- (::String) — The name of the region where the network endpoint group is located. It should comply with RFC1035.
#region=
def region=(value) -> ::String
Parameter
- value (::String) — The name of the region where the network endpoint group is located. It should comply with RFC1035.
Returns
- (::String) — The name of the region where the network endpoint group is located. It should comply with RFC1035.