| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 84afb01 commit ebdc309
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: | |||
| 20 | 20 | <dependency> | |
| 21 | 21 | <groupId>com.google.cloud</groupId> | |
| 22 | 22 | <artifactId>libraries-bom</artifactId> | |
| 23 | - <version>26.23.0</version> | ||
| 23 | + <version>26.25.0</version> | ||
| 24 | 24 | <type>pom</type> | |
| 25 | 25 | <scope>import</scope> | |
| 26 | 26 | </dependency> | |
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates. | |||
| 195 | 195 | [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html | |
| 196 | 196 | [stability-image]: https://img.shields.io/badge/stability-stable-green | |
| 197 | 197 | [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-deploy.svg | |
| 198 | - [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.22.0 | ||
| 198 | + [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.26.0 | ||
| 199 | 199 | [authentication]: https://github.com/googleapis/google-cloud-java#authentication | |
| 200 | 200 | [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes | |
| 201 | 201 | [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,15 +36,16 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { | |||
| 36 | 36 | static { | |
| 37 | 37 | java.lang.String[] descriptorData = { | |
| 38 | 38 | "\n&google/cloud/deploy/v1/log_enums.proto" | |
| 39 | - + "\022\026google.cloud.deploy.v1*\332\001\n\004Type\022\024\n\020TYP" | ||
| 39 | + + "\022\026google.cloud.deploy.v1*\363\001\n\004Type\022\024\n\020TYP" | ||
| 40 | 40 | + "E_UNSPECIFIED\020\000\022$\n TYPE_PUBSUB_NOTIFICAT" | |
| 41 | 41 | + "ION_FAILURE\020\001\022\036\n\032TYPE_RESOURCE_STATE_CHA" | |
| 42 | 42 | + "NGE\020\003\022\030\n\024TYPE_PROCESS_ABORTED\020\004\022\035\n\031TYPE_" | |
| 43 | 43 | + "RESTRICTION_VIOLATED\020\005\022\031\n\025TYPE_RESOURCE_" | |
| 44 | - + "DELETED\020\006\022\"\n\032TYPE_RENDER_STATUES_CHANGE\020" | ||
| 45 | - + "\002\032\002\010\001Ba\n\032com.google.cloud.deploy.v1B\rLog" | ||
| 46 | - + "EnumsProtoP\001Z2cloud.google.com/go/deploy" | ||
| 47 | - + "/apiv1/deploypb;deploypbb\006proto3" | ||
| 44 | + + "DELETED\020\006\022\027\n\023TYPE_ROLLOUT_UPDATE\020\007\022\"\n\032TY" | ||
| 45 | + + "PE_RENDER_STATUES_CHANGE\020\002\032\002\010\001Ba\n\032com.go" | ||
| 46 | + + "ogle.cloud.deploy.v1B\rLogEnumsProtoP\001Z2c" | ||
| 47 | + + "loud.google.com/go/deploy/apiv1/deploypb" | ||
| 48 | + + ";deploypbb\006proto3" | ||
| 48 | 49 | }; | |
| 49 | 50 | descriptor = | |
| 50 | 51 | com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,6 +88,16 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { | |||
| 88 | 88 | * <code>TYPE_RESOURCE_DELETED = 6;</code> | |
| 89 | 89 | */ | |
| 90 | 90 | TYPE_RESOURCE_DELETED(6), | |
| 91 | + /** | ||
| 92 | + * | ||
| 93 | + * | ||
| 94 | + * <pre> | ||
| 95 | + * Rollout updated. | ||
| 96 | + * </pre> | ||
| 97 | + * | ||
| 98 | + * <code>TYPE_ROLLOUT_UPDATE = 7;</code> | ||
| 99 | + */ | ||
| 100 | + TYPE_ROLLOUT_UPDATE(7), | ||
| 91 | 101 | /** | |
| 92 | 102 | * | |
| 93 | 103 | * | |
@@ -162,6 +172,16 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { | |||
| 162 | 172 | * <code>TYPE_RESOURCE_DELETED = 6;</code> | |
| 163 | 173 | */ | |
| 164 | 174 | public static final int TYPE_RESOURCE_DELETED_VALUE = 6; | |
| 175 | + /** | ||
| 176 | + * | ||
| 177 | + * | ||
| 178 | + * <pre> | ||
| 179 | + * Rollout updated. | ||
| 180 | + * </pre> | ||
| 181 | + * | ||
| 182 | + * <code>TYPE_ROLLOUT_UPDATE = 7;</code> | ||
| 183 | + */ | ||
| 184 | + public static final int TYPE_ROLLOUT_UPDATE_VALUE = 7; | ||
| 165 | 185 | /** | |
| 166 | 186 | * | |
| 167 | 187 | * | |
@@ -209,6 +229,8 @@ public static Type forNumber(int value) { | |||
| 209 | 229 | return TYPE_RESTRICTION_VIOLATED; | |
| 210 | 230 | case 6: | |
| 211 | 231 | return TYPE_RESOURCE_DELETED; | |
| 232 | + case 7: | ||
| 233 | + return TYPE_ROLLOUT_UPDATE; | ||
| 212 | 234 | case 2: | |
| 213 | 235 | return TYPE_RENDER_STATUES_CHANGE; | |
| 214 | 236 | default: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,6 +41,9 @@ enum Type { | |||
| 41 | 41 | // Resource deleted. | |
| 42 | 42 | TYPE_RESOURCE_DELETED = 6; | |
| 43 | 43 | ||
| 44 | + // Rollout updated. | ||
| 45 | + TYPE_ROLLOUT_UPDATE = 7; | ||
| 46 | + | ||
| 44 | 47 | // Deprecated: This field is never used. Use release_render log type instead. | |
| 45 | 48 | TYPE_RENDER_STATUES_CHANGE = 2 [deprecated = true]; | |
| 46 | 49 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments