proto_docs/google/cloud/gaming/v1/realms.rb in google-cloud-gaming-v1-0.3.3 vs proto_docs/google/cloud/gaming/v1/realms.rb in google-cloud-gaming-v1-0.4.0
- old
+ new
@@ -22,11 +22,11 @@
module Gaming
module V1
# Request message for RealmsService.ListRealms.
# @!attribute [rw] parent
# @return [::String]
- # Required. The parent resource name. Uses the form:
+ # Required. The parent resource name, in the following form:
# `projects/{project}/locations/{location}`.
# @!attribute [rw] page_size
# @return [::Integer]
# Optional. The maximum number of items to return. If unspecified, server
# will pick an appropriate default. Server may return fewer items than
@@ -66,21 +66,21 @@
end
# Request message for RealmsService.GetRealm.
# @!attribute [rw] name
# @return [::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}`.
class GetRealmRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
# Request message for RealmsService.CreateRealm.
# @!attribute [rw] parent
# @return [::String]
- # Required. The parent resource name. Uses the form:
+ # Required. The parent resource name, in the following form:
# `projects/{project}/locations/{location}`.
# @!attribute [rw] realm_id
# @return [::String]
# Required. The ID of the realm resource to be created.
# @!attribute [rw] realm
@@ -92,11 +92,11 @@
end
# Request message for RealmsService.DeleteRealm.
# @!attribute [rw] name
# @return [::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}`.
class DeleteRealmRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -108,14 +108,11 @@
# Only fields specified in update_mask are updated.
# @!attribute [rw] update_mask
# @return [::Google::Protobuf::FieldMask]
# 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
class UpdateRealmRequest
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -126,14 +123,11 @@
# Only fields specified in update_mask are updated.
# @!attribute [rw] update_mask
# @return [::Google::Protobuf::FieldMask]
# 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
# @!attribute [rw] preview_time
# @return [::Google::Protobuf::Timestamp]
# Optional. The target timestamp to compute the preview.
class PreviewRealmUpdateRequest
include ::Google::Protobuf::MessageExts
@@ -153,10 +147,10 @@
end
# A realm resource.
# @!attribute [rw] name
# @return [::String]
- # The resource name of the realm. Uses the form:
+ # The resource name of the realm, in the following form:
# `projects/{project}/locations/{location}/realms/{realm}`. For
# example, `projects/my-project/locations/{location}/realms/my-realm`.
# @!attribute [r] create_time
# @return [::Google::Protobuf::Timestamp]
# Output only. The creation time.