lib/google/cloud/monitoring/v3/doc/google/api/monitored_resource.rb in google-cloud-monitoring-0.29.0 vs lib/google/cloud/monitoring/v3/doc/google/api/monitored_resource.rb in google-cloud-monitoring-0.29.1
- old
+ new
@@ -10,10 +10,11 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
module Google
module Api
# An object that describes the schema of a {Google::Api::MonitoredResource MonitoredResource} object using a
# type name and a set of labels. For example, the monitored resource
# descriptor for Google Compute Engine VM instances has a type of
@@ -24,14 +25,14 @@
# provide a +list+ method that returns the monitored resource descriptors used
# by the API.
# @!attribute [rw] name
# @return [String]
# Optional. The resource name of the monitored resource descriptor:
- # +"projects/{project_id}/monitoredResourceDescriptors/{type}"+ where
- # {type} is the value of the +type+ field in this object and
- # {project_id} is a project ID that provides API-specific context for
+ # +"projects/\\{project_id}/monitoredResourceDescriptors/\\{type}"+ where
+ # \\{type} is the value of the +type+ field in this object and
+ # \\{project_id} is a project ID that provides API-specific context for
# accessing the type. APIs that do not use project information can use the
- # resource name format +"monitoredResourceDescriptors/{type}"+.
+ # resource name format +"monitoredResourceDescriptors/\\{type}"+.
# @!attribute [rw] type
# @return [String]
# Required. The monitored resource type. For example, the type
# +"cloudsql_database"+ represents databases in Google Cloud SQL.
# The maximum length of this value is 256 characters.
\ No newline at end of file