public interface GenerateConfigReportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getNewConfig()
Service configuration for which we want to generate the report.
|
com.google.protobuf.AnyOrBuilder |
getNewConfigOrBuilder()
Service configuration for which we want to generate the report.
|
com.google.protobuf.Any |
getOldConfig()
Service configuration against which the comparison will be done.
|
com.google.protobuf.AnyOrBuilder |
getOldConfigOrBuilder()
Service configuration against which the comparison will be done.
|
boolean |
hasNewConfig()
Service configuration for which we want to generate the report.
|
boolean |
hasOldConfig()
Service configuration against which the comparison will be done.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNewConfig()
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;com.google.protobuf.Any getNewConfig()
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;com.google.protobuf.AnyOrBuilder getNewConfigOrBuilder()
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;boolean hasOldConfig()
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;com.google.protobuf.Any getOldConfig()
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;com.google.protobuf.AnyOrBuilder getOldConfigOrBuilder()
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;