lib/google/cloud/gaming/v1/realms_service/client.rb in google-cloud-gaming-v1-0.3.3 vs lib/google/cloud/gaming/v1/realms_service/client.rb in google-cloud-gaming-v1-0.4.0
- old
+ new
@@ -195,11 +195,11 @@
# Pass arguments to `list_realms` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The parent resource name. Uses the form:
+ # Required. The parent resource name, in the following form:
# `projects/{project}/locations/{location}`.
# @param page_size [::Integer]
# Optional. The maximum number of items to return. If unspecified, server
# will pick an appropriate default. Server may return fewer items than
# requested. A caller should only rely on response's
@@ -279,11 +279,11 @@
# Pass arguments to `get_realm` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
- # Required. The name of the realm to retrieve. Uses the form:
+ # Required. The name of the realm to retrieve, in the following form:
# `projects/{project}/locations/{location}/realms/{realm}`.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Gaming::V1::Realm]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -348,11 +348,11 @@
# Pass arguments to `create_realm` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param parent [::String]
- # Required. The parent resource name. Uses the form:
+ # Required. The parent resource name, in the following form:
# `projects/{project}/locations/{location}`.
# @param realm_id [::String]
# Required. The ID of the realm resource to be created.
# @param realm [::Google::Cloud::Gaming::V1::Realm, ::Hash]
# Required. The realm resource to be created.
@@ -422,11 +422,11 @@
# Pass arguments to `delete_realm` via keyword arguments. Note that at
# least one keyword argument is required. To specify no parameters, or to keep all
# the default parameter values, pass an empty Hash as a request object (see above).
#
# @param name [::String]
- # Required. The name of the realm to delete. Uses the form:
+ # Required. The name of the realm to delete, in the following form:
# `projects/{project}/locations/{location}/realms/{realm}`.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::Operation]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
@@ -497,15 +497,12 @@
# Required. The realm to be updated.
# Only fields specified in update_mask are updated.
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
# Required. The update mask applies to the resource. For the `FieldMask`
# definition, see
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
#
- # https:
- # //developers.google.com/protocol-buffers
- # // /docs/reference/google.protobuf#fieldmask
- #
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Gapic::Operation]
# @yieldparam operation [::GRPC::ActiveCall::Operation]
#
# @return [::Gapic::Operation]
@@ -574,13 +571,10 @@
# Required. The realm to be updated.
# Only fields specified in update_mask are updated.
# @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
# Required. The update mask applies to the resource. For the `FieldMask`
# definition, see
- #
- # https:
- # //developers.google.com/protocol-buffers
- # // /docs/reference/google.protobuf#fieldmask
+ # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
# @param preview_time [::Google::Protobuf::Timestamp, ::Hash]
# Optional. The target timestamp to compute the preview.
#
# @yield [response, operation] Access the result along with the RPC operation
# @yieldparam response [::Google::Cloud::Gaming::V1::PreviewRealmUpdateResponse]