Class: Google::Cloud::Metastore::V1::NetworkConfig::Consumer

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

Overview

Contains information of the customer's network configurations.

Next available ID: 5

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_location::String (readonly)

Returns Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}.



379
380
381
382
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 379

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

#endpoint_uri::String (readonly)

Returns Output only. The URI of the endpoint used to access the metastore service.

Returns:

  • (::String)

    Output only. The URI of the endpoint used to access the metastore service.



379
380
381
382
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 379

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

#subnetwork::String

Returns Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:

projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}.

Returns:

  • (::String)

    Immutable. The subnetwork of the customer project from which an IP address is reserved and used as the Dataproc Metastore service's endpoint. It is accessible to hosts in the subnet and to all hosts in a subnet in the same region and same network. There must be at least one IP address available in the subnet's primary range. The subnet is specified in the following form:

    projects/{project_number}/regions/{region_id}/subnetworks/{subnetwork_id}



379
380
381
382
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 379

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