public sealed class ServiceAttachmentsScopedList : IMessage<ServiceAttachmentsScopedList>, IEquatable<ServiceAttachmentsScopedList>, IDeepCloneable<ServiceAttachmentsScopedList>, IBufferMessage, IMessage
Implements
IMessage<ServiceAttachmentsScopedList>, IEquatable<ServiceAttachmentsScopedList>, IDeepCloneable<ServiceAttachmentsScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
ServiceAttachmentsScopedList()
public ServiceAttachmentsScopedList()
ServiceAttachmentsScopedList(ServiceAttachmentsScopedList)
public ServiceAttachmentsScopedList(ServiceAttachmentsScopedList other)
Parameter | |
---|---|
Name | Description |
other | ServiceAttachmentsScopedList |
Properties
ServiceAttachments
public RepeatedField<ServiceAttachment> ServiceAttachments { get; }
A list of ServiceAttachments contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedField<ServiceAttachment> |
Warning
public Warning Warning { get; set; }
Informational warning which replaces the list of service attachments when the list is empty.
Property Value | |
---|---|
Type | Description |
Warning |