Interface GenerateConfigReportRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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];