public interface RenderMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudRunRenderMetadata |
getCloudRun()
Output only.
|
CloudRunRenderMetadataOrBuilder |
getCloudRunOrBuilder()
Output only.
|
CustomMetadata |
getCustom()
Output only.
|
CustomMetadataOrBuilder |
getCustomOrBuilder()
Output only.
|
boolean |
hasCloudRun()
Output only.
|
boolean |
hasCustom()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCloudRun()
Output only. Metadata associated with rendering for Cloud Run.
.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
CloudRunRenderMetadata getCloudRun()
Output only. Metadata associated with rendering for Cloud Run.
.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
CloudRunRenderMetadataOrBuilder getCloudRunOrBuilder()
Output only. Metadata associated with rendering for Cloud Run.
.google.cloud.deploy.v1.CloudRunRenderMetadata cloud_run = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasCustom()
Output only. Custom metadata provided by user-defined render operation.
.google.cloud.deploy.v1.CustomMetadata custom = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomMetadata getCustom()
Output only. Custom metadata provided by user-defined render operation.
.google.cloud.deploy.v1.CustomMetadata custom = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
CustomMetadataOrBuilder getCustomOrBuilder()
Output only. Custom metadata provided by user-defined render operation.
.google.cloud.deploy.v1.CustomMetadata custom = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.