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: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/CertificateAuthorityService.java
+29-32Lines changed: 29 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -1648,8 +1648,7 @@ public List set(String parameterName, Object value) {
1648
1648
* This request holds the parameters needed by the privateca server. After setting any optional
1649
1649
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
1650
1650
*
1651
-
* @param name Output only. Identifier. The resource name for this CaPool in the format
1652
-
* `projects/locations/caPools`.
1651
+
* @param name Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
1653
1652
* @param content the {@link com.google.api.services.privateca.v1.model.CaPool}
1654
1653
* @return the request
1655
1654
*/
@@ -1677,8 +1676,7 @@ public class Patch extends CertificateAuthorityServiceRequest<com.google.api.ser
1677
1676
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1678
1677
* be called to initialize this instance immediately after invoking the constructor. </p>
1679
1678
*
1680
-
* @param name Output only. Identifier. The resource name for this CaPool in the format
1681
-
* `projects/locations/caPools`.
1679
+
* @param name Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
1682
1680
* @param content the {@link com.google.api.services.privateca.v1.model.CaPool}
1683
1681
* @since 1.13
1684
1682
*/
@@ -1748,21 +1746,20 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
1748
1746
}
1749
1747
1750
1748
/**
1751
-
* Output only. Identifier. The resource name for this CaPool in the format
1749
+
* Identifier. The resource name for this CaPool in the format
1752
1750
* `projects/locations/caPools`.
1753
1751
*/
1754
1752
@com.google.api.client.util.Key
1755
1753
privatejava.lang.Stringname;
1756
1754
1757
-
/** Output only. Identifier. The resource name for this CaPool in the format
1758
-
`projects/locations/caPools`.
1755
+
/** Identifier. The resource name for this CaPool in the format `projects/locations/caPools`.
1759
1756
*/
1760
1757
publicjava.lang.StringgetName() {
1761
1758
returnname;
1762
1759
}
1763
1760
1764
1761
/**
1765
-
* Output only. Identifier. The resource name for this CaPool in the format
1762
+
* Identifier. The resource name for this CaPool in the format
1766
1763
* `projects/locations/caPools`.
1767
1764
*/
1768
1765
publicPatchsetName(java.lang.Stringname) {
@@ -3577,7 +3574,7 @@ public List set(String parameterName, Object value) {
3577
3574
* This request holds the parameters needed by the privateca server. After setting any optional
3578
3575
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
3579
3576
*
3580
-
* @param name Output only. Identifier. The resource name for this CertificateAuthority in the format
3577
+
* @param name Identifier. The resource name for this CertificateAuthority in the format
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/Certificate.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ public final class Certificate extends com.google.api.client.json.GenericJson {
87
87
privateStringlifetime;
88
88
89
89
/**
90
-
* Output only. The resource name for this Certificate in the format
90
+
* Identifier. The resource name for this Certificate in the format
91
91
* `projects/locations/caPools/certificates`.
92
92
* The value may be {@code null}.
93
93
*/
@@ -273,7 +273,7 @@ public Certificate setLifetime(String lifetime) {
273
273
}
274
274
275
275
/**
276
-
* Output only. The resource name for this Certificate in the format
276
+
* Identifier. The resource name for this Certificate in the format
277
277
* `projects/locations/caPools/certificates`.
278
278
* @return value or {@code null} for none
279
279
*/
@@ -282,7 +282,7 @@ public java.lang.String getName() {
282
282
}
283
283
284
284
/**
285
-
* Output only. The resource name for this Certificate in the format
285
+
* Identifier. The resource name for this Certificate in the format
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/CertificateAuthority.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public final class CertificateAuthority extends com.google.api.client.json.Gener
113
113
privateStringlifetime;
114
114
115
115
/**
116
-
* Output only. Identifier. The resource name for this CertificateAuthority in the format
116
+
* Identifier. The resource name for this CertificateAuthority in the format
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/CertificateRevocationList.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ public final class CertificateRevocationList extends com.google.api.client.json.
0 commit comments