public sealed class UpdateScopeRequest : IMessage<UpdateScopeRequest>, IEquatable<UpdateScopeRequest>, IDeepCloneable<UpdateScopeRequest>, IBufferMessage, IMessageReference documentation and code samples for the GKE Hub v1 API class UpdateScopeRequest.
Request to update a Scope.
Implements
IMessageUpdateScopeRequest, IEquatableUpdateScopeRequest, IDeepCloneableUpdateScopeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
UpdateScopeRequest()
public UpdateScopeRequest()UpdateScopeRequest(UpdateScopeRequest)
public UpdateScopeRequest(UpdateScopeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateScopeRequest |
Properties
Scope
public Scope Scope { get; set; }Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.
| Property Value | |
|---|---|
| Type | Description |
Scope |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The fields to be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|