public interface CustomTargetDeployMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSkipMessage()
Output only.
|
com.google.protobuf.ByteString |
getSkipMessageBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSkipMessage()
Output only. Skip message provided in the results of a custom deploy operation.
string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSkipMessageBytes()
Output only. Skip message provided in the results of a custom deploy operation.
string skip_message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.