You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-shopping-css/google-shopping-css/src/main/java/com/google/shopping/css/v1/CssProductsServiceClient.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,8 @@ public CssProductsServiceStub getStub() {
231
231
* }
232
232
* }</pre>
233
233
*
234
-
* @param name Required. The name of the CSS product to retrieve.
234
+
* @param name Required. The name of the CSS product to retrieve. Format:
235
+
* `accounts/{account}/cssProducts/{css_product}`
235
236
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: java-shopping-css/proto-google-shopping-css-v1/src/main/java/com/google/shopping/css/v1/AccountLabelOrBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ public interface AccountLabelOrBuilder
30
30
*
31
31
*
32
32
* <pre>
33
-
* The resource name of the label.
33
+
* Identifier. The resource name of the label.
34
34
* Format: accounts/{account}/labels/{label}
35
35
* </pre>
36
36
*
37
-
* <code>string name = 1;</code>
37
+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
38
38
*
39
39
* @return The name.
40
40
*/
@@ -44,11 +44,11 @@ public interface AccountLabelOrBuilder
44
44
*
45
45
*
46
46
* <pre>
47
-
* The resource name of the label.
47
+
* Identifier. The resource name of the label.
48
48
* Format: accounts/{account}/labels/{label}
49
49
* </pre>
50
50
*
51
-
* <code>string name = 1;</code>
51
+
* <code>string name = 1 [(.google.api.field_behavior) = IDENTIFIER];</code>
0 commit comments