Package com.google.cloud.osconfig.v1beta
Interface GuestPolicies.UpdateGuestPolicyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestPolicies.UpdateGuestPolicyRequest,GuestPolicies.UpdateGuestPolicyRequest.Builder
- Enclosing class:
- GuestPolicies
public static interface GuestPolicies.UpdateGuestPolicyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuestPolicies.GuestPolicygetGuestPolicy()Required.GuestPolicies.GuestPolicyOrBuildergetGuestPolicyOrBuilder()Required.com.google.protobuf.FieldMaskgetUpdateMask()Field mask that controls which fields of the guest policy should be updated.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Field mask that controls which fields of the guest policy should be updated.booleanhasGuestPolicy()Required.booleanhasUpdateMask()Field mask that controls which fields of the guest policy should be updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGuestPolicy
boolean hasGuestPolicy()
Required. The updated GuestPolicy.
.google.cloud.osconfig.v1beta.GuestPolicy guest_policy = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the guestPolicy field is set.
-
getGuestPolicy
GuestPolicies.GuestPolicy getGuestPolicy()
Required. The updated GuestPolicy.
.google.cloud.osconfig.v1beta.GuestPolicy guest_policy = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The guestPolicy.
-
getGuestPolicyOrBuilder
GuestPolicies.GuestPolicyOrBuilder getGuestPolicyOrBuilder()
Required. The updated GuestPolicy.
.google.cloud.osconfig.v1beta.GuestPolicy guest_policy = 1 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
boolean hasUpdateMask()
Field mask that controls which fields of the guest policy should be updated.
.google.protobuf.FieldMask update_mask = 2;- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Field mask that controls which fields of the guest policy should be updated.
.google.protobuf.FieldMask update_mask = 2;- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Field mask that controls which fields of the guest policy should be updated.
.google.protobuf.FieldMask update_mask = 2;
-
-