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 |
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 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 getRollout()
The name of the rollout.
string rollout = 3;com.google.protobuf.ByteString getRolloutBytes()
The name of the rollout.
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 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;
String 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;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;Copyright © 2023 Google LLC. All rights reserved.