generated/google/apis/tpu_v1alpha1/classes.rb in google-api-client-0.30.8 vs generated/google/apis/tpu_v1alpha1/classes.rb in google-api-client-0.30.9
- old
+ new
@@ -78,18 +78,24 @@
# The next page token or empty if none.
# Corresponds to the JSON property `nextPageToken`
# @return [String]
attr_accessor :next_page_token
+ # Locations that could not be reached.
+ # Corresponds to the JSON property `unreachable`
+ # @return [Array<String>]
+ attr_accessor :unreachable
+
def initialize(**args)
update!(**args)
end
# Update properties of this object
def update!(**args)
@accelerator_types = args[:accelerator_types] if args.key?(:accelerator_types)
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
end
end
# The response message for Locations.ListLocations.
class ListLocationsResponse
@@ -184,17 +190,23 @@
# The listed nodes.
# Corresponds to the JSON property `tensorflowVersions`
# @return [Array<Google::Apis::TpuV1alpha1::TensorFlowVersion>]
attr_accessor :tensorflow_versions
+ # Locations that could not be reached.
+ # Corresponds to the JSON property `unreachable`
+ # @return [Array<String>]
+ attr_accessor :unreachable
+
def initialize(**args)
update!(**args)
end
# Update properties of this object
def update!(**args)
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
@tensorflow_versions = args[:tensorflow_versions] if args.key?(:tensorflow_versions)
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
end
end
# A resource that represents Google Cloud Platform location.
class Location