generated/google/apis/datastore_v1beta3/classes.rb in google-api-client-0.13.5 vs generated/google/apis/datastore_v1beta3/classes.rb in google-api-client-0.13.6
- old
+ new
@@ -332,16 +332,16 @@
# Corresponds to the JSON property `endTime`
# @return [String]
attr_accessor :end_time
# The client-assigned labels which were provided when the operation was
- # created. May also include additional labels.
+ # created. May also include additional labels.
# Corresponds to the JSON property `labels`
# @return [Hash<String,String>]
attr_accessor :labels
- # The type of the operation. Can be used as a filter in
+ # The type of the operation. Can be used as a filter in
# ListOperationsRequest.
# Corresponds to the JSON property `operationType`
# @return [String]
attr_accessor :operation_type
@@ -367,12 +367,12 @@
@start_time = args[:start_time] if args.key?(:start_time)
@state = args[:state] if args.key?(:state)
end
end
- # Identifies a subset of entities in a project. This is specified as
- # combinations of kind + namespace (either or both of which may be all, as
+ # Identifies a subset of entities in a project. This is specified as
+ # combinations of kinds and namespaces (either or both of which may be all, as
# described in the following examples).
# Example usage:
# Entire project:
# kinds=[], namespace_ids=[]
# Kinds Foo and Bar in all namespaces:
@@ -389,13 +389,13 @@
# If empty, then this represents all kinds.
# Corresponds to the JSON property `kinds`
# @return [Array<String>]
attr_accessor :kinds
- # An empty list represents all namespaces. This is the preferred
+ # An empty list represents all namespaces. This is the preferred
# usage for projects that don't use namespaces.
- # An empty string element represents the default namespace. This should be
+ # An empty string element represents the default namespace. This should be
# used if the project has data in non-default namespaces, but doesn't want to
# include them.
# Each namespace in this list must be unique.
# Corresponds to the JSON property `namespaceIds`
# @return [Array<String>]
@@ -419,12 +419,12 @@
# Metadata common to all Datastore Admin operations.
# Corresponds to the JSON property `common`
# @return [Google::Apis::DatastoreV1beta3::GoogleDatastoreAdminV1beta1CommonMetadata]
attr_accessor :common
- # Identifies a subset of entities in a project. This is specified as
- # combinations of kind + namespace (either or both of which may be all, as
+ # Identifies a subset of entities in a project. This is specified as
+ # combinations of kinds and namespaces (either or both of which may be all, as
# described in the following examples).
# Example usage:
# Entire project:
# kinds=[], namespace_ids=[]
# Kinds Foo and Bar in all namespaces:
@@ -502,12 +502,12 @@
# Metadata common to all Datastore Admin operations.
# Corresponds to the JSON property `common`
# @return [Google::Apis::DatastoreV1beta3::GoogleDatastoreAdminV1beta1CommonMetadata]
attr_accessor :common
- # Identifies a subset of entities in a project. This is specified as
- # combinations of kind + namespace (either or both of which may be all, as
+ # Identifies a subset of entities in a project. This is specified as
+ # combinations of kinds and namespaces (either or both of which may be all, as
# described in the following examples).
# Example usage:
# Entire project:
# kinds=[], namespace_ids=[]
# Kinds Foo and Bar in all namespaces:
@@ -555,15 +555,16 @@
# Measures the progress of a particular metric.
class GoogleDatastoreAdminV1beta1Progress
include Google::Apis::Core::Hashable
- # Note that this may be greater than work_estimated.
+ # The amount of work that has been completed. Note that this may be greater
+ # than work_estimated.
# Corresponds to the JSON property `workCompleted`
# @return [Fixnum]
attr_accessor :work_completed
- # An estimate of how much work needs to be performed. May be zero if the
+ # An estimate of how much work needs to be performed. May be zero if the
# work estimate is unavailable.
# Corresponds to the JSON property `workEstimated`
# @return [Fixnum]
attr_accessor :work_estimated