public interface GenerateConfigReportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getNewConfig()
Required.
|
com.google.protobuf.AnyOrBuilder |
getNewConfigOrBuilder()
Required.
|
com.google.protobuf.Any |
getOldConfig()
Optional.
|
com.google.protobuf.AnyOrBuilder |
getOldConfigOrBuilder()
Optional.
|
boolean |
hasNewConfig()
Required.
|
boolean |
hasOldConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNewConfig()
Required. Service configuration for which we want to generate the report. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]
.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.Any getNewConfig()
Required. Service configuration for which we want to generate the report. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]
.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.AnyOrBuilder getNewConfigOrBuilder()
Required. Service configuration for which we want to generate the report. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]
.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasOldConfig()
Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]
.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.Any getOldConfig()
Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]
.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.AnyOrBuilder getOldConfigOrBuilder()
Optional. Service configuration against which the comparison will be done. For this version of API, the supported types are [google.api.servicemanagement.v1.ConfigRef][google.api.servicemanagement.v1.ConfigRef], [google.api.servicemanagement.v1.ConfigSource][google.api.servicemanagement.v1.ConfigSource], and [google.api.Service][google.api.Service]
.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.