Class: Google::Apis::MlV1::GoogleCloudMlV1ListLocationsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/ml_v1/classes.rb,
generated/google/apis/ml_v1/representations.rb,
generated/google/apis/ml_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleCloudMlV1ListLocationsResponse

Returns a new instance of GoogleCloudMlV1ListLocationsResponse



546
547
548
# File 'generated/google/apis/ml_v1/classes.rb', line 546

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#locationsArray<Google::Apis::MlV1::GoogleCloudMlV1Location>

Locations where at least one type of CMLE capability is available. Corresponds to the JSON property locations



538
539
540
# File 'generated/google/apis/ml_v1/classes.rb', line 538

def locations
  @locations
end

#next_page_tokenString

Optional. Pass this token as the page_token field of the request for a subsequent call. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


544
545
546
# File 'generated/google/apis/ml_v1/classes.rb', line 544

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



551
552
553
554
# File 'generated/google/apis/ml_v1/classes.rb', line 551

def update!(**args)
  @locations = args[:locations] if args.key?(:locations)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end