Skip to content

Commit 8bcd5e9

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 19885 b: refs/heads/autosynth-language c: 77d1841 h: refs/heads/master i: 19883: ccd67b5
1 parent 4e51356 commit 8bcd5e9

760 files changed

Lines changed: 5239 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ refs/heads/autosynth-errorreporting: 1101a04e8be074802c35332d5fcf8297f61cae32
134134
refs/heads/autosynth-firestore: d1a44f9acc302750e37b008ecb9c1aa535cc94df
135135
refs/heads/autosynth-iot: f03bdd338a9056ca3b7ea6d9ca901649ba9aab78
136136
refs/heads/autosynth-kms: 2828edfe3d2c53dd6e71912eae8a53c87bf40c87
137-
refs/heads/autosynth-language: a4246de532efa6e18420aa400fbda71f18e03801
137+
refs/heads/autosynth-language: 77d1841ce0cfeeb6b31c53504cc819277cda63d9
138138
refs/heads/autosynth-os-login: a88a337797996a205873040a63abe1d3116f5789
139139
refs/heads/autosynth-redis: 0cdb2e47359d51b73763bcea8af3de62aa99119b
140140
refs/heads/autosynth-scheduler: d97f8743ba965c7d5e492c8dc1f51d023104e260

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AbandonInstancesInstanceGroupManagerHttpRequest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ public InstanceGroupManagersAbandonInstancesRequest getApiMessageRequestBody() {
133133

134134
@Nullable
135135
@Override
136+
/**
137+
* The fields that should be serialized (even if they have empty values). If the containing
138+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
139+
* fields in the field mask) will be serialized. If the containing object does not have a
140+
* fieldmask, then only non-empty fields will be serialized.
141+
*/
136142
public List<String> getFieldMask() {
137143
return null;
138144
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AbandonInstancesRegionInstanceGroupManagerHttpRequest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ public RegionInstanceGroupManagersAbandonInstancesRequest getApiMessageRequestBo
133133

134134
@Nullable
135135
@Override
136+
/**
137+
* The fields that should be serialized (even if they have empty values). If the containing
138+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
139+
* fields in the field mask) will be serialized. If the containing object does not have a
140+
* fieldmask, then only non-empty fields will be serialized.
141+
*/
136142
public List<String> getFieldMask() {
137143
return null;
138144
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorConfig.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ public ApiMessage getApiMessageRequestBody() {
5858

5959
@Nullable
6060
@Override
61+
/**
62+
* The fields that should be serialized (even if they have empty values). If the containing
63+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
64+
* fields in the field mask) will be serialized. If the containing object does not have a
65+
* fieldmask, then only non-empty fields will be serialized.
66+
*/
6167
public List<String> getFieldMask() {
6268
return null;
6369
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorType.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ public ApiMessage getApiMessageRequestBody() {
112112

113113
@Nullable
114114
@Override
115+
/**
116+
* The fields that should be serialized (even if they have empty values). If the containing
117+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
118+
* fields in the field mask) will be serialized. If the containing object does not have a
119+
* fieldmask, then only non-empty fields will be serialized.
120+
*/
115121
public List<String> getFieldMask() {
116122
return null;
117123
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeAggregatedList.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ public ApiMessage getApiMessageRequestBody() {
8888

8989
@Nullable
9090
@Override
91+
/**
92+
* The fields that should be serialized (even if they have empty values). If the containing
93+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
94+
* fields in the field mask) will be serialized. If the containing object does not have a
95+
* fieldmask, then only non-empty fields will be serialized.
96+
*/
9197
public List<String> getFieldMask() {
9298
return null;
9399
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypeList.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ public ApiMessage getApiMessageRequestBody() {
8989

9090
@Nullable
9191
@Override
92+
/**
93+
* The fields that should be serialized (even if they have empty values). If the containing
94+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
95+
* fields in the field mask) will be serialized. If the containing object does not have a
96+
* fieldmask, then only non-empty fields will be serialized.
97+
*/
9298
public List<String> getFieldMask() {
9399
return null;
94100
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AcceleratorTypesScopedList.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ public ApiMessage getApiMessageRequestBody() {
5858

5959
@Nullable
6060
@Override
61+
/**
62+
* The fields that should be serialized (even if they have empty values). If the containing
63+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
64+
* fields in the field mask) will be serialized. If the containing object does not have a
65+
* fieldmask, then only non-empty fields will be serialized.
66+
*/
6167
public List<String> getFieldMask() {
6268
return null;
6369
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AccessConfig.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ public ApiMessage getApiMessageRequestBody() {
9898

9999
@Nullable
100100
@Override
101+
/**
102+
* The fields that should be serialized (even if they have empty values). If the containing
103+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
104+
* fields in the field mask) will be serialized. If the containing object does not have a
105+
* fieldmask, then only non-empty fields will be serialized.
106+
*/
101107
public List<String> getFieldMask() {
102108
return null;
103109
}

branches/autosynth-language/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/AddAccessConfigInstanceHttpRequest.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@ public AccessConfig getApiMessageRequestBody() {
126126

127127
@Nullable
128128
@Override
129+
/**
130+
* The fields that should be serialized (even if they have empty values). If the containing
131+
* message object has a non-null fieldmask, then all the fields in the field mask (and only those
132+
* fields in the field mask) will be serialized. If the containing object does not have a
133+
* fieldmask, then only non-empty fields will be serialized.
134+
*/
129135
public List<String> getFieldMask() {
130136
return null;
131137
}

0 commit comments

Comments
 (0)