docs: Fix several broken links in reference documentation
PiperOrigin-RevId: 317658441
This commit is contained in:
parent
79a17b8c64
commit
02c23d62c7
|
|
@ -76,7 +76,7 @@ message PatchDeployment {
|
|||
google.protobuf.Timestamp create_time = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
|
||||
|
||||
// Output only. Time the patch deployment was last updated. Timestamp is in
|
||||
// [RFC3339]("https://www.ietf.org/rfc/rfc3339.txt) text format.
|
||||
// [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
||||
google.protobuf.Timestamp update_time = 9 [(google.api.field_behavior) = OUTPUT_ONLY];
|
||||
|
||||
// Output only. The last time a patch job was started by this deployment.
|
||||
|
|
|
|||
|
|
@ -673,7 +673,7 @@ message PatchInstanceFilter {
|
|||
repeated string zones = 3;
|
||||
|
||||
// Targets any of the VM instances specified. Instances are specified by their
|
||||
// URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME],
|
||||
// URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`,
|
||||
// `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or
|
||||
// `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
|
||||
repeated string instances = 4;
|
||||
|
|
|
|||
|
|
@ -626,7 +626,7 @@ message PatchInstanceFilter {
|
|||
repeated string zones = 3;
|
||||
|
||||
// Targets any of the VM instances specified. Instances are specified by their
|
||||
// URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME],
|
||||
// URI in the form `zones/[ZONE]/instances/[INSTANCE_NAME]`,
|
||||
// `projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`, or
|
||||
// `https://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]`
|
||||
repeated string instances = 4;
|
||||
|
|
|
|||
Loading…
Reference in New Issue