Migration Center v1 API - Class ReportConfig (1.1.0)

public sealed class ReportConfig : IMessage<ReportConfig>, IEquatable<ReportConfig>, IDeepCloneable<ReportConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class ReportConfig.

The groups and associated preference sets on which we can generate reports.

Inheritance

object > ReportConfig

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ReportConfig()

public ReportConfig()

ReportConfig(ReportConfig)

public ReportConfig(ReportConfig other)
Parameter
NameDescription
otherReportConfig

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp when the resource was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Free-text description.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

User-friendly display name. Maximum length is 63 characters.

Property Value
TypeDescription
string

GroupPreferencesetAssignments

public RepeatedField<ReportConfig.Types.GroupPreferenceSetAssignment> GroupPreferencesetAssignments { get; }

Required. Collection of combinations of groups and preference sets.

Property Value
TypeDescription
RepeatedFieldReportConfigTypesGroupPreferenceSetAssignment

Name

public string Name { get; set; }

Output only. Name of resource.

Property Value
TypeDescription
string

ReportConfigName

public ReportConfigName ReportConfigName { get; set; }

ReportConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
ReportConfigName

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The timestamp when the resource was last updated.

Property Value
TypeDescription
Timestamp