public interface RolloutUpdateEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Debug message for when a rollout update event occurs.
|
com.google.protobuf.ByteString |
getMessageBytes()
Debug message for when a rollout update event occurs.
|
String |
getPipelineUid()
Unique identifier of the pipeline.
|
com.google.protobuf.ByteString |
getPipelineUidBytes()
Unique identifier of the pipeline.
|
String |
getRelease()
The name of the `Release`.
|
com.google.protobuf.ByteString |
getReleaseBytes()
The name of the `Release`.
|
String |
getReleaseUid()
Unique identifier of the release.
|
com.google.protobuf.ByteString |
getReleaseUidBytes()
Unique identifier of the release.
|
String |
getRollout()
The name of the rollout.
|
com.google.protobuf.ByteString |
getRolloutBytes()
The name of the rollout.
|
RolloutUpdateEvent.RolloutUpdateType |
getRolloutUpdateType()
The type of the rollout update.
|
int |
getRolloutUpdateTypeValue()
The type of the rollout update.
|
String |
getTargetId()
ID of the target.
|
com.google.protobuf.ByteString |
getTargetIdBytes()
ID of the target.
|
Type |
getType()
Type of this notification, e.g.
|
int |
getTypeValue()
Type of this notification, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
Debug message for when a rollout update event occurs.
string message = 6;com.google.protobuf.ByteString getMessageBytes()
Debug message for when a rollout update event occurs.
string message = 6;String getPipelineUid()
Unique identifier of the pipeline.
string pipeline_uid = 1;com.google.protobuf.ByteString getPipelineUidBytes()
Unique identifier of the pipeline.
string pipeline_uid = 1;String getReleaseUid()
Unique identifier of the release.
string release_uid = 2;com.google.protobuf.ByteString getReleaseUidBytes()
Unique identifier of the release.
string release_uid = 2;String getRelease()
The name of the `Release`.
string release = 8;com.google.protobuf.ByteString getReleaseBytes()
The name of the `Release`.
string release = 8;String getRollout()
The name of the rollout. rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.
string rollout = 3;com.google.protobuf.ByteString getRolloutBytes()
The name of the rollout. rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.
string rollout = 3;String getTargetId()
ID of the target.
string target_id = 4;com.google.protobuf.ByteString getTargetIdBytes()
ID of the target.
string target_id = 4;int getTypeValue()
Type of this notification, e.g. for a rollout update event.
.google.cloud.deploy.v1.Type type = 7;Type getType()
Type of this notification, e.g. for a rollout update event.
.google.cloud.deploy.v1.Type type = 7;int getRolloutUpdateTypeValue()
The type of the rollout update.
.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
RolloutUpdateEvent.RolloutUpdateType getRolloutUpdateType()
The type of the rollout update.
.google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType rollout_update_type = 5;
Copyright © 2024 Google LLC. All rights reserved.