Class: Google::Cloud::Compute::V1::GetRegionNetworkEndpointGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

A request message for RegionNetworkEndpointGroups.Get. See the method description for details.

Instance Attribute Summary collapse

Instance Attribute Details

#network_endpoint_group::String

Returns 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.



7912
7913
7914
7915
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7912

class GetRegionNetworkEndpointGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project::String

Returns Project ID for this request.

Returns:

  • (::String)

    Project ID for this request.



7912
7913
7914
7915
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7912

class GetRegionNetworkEndpointGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region::String

Returns 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.



7912
7913
7914
7915
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 7912

class GetRegionNetworkEndpointGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end