Interface GenerateConfigReportRequestOrBuilder (3.39.0)

public interface GenerateConfigReportRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNewConfig()

public abstract 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.ConfigSource, and google.api.Service

.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Any

The newConfig.

getNewConfigOrBuilder()

public abstract 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.ConfigSource, and google.api.Service

.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AnyOrBuilder

getOldConfig()

public abstract 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.ConfigSource, and google.api.Service

.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Any

The oldConfig.

getOldConfigOrBuilder()

public abstract 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.ConfigSource, and google.api.Service

.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
AnyOrBuilder

hasNewConfig()

public abstract 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.ConfigSource, and google.api.Service

.google.protobuf.Any new_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the newConfig field is set.

hasOldConfig()

public abstract 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.ConfigSource, and google.api.Service

.google.protobuf.Any old_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the oldConfig field is set.