public interface UpdateScopeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getScope()
public abstract Scope getScope()Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.
.google.cloud.gkehub.v1.Scope scope = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Scope |
The scope. |
getScopeOrBuilder()
public abstract ScopeOrBuilder getScopeOrBuilder()Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.
.google.cloud.gkehub.v1.Scope scope = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ScopeOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasScope()
public abstract boolean hasScope()Required. A Scope with fields updated. The 'name' field in this namespace is used to identify the resource to update.
.google.cloud.gkehub.v1.Scope scope = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scope field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |