public static interface GuestPolicies.UpdateGuestPolicyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGuestPolicy()
public abstract GuestPolicies.GuestPolicy getGuestPolicy()Required. The updated GuestPolicy.
.google.cloud.osconfig.v1beta.GuestPolicy guest_policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GuestPolicies.GuestPolicy |
The guestPolicy. |
getGuestPolicyOrBuilder()
public abstract GuestPolicies.GuestPolicyOrBuilder getGuestPolicyOrBuilder()Required. The updated GuestPolicy.
.google.cloud.osconfig.v1beta.GuestPolicy guest_policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GuestPolicies.GuestPolicyOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Field mask that controls which fields of the guest policy should be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Field mask that controls which fields of the guest policy should be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasGuestPolicy()
public abstract boolean hasGuestPolicy()Required. The updated GuestPolicy.
.google.cloud.osconfig.v1beta.GuestPolicy guest_policy = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the guestPolicy field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Field mask that controls which fields of the guest policy should be updated.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |