GKE Hub v1 API - Class UpdateScopeRequest (2.8.0)

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

Reference documentation and code samples for the GKE Hub v1 API class UpdateScopeRequest.

Request to update a Scope.

Inheritance

object > UpdateScopeRequest

Namespace

Google.Cloud.GkeHub.V1

Assembly

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