Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::UrlList (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::UrlList.

UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — Optional. Free-text description of the resource.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. Free-text description of the resource.
Returns
  • (::String) — Optional. Free-text description of the resource.

#name

def name() -> ::String
Returns
  • (::String) — Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
Returns
  • (::String) — Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#values

def values() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. FQDNs and URLs.

#values=

def values=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. FQDNs and URLs.
Returns
  • (::Array<::String>) — Required. FQDNs and URLs.