Update docs for 1.4.2 release
diff --git a/docs/dyn/compute_v1.urlMaps.html b/docs/dyn/compute_v1.urlMaps.html
index 36143e4..3250a44 100644
--- a/docs/dyn/compute_v1.urlMaps.html
+++ b/docs/dyn/compute_v1.urlMaps.html
@@ -110,9 +110,9 @@
Returns:
An object of the form:
- { # An operation resource, used to manage asynchronous API requests.
+ { # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] Unique target ID which identifies a particular incarnation of the target.
- "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project.
+ "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all Operation resources in the project.
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
"id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
"zone": "A String", # [Output Only] URL of the zone where the operation resides.
@@ -150,7 +150,7 @@
],
},
"endTime": "A String", # [Output Only] The time that this operation was completed. This is in RFC3339 text format.
- "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"targetLink": "A String", # [Output Only] URL of the resource the operation is mutating.
}</pre>
</div>
@@ -168,7 +168,7 @@
{ # A UrlMap resource. This resource defines the mapping from URL to the BackendService resource, based on the "longest-match" of the URL's host and path.
"kind": "compute#urlMap", # Type of the resource.
- "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+ "description": "A String", # An optional textual description of the resource. Provided by the client when the resource is created.
"defaultService": "A String", # The URL of the BackendService resource if none of the hostRules match.
"tests": [ # The list of expected URL mappings. Request to update this UrlMap will succeed only all of the test cases pass.
{ # Message for the expected URL mappings.
@@ -178,7 +178,7 @@
"service": "A String", # Expected BackendService resource the given URL should be mapped to.
},
],
- "selfLink": "A String", # Server defined URL for the resource (output only).
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap.
"pathMatchers": [ # The list of named PathMatchers to use against the URL.
{ # A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default_service will be used.
@@ -191,22 +191,22 @@
"service": "A String", # The URL of the BackendService resource if this rule is matched.
},
],
- "description": "A String",
+ "description": "A String", # An optional textual description of the resource.
"name": "A String", # The name to which this PathMatcher is referred by the HostRule.
},
],
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "id": "A String", # [Output Only] Unique identifier for the resource. Set by the server.
"hostRules": [ # The list of HostRules to use against the URL.
- { # A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
+ { # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
"hosts": [ # The list of host patterns to match. They must be valid hostnames except that they may start with *. or *-. The * acts like a glob and will match any string of atoms (separated by .s and -s) to the left.
"A String",
],
- "description": "A String",
- "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this HostRule matches the URL's host portion.
+ "description": "A String", # An optional textual description.
+ "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this hostRule matches the URL's host portion.
},
],
- "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+ "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
}</pre>
</div>
@@ -221,7 +221,7 @@
{ # A UrlMap resource. This resource defines the mapping from URL to the BackendService resource, based on the "longest-match" of the URL's host and path.
"kind": "compute#urlMap", # Type of the resource.
- "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+ "description": "A String", # An optional textual description of the resource. Provided by the client when the resource is created.
"defaultService": "A String", # The URL of the BackendService resource if none of the hostRules match.
"tests": [ # The list of expected URL mappings. Request to update this UrlMap will succeed only all of the test cases pass.
{ # Message for the expected URL mappings.
@@ -231,7 +231,7 @@
"service": "A String", # Expected BackendService resource the given URL should be mapped to.
},
],
- "selfLink": "A String", # Server defined URL for the resource (output only).
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap.
"pathMatchers": [ # The list of named PathMatchers to use against the URL.
{ # A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default_service will be used.
@@ -244,31 +244,31 @@
"service": "A String", # The URL of the BackendService resource if this rule is matched.
},
],
- "description": "A String",
+ "description": "A String", # An optional textual description of the resource.
"name": "A String", # The name to which this PathMatcher is referred by the HostRule.
},
],
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "id": "A String", # [Output Only] Unique identifier for the resource. Set by the server.
"hostRules": [ # The list of HostRules to use against the URL.
- { # A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
+ { # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
"hosts": [ # The list of host patterns to match. They must be valid hostnames except that they may start with *. or *-. The * acts like a glob and will match any string of atoms (separated by .s and -s) to the left.
"A String",
],
- "description": "A String",
- "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this HostRule matches the URL's host portion.
+ "description": "A String", # An optional textual description.
+ "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this hostRule matches the URL's host portion.
},
],
- "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+ "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
}
Returns:
An object of the form:
- { # An operation resource, used to manage asynchronous API requests.
+ { # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] Unique target ID which identifies a particular incarnation of the target.
- "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project.
+ "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all Operation resources in the project.
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
"id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
"zone": "A String", # [Output Only] URL of the zone where the operation resides.
@@ -306,7 +306,7 @@
],
},
"endTime": "A String", # [Output Only] The time that this operation was completed. This is in RFC3339 text format.
- "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"targetLink": "A String", # [Output Only] URL of the resource the operation is mutating.
}</pre>
</div>
@@ -318,18 +318,22 @@
Args:
project: string, Name of the project scoping this request. (required)
maxResults: integer, Maximum count of results to be returned.
- pageToken: string, Tag returned by a previous list request when that list was truncated to maxResults. Used to continue a previous list request.
- filter: string, Filter expression for filtering listed resources.
+ pageToken: string, Specifies a page token to use. Use this parameter if you want to list the next page of results. Set pageToken to the nextPageToken returned by a previous list request.
+ filter: string, Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: FIELD_NAME COMPARISON_STRING LITERAL_STRING.
+
+The FIELD_NAME is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The COMPARISON_STRING must be either eq (equals) or ne (not equals). The LITERAL_STRING is the string value to filter to. The literal value must be valid for the type of field (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.
+
+For example, filter=name ne example-instance.
Returns:
An object of the form:
{ # Contains a list of UrlMap resources.
- "nextPageToken": "A String", # A token used to continue a truncated list request (output only).
+ "nextPageToken": "A String", # [Output Only] A token used to continue a truncated list request.
"items": [ # A list of UrlMap resources.
{ # A UrlMap resource. This resource defines the mapping from URL to the BackendService resource, based on the "longest-match" of the URL's host and path.
"kind": "compute#urlMap", # Type of the resource.
- "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+ "description": "A String", # An optional textual description of the resource. Provided by the client when the resource is created.
"defaultService": "A String", # The URL of the BackendService resource if none of the hostRules match.
"tests": [ # The list of expected URL mappings. Request to update this UrlMap will succeed only all of the test cases pass.
{ # Message for the expected URL mappings.
@@ -339,7 +343,7 @@
"service": "A String", # Expected BackendService resource the given URL should be mapped to.
},
],
- "selfLink": "A String", # Server defined URL for the resource (output only).
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap.
"pathMatchers": [ # The list of named PathMatchers to use against the URL.
{ # A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default_service will be used.
@@ -352,27 +356,27 @@
"service": "A String", # The URL of the BackendService resource if this rule is matched.
},
],
- "description": "A String",
+ "description": "A String", # An optional textual description of the resource.
"name": "A String", # The name to which this PathMatcher is referred by the HostRule.
},
],
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "id": "A String", # [Output Only] Unique identifier for the resource. Set by the server.
"hostRules": [ # The list of HostRules to use against the URL.
- { # A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
+ { # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
"hosts": [ # The list of host patterns to match. They must be valid hostnames except that they may start with *. or *-. The * acts like a glob and will match any string of atoms (separated by .s and -s) to the left.
"A String",
],
- "description": "A String",
- "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this HostRule matches the URL's host portion.
+ "description": "A String", # An optional textual description.
+ "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this hostRule matches the URL's host portion.
},
],
- "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+ "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
},
],
"kind": "compute#urlMapList", # Type of resource.
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
- "selfLink": "A String", # Server defined URL for this resource (output only).
+ "id": "A String", # [Output Only] Unique identifier for the resource. Set by the server.
+ "selfLink": "A String", # [Output Only] Server-defined URL for this resource.
}</pre>
</div>
@@ -402,7 +406,7 @@
{ # A UrlMap resource. This resource defines the mapping from URL to the BackendService resource, based on the "longest-match" of the URL's host and path.
"kind": "compute#urlMap", # Type of the resource.
- "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+ "description": "A String", # An optional textual description of the resource. Provided by the client when the resource is created.
"defaultService": "A String", # The URL of the BackendService resource if none of the hostRules match.
"tests": [ # The list of expected URL mappings. Request to update this UrlMap will succeed only all of the test cases pass.
{ # Message for the expected URL mappings.
@@ -412,7 +416,7 @@
"service": "A String", # Expected BackendService resource the given URL should be mapped to.
},
],
- "selfLink": "A String", # Server defined URL for the resource (output only).
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap.
"pathMatchers": [ # The list of named PathMatchers to use against the URL.
{ # A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default_service will be used.
@@ -425,31 +429,31 @@
"service": "A String", # The URL of the BackendService resource if this rule is matched.
},
],
- "description": "A String",
+ "description": "A String", # An optional textual description of the resource.
"name": "A String", # The name to which this PathMatcher is referred by the HostRule.
},
],
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "id": "A String", # [Output Only] Unique identifier for the resource. Set by the server.
"hostRules": [ # The list of HostRules to use against the URL.
- { # A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
+ { # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
"hosts": [ # The list of host patterns to match. They must be valid hostnames except that they may start with *. or *-. The * acts like a glob and will match any string of atoms (separated by .s and -s) to the left.
"A String",
],
- "description": "A String",
- "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this HostRule matches the URL's host portion.
+ "description": "A String", # An optional textual description.
+ "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this hostRule matches the URL's host portion.
},
],
- "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+ "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
}
Returns:
An object of the form:
- { # An operation resource, used to manage asynchronous API requests.
+ { # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] Unique target ID which identifies a particular incarnation of the target.
- "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project.
+ "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all Operation resources in the project.
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
"id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
"zone": "A String", # [Output Only] URL of the zone where the operation resides.
@@ -487,7 +491,7 @@
],
},
"endTime": "A String", # [Output Only] The time that this operation was completed. This is in RFC3339 text format.
- "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"targetLink": "A String", # [Output Only] URL of the resource the operation is mutating.
}</pre>
</div>
@@ -504,7 +508,7 @@
{ # A UrlMap resource. This resource defines the mapping from URL to the BackendService resource, based on the "longest-match" of the URL's host and path.
"kind": "compute#urlMap", # Type of the resource.
- "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+ "description": "A String", # An optional textual description of the resource. Provided by the client when the resource is created.
"defaultService": "A String", # The URL of the BackendService resource if none of the hostRules match.
"tests": [ # The list of expected URL mappings. Request to update this UrlMap will succeed only all of the test cases pass.
{ # Message for the expected URL mappings.
@@ -514,7 +518,7 @@
"service": "A String", # Expected BackendService resource the given URL should be mapped to.
},
],
- "selfLink": "A String", # Server defined URL for the resource (output only).
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap.
"pathMatchers": [ # The list of named PathMatchers to use against the URL.
{ # A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default_service will be used.
@@ -527,31 +531,31 @@
"service": "A String", # The URL of the BackendService resource if this rule is matched.
},
],
- "description": "A String",
+ "description": "A String", # An optional textual description of the resource.
"name": "A String", # The name to which this PathMatcher is referred by the HostRule.
},
],
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "id": "A String", # [Output Only] Unique identifier for the resource. Set by the server.
"hostRules": [ # The list of HostRules to use against the URL.
- { # A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
+ { # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
"hosts": [ # The list of host patterns to match. They must be valid hostnames except that they may start with *. or *-. The * acts like a glob and will match any string of atoms (separated by .s and -s) to the left.
"A String",
],
- "description": "A String",
- "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this HostRule matches the URL's host portion.
+ "description": "A String", # An optional textual description.
+ "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this hostRule matches the URL's host portion.
},
],
- "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+ "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
}
Returns:
An object of the form:
- { # An operation resource, used to manage asynchronous API requests.
+ { # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] Unique target ID which identifies a particular incarnation of the target.
- "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project.
+ "clientOperationId": "A String", # [Output Only] An optional identifier specified by the client when the mutation was initiated. Must be unique for all Operation resources in the project.
"creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
"id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
"zone": "A String", # [Output Only] URL of the zone where the operation resides.
@@ -589,7 +593,7 @@
],
},
"endTime": "A String", # [Output Only] The time that this operation was completed. This is in RFC3339 text format.
- "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"targetLink": "A String", # [Output Only] URL of the resource the operation is mutating.
}</pre>
</div>
@@ -607,7 +611,7 @@
{
"resource": { # A UrlMap resource. This resource defines the mapping from URL to the BackendService resource, based on the "longest-match" of the URL's host and path. # Content of the UrlMap to be validated.
"kind": "compute#urlMap", # Type of the resource.
- "description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
+ "description": "A String", # An optional textual description of the resource. Provided by the client when the resource is created.
"defaultService": "A String", # The URL of the BackendService resource if none of the hostRules match.
"tests": [ # The list of expected URL mappings. Request to update this UrlMap will succeed only all of the test cases pass.
{ # Message for the expected URL mappings.
@@ -617,7 +621,7 @@
"service": "A String", # Expected BackendService resource the given URL should be mapped to.
},
],
- "selfLink": "A String", # Server defined URL for the resource (output only).
+ "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
"fingerprint": "A String", # Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap.
"pathMatchers": [ # The list of named PathMatchers to use against the URL.
{ # A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default_service will be used.
@@ -630,22 +634,22 @@
"service": "A String", # The URL of the BackendService resource if this rule is matched.
},
],
- "description": "A String",
+ "description": "A String", # An optional textual description of the resource.
"name": "A String", # The name to which this PathMatcher is referred by the HostRule.
},
],
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "id": "A String", # [Output Only] Unique identifier for the resource. Set by the server.
"hostRules": [ # The list of HostRules to use against the URL.
- { # A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
+ { # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
"hosts": [ # The list of host patterns to match. They must be valid hostnames except that they may start with *. or *-. The * acts like a glob and will match any string of atoms (separated by .s and -s) to the left.
"A String",
],
- "description": "A String",
- "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this HostRule matches the URL's host portion.
+ "description": "A String", # An optional textual description.
+ "pathMatcher": "A String", # The name of the PathMatcher to match the path portion of the URL, if the this hostRule matches the URL's host portion.
},
],
- "name": "A String", # Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035.
+ "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
},
}