Interface GuestPolicies.UpdateGuestPolicyRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GuestPolicies.GuestPolicy getGuestPolicy()
      Required.
      GuestPolicies.GuestPolicyOrBuilder getGuestPolicyOrBuilder()
      Required.
      com.google.protobuf.FieldMask getUpdateMask()
      Field mask that controls which fields of the guest policy should be updated.
      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
      Field mask that controls which fields of the guest policy should be updated.
      boolean hasGuestPolicy()
      Required.
      boolean hasUpdateMask()
      Field mask that controls which fields of the guest policy should be updated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;