| JSON representation |
|---|
{ "kind": string, "id": string, "creationTimestamp": string, "name": string, "description": string, "selfLink": string, "selfLinkWithId": string, "region": string, "zone": string, "rules": string, "labels": { string: string, ... }, "allOptionalFields": { object ( |
| Fields | |
|---|---|
kind |
Output only. Type of the resource. Always
for ModernizationTestingResources. |
id |
Output only. The unique identifier for the resource. This identifier is defined by the server. |
creationTimestamp |
Output only. Creation timestamp in RFC3339 text format. |
name |
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 |
description |
An optional description of this resource. Provide this property when you create the resource. |
selfLink |
Output only. Server-defined URL for the resource. |
selfLinkWithId |
Output only. Server-defined URL for this resource with the resource id. |
region |
Output only. URL of the region where the resource resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. |
zone |
Output only. URL of the zone where the resource resides. Only applicable for zonal resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. |
rules |
Stores {@link cloud.cluster.manager.common.Rules} in binary format. Settings for integration testing. Allows to mock CLH behaviour. A base64-encoded string. |
labels |
Labels as key value pairs. |
allOptionalFields |
All types optional fields for list filtering testing. |
repeatedFields |
Repeated fields for list filtering testing. |
AllOptionalFields
Message with fields of all scalar types for list filtering testing.
| JSON representation |
|---|
{ "int32Value": integer, "int64Value": string, "sint32Value": integer, "sint64Value": string, "uint32Value": integer, "uint64Value": string, "fixed32Value": integer, "fixed64Value": string, "stringValue": string, "bytesValue": string, "enumValue": enum ( |
| Fields | |
|---|---|
int32Value |
|
int64Value |
|
sint32Value |
|
sint64Value |
|
uint32Value |
|
uint64Value |
|
fixed32Value |
|
fixed64Value |
|
stringValue |
|
bytesValue |
A base64-encoded string. |
enumValue |
|
floatValue |
|
doubleValue |
|
boolValue |
|
timestampValue |
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
durationValue |
A duration in seconds with up to nine fractional digits, ending with ' |
enumValueWithDefault |
|
enumWithoutZeroValue |
|
enumWithoutZeroValueWithDefault |
|
RepeatedFields
Message with repeated fields for list filtering testing.
| JSON representation |
|---|
{
"int32Values": [
integer
],
"stringValues": [
string
],
"enumValues": [
enum ( |
| Fields | |
|---|---|
int32Values[] |
|
stringValues[] |
|
enumValues[] |
|