Interface GenerateConfigReportRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateConfigReportRequest,GenerateConfigReportRequest.Builder
public interface GenerateConfigReportRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.AnygetNewConfig()Required.com.google.protobuf.AnyOrBuildergetNewConfigOrBuilder()Required.com.google.protobuf.AnygetOldConfig()Optional.com.google.protobuf.AnyOrBuildergetOldConfigOrBuilder()Optional.booleanhasNewConfig()Required.booleanhasOldConfig()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNewConfig
boolean 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];- Returns:
- Whether the newConfig field is set.
-
getNewConfig
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];- Returns:
- The newConfig.
-
getNewConfigOrBuilder
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];
-
hasOldConfig
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];- Returns:
- Whether the oldConfig field is set.
-
getOldConfig
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];- Returns:
- The oldConfig.
-
getOldConfigOrBuilder
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];
-
-