generated/google/apis/streetviewpublish_v1/classes.rb in google-api-client-0.28.4 vs generated/google/apis/streetviewpublish_v1/classes.rb in google-api-client-0.28.5
- old
+ new
@@ -24,12 +24,12 @@
# Request to delete multiple Photos.
class BatchDeletePhotosRequest
include Google::Apis::Core::Hashable
- # Required. IDs of the Photos. For HTTP
- # GET requests, the URL query parameter should be
+ # Required. IDs of the Photos. HTTP
+ # GET requests require the following syntax for the URL query parameter:
# `photoIds=<id1>&photoIds=<id2>&...`.
# Corresponds to the JSON property `photoIds`
# @return [Array<String>]
attr_accessor :photo_ids
@@ -233,13 +233,13 @@
# results in the list.
# Corresponds to the JSON property `nextPageToken`
# @return [String]
attr_accessor :next_page_token
- # List of photos. The maximum number of items returned is based on the
+ # List of photos. The
# pageSize field
- # in the request.
+ # in the request determines the number of items returned.
# Corresponds to the JSON property `photos`
# @return [Array<Google::Apis::StreetviewpublishV1::Photo>]
attr_accessor :photos
def initialize(**args)
@@ -264,18 +264,18 @@
# Corresponds to the JSON property `done`
# @return [Boolean]
attr_accessor :done
alias_method :done?, :done
- # The `Status` type defines a logical error model that is suitable for different
- # programming environments, including REST APIs and RPC APIs. It is used by
- # [gRPC](https://github.com/grpc). The error model is designed to be:
+ # The `Status` type defines a logical error model that is suitable for
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). The error model is designed to be:
# - Simple to use and understand for most users
# - Flexible enough to meet unexpected needs
# # Overview
- # The `Status` message contains three pieces of data: error code, error message,
- # and error details. The error code should be an enum value of
+ # The `Status` message contains three pieces of data: error code, error
+ # message, and error details. The error code should be an enum value of
# google.rpc.Code, but it may accept additional error codes if needed. The
# error message should be a developer-facing English message that helps
# developers *understand* and *resolve* the error. If a localized user-facing
# error message is needed, put the localized message in the error details or
# localize it in the client. The optional error details may contain arbitrary
@@ -374,12 +374,12 @@
# PhotoView.INCLUDE_DOWNLOAD_URL.
# Corresponds to the JSON property `downloadUrl`
# @return [String]
attr_accessor :download_url
- # Output only. Status in Google Maps, whether this photo was published, or
- # rejected for a possibly specified reason.
+ # Output only. Status in Google Maps, whether this photo was published or
+ # rejected.
# Corresponds to the JSON property `mapsPublishStatus`
# @return [String]
attr_accessor :maps_publish_status
# Identifier for a Photo.
@@ -474,18 +474,18 @@
# Photo is used to store 360 photos along with photo metadata.
# Corresponds to the JSON property `photo`
# @return [Google::Apis::StreetviewpublishV1::Photo]
attr_accessor :photo
- # The `Status` type defines a logical error model that is suitable for different
- # programming environments, including REST APIs and RPC APIs. It is used by
- # [gRPC](https://github.com/grpc). The error model is designed to be:
+ # The `Status` type defines a logical error model that is suitable for
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). The error model is designed to be:
# - Simple to use and understand for most users
# - Flexible enough to meet unexpected needs
# # Overview
- # The `Status` message contains three pieces of data: error code, error message,
- # and error details. The error code should be an enum value of
+ # The `Status` message contains three pieces of data: error code, error
+ # message, and error details. The error code should be an enum value of
# google.rpc.Code, but it may accept additional error codes if needed. The
# error message should be a developer-facing English message that helps
# developers *understand* and *resolve* the error. If a localized user-facing
# error message is needed, put the localized message in the error details or
# localize it in the client. The optional error details may contain arbitrary
@@ -634,18 +634,18 @@
@pitch = args[:pitch] if args.key?(:pitch)
@roll = args[:roll] if args.key?(:roll)
end
end
- # The `Status` type defines a logical error model that is suitable for different
- # programming environments, including REST APIs and RPC APIs. It is used by
- # [gRPC](https://github.com/grpc). The error model is designed to be:
+ # The `Status` type defines a logical error model that is suitable for
+ # different programming environments, including REST APIs and RPC APIs. It is
+ # used by [gRPC](https://github.com/grpc). The error model is designed to be:
# - Simple to use and understand for most users
# - Flexible enough to meet unexpected needs
# # Overview
- # The `Status` message contains three pieces of data: error code, error message,
- # and error details. The error code should be an enum value of
+ # The `Status` message contains three pieces of data: error code, error
+ # message, and error details. The error code should be an enum value of
# google.rpc.Code, but it may accept additional error codes if needed. The
# error message should be a developer-facing English message that helps
# developers *understand* and *resolve* the error. If a localized user-facing
# error message is needed, put the localized message in the error details or
# localize it in the client. The optional error details may contain arbitrary
@@ -719,11 +719,11 @@
# @return [Google::Apis::StreetviewpublishV1::Photo]
attr_accessor :photo
# Mask that identifies fields on the photo metadata to update.
# If not present, the old Photo
- # metadata will be entirely replaced with the
+ # metadata is entirely replaced with the
# new Photo metadata in this request.
# The update fails if invalid fields are specified. Multiple fields can be
# specified in a comma-delimited list.
# The following fields are valid:
# * `pose.heading`
@@ -732,16 +732,16 @@
# * `pose.roll`
# * `pose.level`
# * `pose.altitude`
# * `connections`
# * `places`
- # <aside class="note"><b>Note:</b> Repeated fields in
+ # <aside class="note"><b>Note:</b> When
# updateMask
- # mean the entire set of repeated values will be replaced with the new
- # contents. For example, if
+ # contains repeated fields, the entire set of repeated values get replaced
+ # with the new contents. For example, if
# updateMask
# contains `connections` and `UpdatePhotoRequest.photo.connections` is empty,
- # all connections will be removed.</aside>
+ # all connections are removed.</aside>
# Corresponds to the JSON property `updateMask`
# @return [String]
attr_accessor :update_mask
def initialize(**args)